Please refrain from upgrading your binary prematurely. Upgrading to a pre-release can corrupt your DB and potentially break the chain. Please and thank you!
No upgrades are planned at the moment.
First RC version of Shentu Chain binary v2.3.0. If no issue is found this will become the final release for v2.3.0.
This upgrade contains a bump to SDK 0.44.3 (previously 0.42.9), as well as an upgrade on the IBC module from the SDK version (for 0.42.x versions of the SDK) to ibc-go v2.0.0
. While most of the API's should be non-breaking, please refer to the changelog below and Cosmos SDK 0.44.3 Release Notes.
Client Breaking Changes
- (x/cert) #326 Remove
Bech32
encoding for validator pubkeys.
API Breaking Changes
- (x/gov) #334
TxHash
field has been removed fromVote
andDeposit
types.
State Machine Breaking Changes
- (app) #326 Bump Cosmos SDK to v0.44.3.
- (app) #334 Implement in-store migration from v2.2.0 to v2.3.0.
- (x/gov) #334
TxHash
field has been removed fromVote
andDeposit
types.
Features
- (app) #326 Add
authz
andfeegrant
modules.
Improvements
- (deps) Bump Tendermint to v0.34.14.