Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

v0.19.0

Compare
Choose a tag to compare
@facs95 facs95 released this 15 Aug 13:38
· 5 commits to release/v0.19.x since this release
9ec604a

v0.19.0

State Machine Breaking

  • (deps) #1159 Bump Geth version to v1.10.19.
  • (ante) #1176 Fix invalid tx hashes; Remove Size_ field and validate Hash/From fields in ante handler,
    recompute eth tx hashes in JSON-RPC APIs to fix old blocks.
  • (ante) #1173 Make NewAnteHandler return error if input is invalid

API Breaking

  • (rpc) #1121 Implement Ethereum tx indexer

Bug Fixes

  • (rpc) #1179 Fix gas used in debug_traceTransaction response.

Improvements

  • (test) #1196 Integration tests setup
  • (test) #1199 Add backend test suite with mock gRPC query client
  • (test) #1189 JSON-RPC unit tests
  • (test) #1212 Prune node integration tests
  • (test) #1207 JSON-RPC types integration tests
  • (test) #1218 Restructure JSON-RPC API
  • (rpc) #1229 Add support for configuring RPC MaxOpenConnections
  • (cli) #1230 Remove redundant positional height parameter from feemarket's query cli.
  • (test)#1233 Add filters integration tests

Full Changelog: v0.18.0...v0.19.0