Skip to content

v1.0.12

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 02:36
· 517 commits to main since this release
a54d8a9

v1.0.12 is a non-consensus-breaking release, it includes some major storage and state-sync improvements and json-rpc bug fixes.

Highlights

  • Experimental memiavl feature, when enabled it replaces the existing iavl, and greatly improve the state machine execution performance.
  • Integrated local state sync commands, greatly improve state sync user experience, adding that memiavl dramatically improve the state-sync snapshot import/export speed, using together, the state sync user experience should be much better now, check cronosd snapshots --help for the command list.

Dependency bumps

  • librocksdb -> v8.1.1
  • cosmos-sdk -> v0.46.15-0.20230807104542-537257060180
  • cometbft -> v0.34.30-0.20230622094628-60e431e4eef0

CHANGELOGS