Releases: onflow/flow-evm-gateway
Releases · onflow/flow-evm-gateway
v0.15.0
What's Changed
- Add request limits for JSON-RPC batch calls by @m-Peter in #277
- Update to Cadence v1.0.0-preview.32 by @turbolent in #280
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Remove logging of user errors by @sideninja in #271
- Overwrite source address with logging by @sideninja in #272
- Improve tests for batched transactions by @sideninja in #239
- Rate limit requests by @sideninja in #267
- Update to Cadence v1.0.0-preview.30 by @turbolent in #276
- Added migration net to readme by @sideninja in #275
Full Changelog: v0.13.0...v0.14.0
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