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

1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@canepat canepat released this 13 Oct 08:16
· 77 commits to master since this release
f6b647e

New alpha release introducing support for the following Ethereum JSON API:

  • eth_getRawTransactionByHash
  • eth_getRawTransactionByBlockHashAndIndex
  • eth_getRawTransactionByBlockNumberAndIndex
  • eth_callBundle
  • eth_createAccessList
  • eth_sendRawTransaction
  • eth_mining
  • eth_hashrate
  • eth_submitHashrate
  • eth_getWork
  • eth_submitWork
  • debug_storageRangeAt
  • debug_traceBlockByHash
  • debug_traceBlockByNumber
  • debug_traceTransaction
  • debug_traceCall
  • trace_call
  • trace_callMany
  • trace_replayBlockTransactions
  • trace_replayTransaction
  • trace_block
  • trace_get
  • trace_transaction
  • txpool_content
  • txpool_status
  • erigon_getBlockByTimestamp

The following custom JSON API already implemented has been renamed:

  • erigon_getHeaderByHash (previously tg_getHeaderByHash)
  • erigon_getHeaderByNumber (previously tg_getHeaderByNumber)
  • erigon_getLogsByHash (previously tg_getLogsByHash)
  • erigon_forks (previously tg_forks)
  • erigon_issuance (previously tg_issuance)

Please see API Implementation Status v1.0.0 for more details.

This release contains also many fixes for other APIs and performance improvements.

This is the last release fully compatible with Erigon 1 Core component.