github MystenLabs/sui mainnet-v1.3.2

latest releases: sui_v1.35.0_1726898720_rel_notes, sui_v1.35.0_1726892759_ci, sui_v1.35.0_1726887928_rel_notes...
15 months ago

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: mainnet-v1.3.1...mainnet-v1.3.2

Don't miss a new sui release

NewReleases is sending notifications on new releases.