For deployment to Kava Mainnet scheduled on Feburary 15th, 2023 at block 3607200.
See upgrade instructions at https://github.com/Kava-Labs/kava/blob/v0.21.0/migrate/v0_21/migrate.md.
This release candidate adds a x/community
module that is used to manage community pool funds via governance by Kava DAO. It includes additional enhancements to the EVM.
Software versions:
Golang: v1.18.10 (using a version other than 1.18 will result in app hash mismatches. v1.18 MUST be used.)
Cosmos-sdk: v0.45.10
Tendermint: v0.34.24
x/community
- includes two gov proposals for deposit/withdraw of community pool funds to Kava Lend (x/hard)
EVM enhancements
ethermint
updated- Allows 'finalized' to be used on eth json rpc calls
- Fixes eth_call for old heights (prevent panic on GetParams before allowed EIP messages were set)