Releases: Kava-Labs/kava
Kava Swap Alpha Release 0
This is the initial alpha release of the software that will comprise the eventual "Kava Swap Upgrade". Changes include
- The swap module, an AMM protocol for trading tokens
- On-Chain governance for HARD/SWP token holders
- SWP token distribution via the
incentive
module - Various fixes and refactors to improve the maintainability and accuracy of existing
incentive
code.
NOTE This is alpha software, expect bugs and breaking changes and do not attempt to run on the current kava-7
mainnet.
v0.14.2
This feature release adds support for three new message types:
CommunityPoolMultiSpend
governance proposals, which allow for spending from the community pool to multiple accounts simultaneously. #915
*MsgClaimHardRewardsVVesting
andMsgClaimUSDXMintingRewardVVesting
, which restore the ability for validator vesting accounts to claim rewards. #920
This upgrade goes live on Monday, June 14th at 14:00 UTC. Validators should update their nodes prior to that time:
# from kava repo
git fetch && git checkout v0.14.2
make install
# restart kvd process
v0.14.2-rc1
This feature release candidate adds support for three new message types:
Kava-7 Release
This is the release of the proposed software for kava-7. Unless a higher version of v0.14 is released, this should be considered the proposed software for the kava-7 mainnet upgrade on April 8th, 2021 at 15:00 UTC. For further information about the upgrade, see the migration doc.
Kava 5.1 Release
This is the first release of the proposed software for kava-5.1. Unless a higher version of v0.14 is released, this should be considered the proposed software for the kava-5.1 mainnet upgrade on March 31st, 2021 at 15:00 UTC. For further information about the upgrade, see the migration doc.
Kava-5.1 Release Candidate 2
This is the second release candidate for the kava-5.1 mainnet relaunch. The primary purpose of this release is for community review and use in public testnets that will test the software for inclusion in the upcoming mainnet upgrade.
Kava-5.1 Release Candidate 1
This is the first release candidate for the kava-5.1 mainnet relaunch. The primary purpose of this release is for community review and use in public testnets that will test the software for inclusion in the upcoming mainnet upgrade.
v0.12.4 Release Notes
This patch release contains a fix for the critical security vulnerability that was found in cosmos/gaia#755
Validators should update their nodes immediately
Kava-6 Release
This is the official proposed software for the kava-6 mainnet recovery on March 5th, 2021 at 6:00 UTC. For further information about the upgrade, see the migration doc.
Kava 5 Release
This is the second release of the proposed software for kava-5. Unless a higher version of v0.13 is released, this should be considered the proposed software for the kava-5 mainnet upgrade on March 4th, 2021 at 15:00 UTC. For further information about the upgrade, see the migration doc
Features:
Hard Protocol
- Hard supply/borrow functionality - Users can supply and borrow from hard money markets.
- Hard liquidations - external users ("keepers") can liquidate positions below the required LTV and receive a governance determined keeper reward
- Hard incentives - liquidity incentives for supply/borrow
CDP
- Liquidations - external users ("keepers") can liquidate positions below the required LTV and receive a keeper reward
- Liquidations - limit the number of attempted liquidations in the begin blocker
- Accumulators - calculate CDP interest interest using accumulators rather than iteration