Skip to content

Releases: onflow/flow-evm-gateway

v1.0.4

13 Feb 19:40
6f4a6cb
Compare
Choose a tag to compare

What's Changed

  • Start event ingestion on proper block height when connecting to local Emulator by @m-Peter in #753
  • Track time taken to fully ingest an EVM block in the local state index by @m-Peter in #752
  • Move recording of available-signing-keys metric inside a deferred function by @m-Peter in #740
  • Refactor metric for request duration by @m-Peter in #747
  • Update flow-go dependency to fix tx replay validation by @m-Peter in #754

Full Changelog: v1.0.3...v1.0.4

v1.0.3

04 Feb 21:40
4d3dfcd
Compare
Choose a tag to compare

What's Changed

  • Increase computation limit for Cadence tx by @m-Peter in #736
  • Update cadence/flow-go/flow-go-sdk/flow-emulator dependencies by @m-Peter in #738

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Feb 17:35
0b5077a
Compare
Choose a tag to compare

What's Changed

  • Support withLog tracer config key for callTracer by @m-Peter in #711
  • Relax required flags when index-only mode is set by @m-Peter in #715
  • Remove obsolete config flags stream-limit & stream-timeout by @m-Peter in #717
  • Update version of golangci-lint CI action for go 1.22 version by @m-Peter in #718
  • Petera/handle resourceexhaused ingestion by @peterargue in #686
  • Support block overrides parameter for eth_call & debug_traceCall by @m-Peter in #691
  • Remove relic TraceDownloadFailed metric by @m-Peter in #724
  • Fix API version shown in build details by @m-Peter in #731
  • Use default tx expiration from flow-go by @peterargue in #734
  • Add metric to count iterations taken for eth_estimateGas by @m-Peter in #725
  • Fix panic from missing batch in force-start-height by @peterargue in #744
  • Fix bootstrapping to subscribe to correct start block by @peterargue in #745

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Dec 16:23
a4ce4cc
Compare
Choose a tag to compare

What's Changed

Configuration

The following changes to EVM Gateway configuration are required for this release:

Deprecated/No Longer supported:

--traces-gcp-bucket mainnet26-evm-execution-traces1 \
--coa-resource-create \

New & required:
--tx-state-validation=local-index \

Change to config keyname:
--coa-cloud-kms-key=your-kms-keyname@1 \

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Dec 16:23
0833fee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.37.1...v1.0.0

v1.0.0-rc.15

10 Dec 17:40
56f8b19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.37.1...v1.0.0-rc.15

v0.37.1

08 Nov 19:00
8d71209
Compare
Choose a tag to compare

What's Changed

  • Output version info from version command to output channel by @m-Peter in #625
  • Sort Flow EVM events received from Event Streaming API by their TransactionIndex & EventIndex fields in ascending order by @m-Peter in #622
  • Updating code owners by @ramtinms in #637
  • Set a non-zero BaseFeePerGas on block responses by @m-Peter in #648

New Contributors

Full Changelog: v0.37.0...v0.37.1

v0.37.0

23 Oct 16:38
aff0b0e
Compare
Choose a tag to compare

What's Changed

  • Use buffered channel for subscription errors by @peterargue in #618
  • Reuse block preparation logic in streaming API by @peterargue in #617
  • Fix timeouts from E2E test regarding eth_subscribe by @m-Peter in #619
  • Add CLI commands on binary by @m-Peter in #616
  • Add JSON tags in content type for proper field serialization in TxPool API by @m-Peter in #614
  • Introduce dedicated BlockHeader type for usage in newHeads subscription endpoint by @m-Peter in #620
  • Update to Cadence v1.2.1 by @turbolent in #623

Full Changelog: v0.36.5...v0.37.0

v0.36.5

17 Oct 20:11
5872cfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.36.4...v0.36.5

v0.36.4

27 Sep 17:43
e3e44ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.36.3...v0.36.4