Stride v14.0.0
v14.0.0 - 2023-08-27
Upgrade Info - Proposal 214
Stride Proposal #214 seeks to upgrade the chain to the v14.0.0 tag (Pegasus Release) of the Stride codebase at block height 5,223,225 which is estimated to occur on Aug 31st 2023, 11:15:55 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:
- Add LSM support
- Added oracle transfer channel to icaoracle MsgInstantiateOracle and register aminos
- Init airdrops for Umee, Somm, Comdex, Injective
- Migrate vesting accounts
- Add Evmos' x/vesting module
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/v14/bin/.
Details of Upgrade Time
The proposal targets the upgrade proposal block to be 5,223,225, anticipated to be on Aug 31st 2023, 11:15:55 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.
v14.0.0 - 2023-08-27
On-Chain changes
- Add LSM support (#708)
- Added oracle transfer channel to icaoracle MsgInstantiateOracle and register aminos (#899)
- Init airdrops for Umee, Somm, Comdex, Injective (#903)
- Migrate vesting accounts (#903)
- Add Evmos' x/vesting module (#903)
Off-Chain changes
- Add ICA Oracle License (#901)
Changelog
🔨 Build from source
git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v14.0.0
make build