Skip to content

Releases: onflow/flow-evm-gateway

v0.13.0

28 May 17:25
1ee7712
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

27 May 13:34
aa84d6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

18 May 00:28
7e7ab17
Compare
Choose a tag to compare

What's Changed

  • Improve error logging for eth_call JSON-RPC endpoint by @m-Peter in #242
  • Previewnet temporary fix for missing timestamps by @sideninja in #245
  • Always add a buffer gas of SstoreSentryGasEIP2200 for eth_estimateGas endpoint by @m-Peter in #244
  • Revamp Dockerfile by @m-Peter in #248
  • Improve event testing by @sideninja in #240
  • Multi-key account creation process improvements by @sideninja in #249
  • Update to Cadence v1.0.0-preview.29 by @SupunS in #252

Full Changelog: v0.10.1...v0.11.0

v0.10.1

09 May 17:28
553fca6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

09 May 15:28
6d66d37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

02 May 23:40
a969fbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 May 18:55
f948f23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

30 Apr 22:13
2e47e88
Compare
Choose a tag to compare

What's Changed

  • Add previewnet value for evm-network-id config flag by @m-Peter in #213
  • Add mux.Lock() and mux.Unlock() during tests to avoid data race warning by @m-Peter in #215
  • Remove duplicated methods under the eth JSON-RPC namespace by @m-Peter in #216
  • Support default block parameter in relevant endpoints by @m-Peter in #192
  • Implement the eth_getFilterLogs endpoint by @m-Peter in #217
  • Use decoder for EVM.Result structs from evm stdlib package by @m-Peter in #220
  • Return proper timestamp value for block endpoints by @m-Peter in #221
  • Update to Flow Go v0.34.0-crescendo-preview.16 by @sideninja in #218
  • Support batched transactions by @sideninja in #223
  • Use EVM.dryRun method by @m-Peter in #225

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 Apr 15:40
24e36e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Apr 15:38
ac48b9c
Compare
Choose a tag to compare

What's Changed

  • Add missing block fields to the type used for eth_getBlockByNumber and eth_getBlockByHash by @m-Peter in #185
  • Add eth_mining JSON-RPC endpoint by @m-Peter in #191
  • Return EIP55-compliant hex string representation of the addresses in … by @m-Peter in #195
  • Add Dockerfile for local development by @m-Peter in #196

Full Changelog: v0.4.0...v0.5.0