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

v0.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 10:43
· 61 commits to main since this release
27572db

Changed

  • [JS] Significant refactor/rewrite of Burrow.js into idiomatic Typescript including some breaking changes to API
  • [JS] Change to use ethers.js for ABI encoding

Fixed

  • [State] Fixed cache-concurrency bug (314357e) and ensured consistency snapshot is used when performing simulated call reads
  • [Web3] Omit empty values from JSONRPC calls

Added

  • [Tendermint] Added support for passing node options to Tendermint - e.g. custom reactors (thanks @nmanchovski!)
  • [JS] Historic events can now be requested via API
  • [JS] Contract deployments will now include ABIs via contract metadata so Burrow's ABI registry can be used