Stride v16.0.0
v16.0.0 - 2023-10-14
Upgrade Info - Proposal 220
Stride Proposal #220 seeks to upgrade the chain to the v16.0.0 tag (Bootes Release) of the Stride codebase at block height 5,932,395 which is estimated to occur on October 18th 2023, 12:00 UTC. Because of the uncertainty in block times, please keep track of the Stride chain for a precise estimate.
Upgrade Features
This upgrade adds the following features:
- Resumes the cosmoshub-4 host zone
Getting Prepared for the Upgrade
As always, we recommend validators use 64GB of RAM. If you are unable to have 64GB of RAM, at a minimum have a total of 64GB of swap set to prevent out of memory errors.
We highly recommend upgrading with Cosmovisor. To do this, please manually build & copy the strided binary to /cosmovisor/upgrades/v16/bin/.
Details of Upgrade Time
The proposal targets the upgrade proposal block to be 5,932,395, anticipated to be on October 18th 2023, 12:00 UTC. Because blocks can occur at irregular intervals, please keep an eye on the Stride chain for a precise upgrade time.
In case anything concerning happens at upgrade time, we will notify all validators immediately on the #cc-announcements channel.
v16.0.0 - 2023-10-14
On-Chain changes
🔨 Build from source
git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v16.0.0
make build