Skip to content

Kava 15 Release Candidate 1 (v0.25.0-alpha.0)

Pre-release
Pre-release
Compare
Choose a tag to compare
@drklee3 drklee3 released this 03 Nov 19:58
· 84 commits to master since this release
802f1c8

For deployment to Kava Testnet at height 8180900 around 2023-11-07 00:00:00 UTC.

This release adds improvements to the x/community module and param changes, along with prerequisite handlers for consolidating community pool funds, disabling inflation, and adjusting staking rewards at a future date.

Note: This is a release candidate only. Do not attempt to run this software on mainnet.

Software Version
Golang v1.20
Cosmos SDK v0.46.11
CometBFT (formerly Tendermint) v0.34.27
Rocksdb v8+

For a complete list of changes, including client breaking changes, see CHANGELOG.md.

Please note that if you run your node with rocksdb as the database, this update will require an update to v8 of rocksdb. Recommended rocksdb verison: v8.1.1

Upgrade Changes

These changes occur on the testnet upgrade height 8180900.

x/community

  • New API endpoint for staking reward calculation. This has also been backported to v0.24.1 to ease transition, details can be found here.

x/staking

  • The minimum validator commission rate set to 5% for all existing and new validators to align with proposal #128.

x/gov

  • New x/authz grant for management of x/kavadist funds via gov proposals.
  • Tally quorum set to 20%, so that there are less votes required for proposals to be considered for acceptance/denial.

x/incentive

  • Rewards for bkava Earn deposits updated from 5,000,000 KAVA to 600,000 KAVA per year.

Switchover Changes

These changes do not take effect on upgrade height, but instead are automatically applied on the first block after the "Switchover Time" listed below. No additional binary changes or upgrade is necessary to support these changes, as these timed upgrades are included in this version.

Network Switchover Time Annualized Staking Rewards
Testnet 2023-11-16 00:00:00 UTC 15 Trillion KAVA
Mainnet 2024-01-01 00:00:00 UTC 10 Million KAVA

Inflation & Staking Rewards

Inflation will be disabled in x/mint and x/kavadist. This means the total supply of KAVA will be fixed after the switchover time. Staking rewards will be paid from a fixed per second rate from community pool funds, calculated from the annualized staking rewards listed in the table above.

x/distribution community tax will be reduced to 0%.

Community Funds

Prior to switchover, community funds are stored in the x/distribution community pool, x/community account, and x/kavadist account. All community funds will be consolidated to be contained in the x/community module account.

For additional technical details, see the x/community spec.