v0.36.0
What's Changed
- Crasher on validation of args for
eth_estimateGas
by @m-Peter in #527 - Add an E2E test for filling the EVM state with blocks & transactions by @m-Peter in #526
- Fix flaky E2E test for EVM state building by @m-Peter in #532
- Debug log all errors by @sideninja in #528
- Receipts for deployments with COAs have both
contractAddress
andto
fields present by @m-Peter in #535 - Update the
storage
solidity contract used in testing by @m-Peter in #536 - Response returned from
eth_getBlockReceipts
endpoint is not properly marshalled by @m-Peter in #533 - Reuse client for storage query by @sideninja in #542
- Check data integrity for EVM events by @m-Peter in #529
- Add test cases utilizing Cadence arch calls by @m-Peter in #538
Full Changelog: v0.35.0...v0.36.0