Releases: onflow/flow-evm-gateway
Releases · onflow/flow-evm-gateway
v0.13.0
What's Changed
- Allow configuring heartbeat interval by @sideninja in #261
- Make websocket support configurable by @sideninja in #266
- Bugfix deadlock in the code by @sideninja in #269
- EVM Requester accept EVM height by @sideninja in #268
- Report Cadence transaction status by @sideninja in #270
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Multi-spork client access support by @sideninja in #230
- Add crash logger by @sideninja in #254
- Add migration test network keys by @sideninja in #255
- Add testnet network ID by @sideninja in #257
- Copy test keys in docker by @sideninja in #258
- Empty transaction pool by @sideninja in #259
- Improve logging by @sideninja in #262
- Cross-spork client checks for boundaries by @sideninja in #263
Full Changelog: v0.11.0...v0.12.0
v0.11.0
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
foreth_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
What's Changed
- Fix decoding issues with previous formats by @sideninja in #237
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Update Dockerfile by @janezpodhostnik in #228
- Add force set height flag by @sideninja in #232
- Set fixed height flag by @sideninja in #233
- Revert "Set fixed height flag" by @sideninja in #234
- Update Flow Go by @sideninja in #235
New Contributors
- @janezpodhostnik made their first contribution in #228
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Update to Cadence v1.0.0-preview.25 by @turbolent in #227
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Allow specifying init Cadence height by @sideninja in #226
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Add
previewnet
value forevm-network-id
config 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
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 evmstdlib
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
What's Changed
- Streaming of logs by @sideninja in #177
- Streaming of new transactions by @sideninja in #173
- E2E tests refactor by @sideninja in #186
- Streaming of new heads by @sideninja in #170
- Event ingestion refactor by @sideninja in #198
- Update supported endpoints section in README by @m-Peter in #202
- Run 'npm install' for e2e-test recipe and fail when JS test command errors out regardless of exit code by @m-Peter in #203
- Update
flow-go
to its latest version by @m-Peter in #201 - Build with
CGO_ENABLED=1
by @m-Peter in #205 - Add lint job in CI by @m-Peter in #206
- Populate the
logsBloom
field for the endpoints that return block info by @m-Peter in #210 - Return
null
to
address for contract creation by @m-Peter in #207 - Implement a more detailed sync status for
eth_syncing
by @m-Peter in #180
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add missing block fields to the type used for
eth_getBlockByNumber
andeth_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