Stride v15.0.0
v15.0.0 - 2023-09-18
Upgrade Info - Proposal 217
Stride Proposal #217 seeks to upgrade the chain to the v15.0.0 tag (Aries Release) of the Stride codebase at block height 5,532,355 which is estimated to occur on Sep 21st 2023, 11:30 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 calibration ICQ, to account for rounding errors in x/staking
- Add inner redemption rate bounds, to more closely regulate the redemption rate
- Add various scripts/infra
- Cap undelegation ICA messages to 32
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/v15/bin/.
Details of Upgrade Time
The proposal targets the upgrade proposal block to be 5,532,355 , anticipated to be on Sept 21st 2023, 11:30 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.
v15.0.0 - 2023-09-18
On-Chain changes
- Added ICAOracle route implementations for legacy Msg type (#923)
- increased precision error buffer on delegator shares callback (#933)
- Use detokenization amount from tx response (#934)
- add inner bounds (#938)
- added cap on undelegate messages (#940)
- add rounding calibration function (#936)
- Undel host function (#935)
- v15 upgrade handler (#941)
- v15 Import Paths (#944)
Off-Chain changes
- Fixed bug in import path CI (#919)
- Finished auto changelog script (#928)
- updated osmo submodule (#931)
🔨 Build from source
git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v15.0.0
make build