Skip to content

v0.7.0

Compare
Choose a tag to compare
@sideninja sideninja released this 30 Apr 22:13
· 1342 commits to main since this release
2e47e88

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