Releases: Kava-Labs/kava
kava-3 Release
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
Latest stable release candidate.
Kava Testnet 6000 Release Candidate 1
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
Bump tendermint version to 0.32.10 to address cosmos security advisory Lavender
Kava Testnet 5000 Release
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
v0.3.3
v0.3.2
This minor release adds support for a new bip44 coin type to kvcli
.
Kava Testnet 4000 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
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.