github osmosis-labs/osmosis v7.2.0

latest releases: v25.0.2, v25.0.1, v25.0.0...
2 years ago

Description

This release focuses on the upgrade to Tendermint v0.34.19. The summary of the 2 main Tendermint improvements follows:

  • Reduced lock contention in p2p

In earlier versions, there were lock contentions in the Tendermint p2p logic, causing instabilities during epoch processing, especially with sentry setups. These instabilities were causing sentries to execute a block before gossiping it to the validator, resulting in missed blocks. Furthermore, nodes were forced to reconnect to the entire p2p network at long epoch times / queries. These problems are now alleviated with the new release.

  • reset-state command added

It removes the following tendermint databases while preserving the private validator data:

  • blockstore.db
  • state.db
  • cs.wal
  • evidence.db
  • tx_index.db
  • peerstore.db

For more info, see:

Osmosis Full Changelog: v7.1.0...v7.2.0
Osmosis SDK Fork Full Changelog: osmosis-labs/cosmos-sdk@v0.45.0x-osmo-v7.6...v0.45.0x-osmo-v7.7
Tendermint Changelog: https://github.com/tendermint/tendermint/blob/v0.34.19/CHANGELOG.md#v0.34.19-v0.34.15

Don't miss a new osmosis release

NewReleases is sending notifications on new releases.