Releases: onflow/flow-evm-gateway
Releases · onflow/flow-evm-gateway
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
v0.30.2
v0.30.1
What's Changed
- Refactor receipt model by @sideninja in #473
- Decode legacy block event by @sideninja in #475
Full Changelog: v0.30.0...v0.30.1
v0.30.0
What's Changed
- Patch block RLP decoding to handle addition of
PrevRandao
field by @m-Peter in #472 - Add secp256k1 as coa private key alg option by @Kay-Zee in #471
Index
field on receipt logs does not return correct value for blocks with multiple transactions & logs by @m-Peter in #462- Optimize traces engine to handle empty blocks by @m-Peter in #465
New Contributors
Full Changelog: v0.29.4...v0.30.0
v0.29.4
What's Changed
- Update to Cadence v1.0.0-preview.49 by @turbolent in #470
Full Changelog: v0.29.3...v0.29.4
v0.29.3
What's Changed
- Logging of API responses lacks certain fields by @m-Peter in #447
- Unsupported
mainnet
network ID for--flow-network-id
CLI flag by @m-Peter in #457 - State index ledger database by @sideninja in #448
- Enrich the information contained in error messages by @m-Peter in #453
EVMHeightIndexed
metric incorrectly tracks Cadence height instead of EVM height by @m-Peter in #460- Empty
miner
field oneth_getBlockByNumber
by @m-Peter in #463
Full Changelog: v0.29.2...v0.29.3
v0.29.2
What's Changed
- Fix error logging by @m-Peter in #438
- E2E network test improvements by @sideninja in #436
- fix bug with precision loss for api_request_duration metric by @illia-malachyn in #442
- Bugfix log range filter by @sideninja in #445
- Fix calculation of
gasUsed
field returned on block endpoints by @m-Peter in #444
Full Changelog: v0.29.1...v0.29.2