Skip to content

Releases: Kava-Labs/kava

Kava 5 Release

02 Mar 01:37
203d7e0
Compare
Choose a tag to compare

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

24 Feb 18:27
26e88c6
Compare
Choose a tag to compare

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

24 Feb 05:40
Compare
Choose a tag to compare
Pre-release

Bugfix release for kava-testnet-11000. Testnet validators should update and restart their nodes.

Kava 5 Release Candidate 1

23 Feb 20:44
5352c24
Compare
Choose a tag to compare

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

20 Feb 16:44
fe43c2b
Compare
Choose a tag to compare
Pre-release

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

15 Feb 15:34
e8d3d87
Compare
Choose a tag to compare
Pre-release

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

03 Feb 21:27
ec2f9ec
Compare
Choose a tag to compare

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

  • #754 Improve cdp begin blocker performance
  • #778 Fix: Export genesis state for harvest module

Gateway Bugfix Release 2

02 Dec 16:00
Compare
Choose a tag to compare

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

28 Oct 01:57
35a82ac
Compare
Choose a tag to compare

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

20 Oct 13:39
fabeee9
Compare
Choose a tag to compare

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