Releases: onflow/flow-evm-gateway
Releases · onflow/flow-evm-gateway
v0.36.2
What's Changed
Full Changelog: v0.36.1...v0.36.2
v0.36.1
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
v0.35.0
v0.34.0
v0.33.0
v0.32.0
What's Changed
- Validate gas price in config by @sideninja in #494
- Update to Cadence v1.0.0-preview.51 by @turbolent in #502
- The
height
in some log lines is displayed as a byte-array instead of numeric value by @m-Peter in #497 - Incorrect hash value for empty
sha3Uncles
block field by @m-Peter in #504 - Support more signing algorithms for COA key by @m-Peter in #501
- Increase
batchRequestLimit
andbatchResponseMaxSize
constants by @m-Peter in #505 - Improve COA creation transaction to gracefully handle existing COA in storage by @m-Peter in #500
- Handle
ErrHeightOutOfRange
errors inEstimateGas
by @m-Peter in #498 - Bugfix locking on logs filters by @sideninja in #506
- Filter out errors for missing endpoints as they are not really relevant by @m-Peter in #507
Full Changelog: v0.31.1...v0.32.0
v0.31.1
What's Changed
- Wait for sigint signal by @sideninja in #492
- Bugfix metric balance initialization by @sideninja in #493
Full Changelog: v0.31.0...v0.31.1
v0.31.0
What's Changed
- Update README file with running the EVM Gateway on testnet by @m-Peter in #482
EffectiveGasPrice
is not properly set for all transaction types by @m-Peter in #479- Inject configured coinbase address for transaction submission by @m-Peter in #491
- Monitor operator balance by @sideninja in #487
- Revert "Decode legacy receipts" by @sideninja in #485
- Update running docs by @sideninja in #484
- Refactor bootstrap by @sideninja in #481
Full Changelog: v0.30.3...v0.31.0
v0.30.3
What's Changed
- Update to Cadence v1.0.0-preview.50 by @turbolent in #478
- Remove restartable engine by @sideninja in #480
Full Changelog: v0.30.2...v0.30.3