Skip to content

v18.0.0

Compare
Choose a tag to compare
@shellvish shellvish released this 27 Jan 06:31
· 113 commits to main since this release
4913e1d

Stride v18.0.0

v18.0.0 - 2024-01-27

Upgrade Info - Proposal 229

Stride Proposal #229 seeks to upgrade the chain to the v18.0.0 tag (Chamaeleon Release) of the Stride codebase at block height 7,464,647 which is estimated to occur on January 30th 2024, 11: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:

  1. Adds additional queries, e.g. querying redemption records for multiple addresses
  2. Reset delegation change in progress to 0 when a channel is restored
  3. V18 Upgrade Migrations
  4. Update RPC queries

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/v18/bin/.

Details of Upgrade Time

The proposal targets the upgrade proposal block to be 7,464,647, anticipated to be on January 30th 2024, 11: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.

v18.0.0 - 2024-01-27

On-Chain changes

  • Query redemption records for multiple addresses (#1075)
  • Remove address validation from query (#1079)
  • Reset delegation change in progress to 0 when a channel is restored (#1074)
  • Feature (#1087)
  • Feature fee address (#1091)
  • V18 Upgrade Migrations (#1084)
  • v18 Import Paths (#1093)