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