Releases: onflow/flow-evm-gateway
Releases · onflow/flow-evm-gateway
v0.25.1
v0.25.0
What's Changed
- Fixes required for
flow-go
breaking changes by @m-Peter in #383 - Update to EVM with block mapping by @sideninja in #381
Full Changelog: v0.24.1...v0.25.0
v0.24.1
What's Changed
- Pending transaction event from pool by @sideninja in #374
- Calculate the
CumulativeGasUsed
field for transaction receipts by @m-Peter in #358 - Bugfix nil value in log by @sideninja in #379
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
- Populate
LogsBloom
field with its default fault for block responses by @m-Peter in #373 - Improve API error handling by @sideninja in #370
Full Changelog: v0.23.1...v0.24.0
v0.23.1
What's Changed
- Improve error handling by @sideninja in #366
- Event broadcasting improvements by @sideninja in #334
- Update
CadenceEvents.Empty()
function to avoid decoding EVM blocks twice by @m-Peter in #368 - Add an example test case for utilizing the
Multicall3
contract by @m-Peter in #369
Full Changelog: v0.23.0...v0.23.1
v0.23.0
What's Changed
- Consolidate decoding of
EVM.TransactionExecuted
event for the contained transaction & receipt by @m-Peter in #354 - Relax validation checks for transaction arguments/payload by @m-Peter in #364
- Remote ledger by @sideninja in #362
- Get storage at API by @sideninja in #363
Full Changelog: v0.22.3...v0.23.0
v0.22.3
v0.22.2
v0.22.1
v0.22.0
What's Changed
- Return the released version in
web3_clientVersion
by @m-Peter in #328 - Remove unneeded dependency by @sideninja in #331
- Return the raw signature values for direct calls by @m-Peter in #333
- Validate transactions by consensus rules by @m-Peter in #323
- Add Wallet APIs for local development by @sideninja in #335
- Handle the hash calculation
DirectCall
change to maintain backwards compatibility by @m-Peter in #339 - Batch index updates by @sideninja in #332
- Update flow go v0.36.0 by @sideninja in #341
Full Changelog: v0.21.0...v0.22.0