Skip to content

v0.16.0

Compare
Choose a tag to compare
@birchmd birchmd released this 13 Jan 21:20
· 128 commits to main since this release
592f4f7

Release notes

aurora-standalone-engine

Added

  • OpenEthereum Tracing format #36

aurora-refiner

Fixed

  • Atomically update last block file to avoid corrupting it on unexpected shutdown #34

aurora-refiner-lib

Added

  • Track the NEAR transaction hash and include it in the NEAR metadata #31

Changed

  • Use u64 for nonce and gas types (this brings our types in line with geth) #30

Fixed

  • Use the NEAR block data to get the outcome of a receipt where possible; check this aligns with the Engine output #35
  • Populate the contract_address field in the case that a contract is deployed #22
  • Use the Engine state for the nonce of transactions that come from NEAR accounts (call, deploy) #40