Skip to content

v15.0.0

Compare
Choose a tag to compare
@shellvish shellvish released this 18 Sep 08:20
· 163 commits to main since this release
64f0701

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:

  1. Add calibration ICQ, to account for rounding errors in x/staking
  2. Add inner redemption rate bounds, to more closely regulate the redemption rate
  3. Add various scripts/infra
  4. 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

  1. Added ICAOracle route implementations for legacy Msg type (#923)
  2. increased precision error buffer on delegator shares callback (#933)
  3. Use detokenization amount from tx response (#934)
  4. add inner bounds (#938)
  5. added cap on undelegate messages (#940)
  6. add rounding calibration function (#936)
  7. Undel host function (#935)
  8. v15 upgrade handler (#941)
  9. v15 Import Paths (#944)

Off-Chain changes

  1. Fixed bug in import path CI (#919)
  2. Finished auto changelog script (#928)
  3. updated osmo submodule (#931)

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v15.0.0
make build