What's Changed
- Add
previewnetvalue forevm-network-idconfig flag by @m-Peter in #213 - Add
mux.Lock()andmux.Unlock()during tests to avoid data race warning by @m-Peter in #215 - Remove duplicated methods under the
ethJSON-RPC namespace by @m-Peter in #216 - Support default block parameter in relevant endpoints by @m-Peter in #192
- Implement the
eth_getFilterLogsendpoint by @m-Peter in #217 - Use decoder for
EVM.Resultstructs from evmstdlibpackage 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.dryRunmethod by @m-Peter in #225
Full Changelog: v0.6.0...v0.7.0