Skip to content

Releases: Kava-Labs/kava

kava-3 Release

05 Jun 19:06
dee4565
Compare
Choose a tag to compare

This version is intended to be the canonical software version for upgrading the Kava mainnet from kava-2 to kava-3. As a result, no subsequent versions of Kava will be released until kava-3 launches unless necessary due to critical state-machine faults that require a new version to launch successfully.

Migration

The steps for upgrading to kava-3 can be found here

Features

This is the first release that includes all the modules which comprise the CDP system.

State Machine Breaking Changes

(sdk) Update Cosmos-SDK version to v0.38.4. To review cosmos-sdk changes, see the changelog.

v0.8.0-rc2

26 May 11:47
b2edeb8
Compare
Choose a tag to compare
v0.8.0-rc2 Pre-release
Pre-release

Latest stable release candidate.

Kava Testnet 6000 Release Candidate 1

15 May 22:58
467e6f7
Compare
Choose a tag to compare
Pre-release

This release introduces the incentive and committee modules. Incentive rewards users who mint USDX with KAVA. Committee allows a subset of accounts to manage certain parameters of the system while still being accountable to regular token-holder governance. The official v8 release will serve as the basis for testnet-6000. Note that this code is still under audit and may undergo breaking changes before a release is finalized.

v0.3.5

09 Apr 15:36
Compare
Choose a tag to compare

Bump tendermint version to 0.32.10 to address cosmos security advisory Lavender

Kava Testnet 5000 Release

01 Apr 01:50
1a21377
Compare
Choose a tag to compare

This release introduces the bep3 and kavadist modules. bep3 enables the transfer of tokens between kava and binance chain, while kavadist creates a module account for minting inflationary user growth incentive rewards. This version will serve as the basis for kava-testnet-5000. Note, if you submitted a gentx using v0.5.0, please update your node to v0.7.0 prior to launch.

v0.3.4

26 Feb 15:53
Compare
Choose a tag to compare

This bugfix release updates the custom supply endpoints to return integers instead of strings, and calculates circulating supply as the total amount of tokens that are no longer vesting.

v0.3.3

25 Feb 18:41
Compare
Choose a tag to compare

This minor release adds custom API endpoints for circulating supply (/vesting/circulatingsupply) and total supply (/vesting/totalsupply).

v0.3.2

13 Feb 15:53
Compare
Choose a tag to compare

This minor release adds support for a new bip44 coin type to kvcli.

Kava Testnet 4000 Release

05 Feb 01:54
8547707
Compare
Choose a tag to compare
Pre-release

This patch release is the recommended version for participants in Kava Testnet 4000. It includes updates and fixes to the REST API. You can update directly from 0.4.0 to v0.4.1 without resetting your node. As with the previous release, this software is still under development and may undergo breaking changes.

CDP Testnet

31 Jan 00:32
bdff81b
Compare
Choose a tag to compare
CDP Testnet Pre-release
Pre-release

This is the first release that includes CDP functionality. Note that this a release from the develop branch and is very much still in development.

The CDP functionality is encapsulated by 3 modules, cdp, auction, and pricefeed. For the current specification, see the spec folder in each module. The CHANGELOG will be updated when we release from master. Until then, you can expect breaking changes.