v2.11.0
Pending proposal passing.
Upgrade height 10136000.
This proposal aims to increase the stability of the chain upgrading Terra's Phoenix mainnet to v2.11. The upgrade will include:
-
Core Dependency Upgrades
-
Alliance: v0.3.5 -> v0.3.6
-
CosmosSDK: v0.47.5-terra.0 => v0.47.10-terra.0
-
CometBFT: v0.37.2 => v0.37.4
Features
-
Alliance module increases the rounding sensitivity such that we round up more often when there are small discrepancies.
-
Implement CosmWasm bindings for Alliance module to enable querying the module from wasm smart contracts.
Bug Fixes:
-
Included a bug fix that addresses block production halting temporarily during high traffic periods.
-
Alliance module include new rewards calculation algorithms for each alliance and new algorithm distribution for each validator.
-
Execute BlockBeforeSend and TrackBeforeSend bank hooks when minting and burning TokenFactory tokens.
-
Recalculate PFM EscrowAccounts to avoid missing funds when sending from one chain to another due a bug that was addressed in the previous release.
-
CommonWealth: https://commonwealth.im/terra/discussion/17041-terra-chain-upgrade-v211
-
Source Code: https://github.com/terra-money/core/releases/tag/v2.11.0
-
Changes since last release: v2.10.5...v2.11.0
-
Upgrade time estimation: https://terra.stakebin.io/terra/tools
What's Changed
- fix formatting by @javiersuweijie in #269
- fix(v2.11): integration tests by @emidev98 in #267
- feat: upstream v2.10 to v2.11 by @emidev98 in #276
- feat(v2.11): cosmos sdk/v0.47.10 by @emidev98 in #290
- feat(v2.11): upgrade handler fixing the escrow accounts balances by @emidev98 in #285
- feat: introduce docker localnet by @emidev98 in #287
- feat: added alliance bindings by @javiersuweijie in #292
- fix(v2.11): bank hooks calls on mint and burn by @emidev98 in #297
- upstream: v2.10 to v2.11 fixing the conflicts by @emidev98 in #298
Full Changelog: v2.10.5...v2.11.0