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.
- The work around may cause increased latency for
- 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