Releases: Kava-Labs/kava
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
Kava 5 Release Candidate 2
Bugfix release candidate. The main purpose of this release is for community review and use in public testnets that will test the software for eventual inclusion in a mainnet release.
Fixes:
#853
Kava 5 Alpha Release 2
Bugfix release for kava-testnet-11000. Testnet validators should update and restart their nodes.
Kava 5 Release Candidate 1
This is the first release candidate of the proposed software for kava-5. The main purpose of this release is for community review and use in public testnets that will test the software for eventual inclusion in a mainnet release.
Kava 5 Alpha Release 1
This is the second alpha release of the proposed software for kava-5. The main purpose of this release is for use in public testnets that will test the software for eventual inclusion in a mainnet release. Please use this version of the software for kava-testnet-11000
Features:
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 keeper reward
Hard incentives - liquidity incentives for supply/borrow
Kava 5 Alpha Release 0
This is the first alpha release of the proposed software for kava-5
. The main purpose of this release is for use in public testnets that will test the software for eventual inclusion in a mainnet release.
Features:
- 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 keeper reward
- Hard incentives - liquidity incentives for supply/borrow
Gateway Bugfix Release 3
Gateway Bugfix Release
This release includes performance improvements and is compatible with mainnet kava-4. There are no constraints on when validators should update.
Note to validators
Kava-4 mainnet validators MUST use this release when exporting state from kava-4 to kava-5. Versions below v0.12.2 will not produce the same genesis hash as v0.12.2+
Release Notes
Gateway Bugfix Release 2
Gateway Bugfix Release
This release fixes minor bugs and is compatible with mainnet kava-4
. There are no contraints on when validators should update.
Release Notes
- Increment version of the cosmos-sdk (to v0.39.2) and tendermint (to v0.33.9) to help an issue resulting in missed blocks
for validators (tendermint/tendermint#5550). - Add an authorized mempool feature to allow nodes to limit the transactions they accept into their mempool.
[Patch] Gateway Patch Release 1
This release patches an issue that prevented atomic swaps from completing successfully. The patch takes effect on November 3rd, 2020 at 10:00 UTC. Node operators can update to this version immediately and should update prior to the activation time.
Patch: #701
v0.11.1
Kava Gateway Bugfix Release
Bugfixes
#695, #697 - fix incentive
claim CLI arguments and help text
#696 - fix error in argument parsing of cpd
CLI withdrawal message
#694 - fix 'bep3' swap query typo
#687, #689 - fix duplication in 'harvest' deposit and claim queries
#690, #692 - update swagger documentation