Skip to content

v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 14:17
· 453 commits to main since this release
f700166

v0.8.1 is a non-breaking version in the release stream of v0.8.x.

  • It fixes the v0.7.0-hotfix upgrade issue on testnet, so it's required for the testnet nodes to use for the v0.7.0-hotfix upgrade.
  • iavl is upgraded to v0.19.1, which has significant performance improvements in the application database, but the first-time start-up takes a longer time to create some indexes, after that the startup time will drop significantly.
  • cosmos-sdk is upgraded to v0.45.8.

IAVL v0.19

The IAVL v0.19 upgrade introduces a new index that improves performance,
but when the node is started up for the first time, it may take a while
for the index to be initialized (a few hours to 1 day depending on the node pruning
configuration and underlying hardware).