github Kava-Labs/kava v0.17.0-testnet
EVM Testnet Upgrade Release

latest releases: v0.26.2-iavl-v1-alpha.0, v0.26.2, v0.26.1...
pre-release2 years ago

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.

Don't miss a new kava release

NewReleases is sending notifications on new releases.