Skip to content

v1.1.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Oct 01:51
· 499 commits to main since this release
e61acd9

v1.1.0-rc1 is a non-breaking version based on v1.1.0-rc0, it fixes several upgrade issues:

  • rollback rocksdb to v8.1.1 to fix error: "WriteBatch contains timestamp size inconsistency".
  • Fix memiavl error: "new store is not added in upgrades: consensus".
  • Fix bank module send-enabled migration.

Dependency updates

  • librocksdb -> v8.1.1
    • librocksdb version is rollback-ed, to avoid confusion during upgrade. The new rocksdb version requires a manual flush before the upgrade, see: facebook/rocksdb#11945

CHANGELOGS