Stride v25.1.0
v25.1.0 - 2025-02-03
Upgrade Info - Proposal 260
Stride Proposal #260 seeks to upgrade the chain to the v25.0.0 tag (Serpens Release) of the Stride codebase at block height 15533551 which is estimated to occur on Thursday Feb 6, 2025 at 15:00 UTC. Because of the uncertainty in block times, please keep track of the Stride chain for a precise estimate.
NOTE: This upgrade is now targeting the v25.1.0
release instead of v25.0.0
.
Upgrade Features
This code adds the following features:
- stTIA (Celestia) migration + boundary parameter adjustments
- Multiple version upgrades to core dependencies (SDK, WasmVM, CometBFT, etc.)
- Testing improvements including Osmosis integration and liquid staking tests
API Breaking Changes from stTIA migration
- Liquid stakes will now go through
stakeibc
- Redemptions will still be processed through
staketia
until everything's been unstaked (estimated to be in a few months) - Once everything's been unstaked, liquid stakes and redemptions will go through
stakeibc
. This transition can be witnessed by tracking theredemptions_enabled
field on the stakeibc host zone query, which will flip totrue
- Redemption records should be queried across both modules. Relevant queries:
/Stride-Labs/stride/stakeibc/unbondings/{address}
/Stride-Labs/stride/staketia/unbonding_records
/Stride-Labs/stride/staketia/redemption_record/{unbonding_record_id}/{address}
- The redemption rate can now be found on the stakeibc host zone query instead of the staketia host zone query.
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/v25/bin/.
Details of Upgrade Time
The proposal targets the upgrade proposal block to be 15533551 anticipated to be on Thursday Feb 6, 2025 at 15: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.
v25.1.0 - 2025-02-03
On-Chain changes
- Increment Rebalance Period by 1 Day (#1308)
- stTIA Migration (#1271, #1330)
- v25 Import Paths (#1333)
- Fixed stuck LSM records (#1335)
- Update outer bounds + Celestia inner bounds + tests (#1329)
- Executes Prop 256 in Upgrade Handler (#1332)
- Version bumps (sdk, wasmvm, sdkmath, x/crypto, cometbft) (#1331, #1297, #1306, #1285, #1317, #1309, #1324, #1340)