This release is for the Kava evm-alpha
testnet and contains migrations for harmonizing the testnet state machine with the upcoming Kava EVM Upgrade
mainnet release.
Changes:
- Adds bridge module
- Adds savings module
- Adds incentives for savings module
- Adds authz module
Upgrade Instructions
NOTE: THESE INSTRUCTIONS ARE FOR TESTNET VALIDATORS ONLY
At approximately 20:00 UTC on Friday May, 6th, the evm-alpha
tesntet will be halted for a planned upgrade. To upgrade your node:
# Stop kava process
sudo systemctl stop kava
# change to kava directory
cd ~/kava
git fetch && git checkout v0.17.0-testnet
make install
# restart kava process
sudo systemctl restart kava
If you have questions, post them in the Kava discord.