v0.26.0
What's Changed
- Update
eth_syncing
endpoint to returnfalse
when the Gateway has caught up syncing all EVM blocks by @m-Peter in #377 - Calculate and return block size for block-related JSON-RPC API calls by @m-Peter in #378
- Add the
TransactionsRoot
field on block response APIs by @m-Peter in #390 - Run E2E tests with a minimum configured gas price by @m-Peter in #394
- Add special case in
eth_getBlockByNumber
to return genesis block onearliest
block tag by @m-Peter in #402 - Update check for empty
RemoteAddr
inrateLimit
function by @m-Peter in #392 - Update default block parameter JSON-RPC APIs by @m-Peter in #401
- Single bloom decoding by @sideninja in #403
- Revert "bug, hardcode version" by @m-Peter in #388
Full Changelog: v0.25.5...v0.26.0