Skip to content

v5.0.0

Compare
Choose a tag to compare
@stakebotbot stakebotbot released this 30 Apr 03:35
· 1283 commits to main since this release
628a0bd

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 state
  • starsd 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