Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

v0.24.3

Choose a tag to compare

@silasdavis silasdavis released this 06 Mar 15:33
· 732 commits to main since this release
d07b1d5

Fixed

  • [State] Avoid stack traces which may be code-path-dependent or non-deterministic from being pushed to TxExecutions and so to merkle state where they can lead to breaking consensus
  • [State] KVCache iterator fixed to use low, high interface as per DB, fixing CacheDB for use in Replay

Added

  • [Logging] Included height in various execution log messages
  • [Transactor] Now provides SyncInfo in error message when there is a BroadcastTxSync timeout