v5.0.0
Description
This release includes dependency updates from CosmWasm, CosmosSDK and Tendermint
CosmWasm
- improves instantiation process through governance
- bugfixes
- increase max compressed size allowance
Tendermint
Reduce p2p lock contention during long blocks execution (eg: Proposals Voting Tally)
Reset State
There are now 2 different commands for reset
starsd tendermint reset-state
: keeps priv validator statestarsd tendermint unsafe-reset-all
: same as before but was moved under tendermint subcommand
Cosmos SDK
- Fixes nil pointer panic when starting nodes
rollback
command supported by the sdk which performs a rollback to the previous height (this is a new feature and we recommend some testing performed on sentries only)
Full Changelog: v4.0.0...v5.0.0