Skip to content

mainnet-v1.3.2

Compare
Choose a tag to compare
@johnjmartin johnjmartin released this 28 Jun 17:11
· 7002 commits to main since this release
2d985a3

What's Changed

  • Work around a bug that may cause fullnodes to fork when processing shared-object transactions with child objects. #12710
    • The work around may cause increased latency for execute_transaction_block RPC calls in some cases.
    • No behavioral changes are expected.
  • Disable blobdb: #12721
    • When attempting to prune tables that use blobdb, we found that RocksDB compaction CPU usage was unacceptably high.
    • Therefore blobdb is no longer used.
    • This change only takes effect for new nodes, or existing nodes that are wiped and resynced.
  • Fix bug that can cause checkpoint execution to stall on fullnodes. #12717
  • Fix race condition when populating secondary indexes, which can cause incorrect data to be served in response to RPCs. #12669

Full Changelog: https://github.com/MystenLabs/sui/commits/mainnet-v1.3.2