This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
1.0.0
Pre-release
Pre-release
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
(previouslytg_getHeaderByHash
)erigon_getHeaderByNumber
(previouslytg_getHeaderByNumber
)erigon_getLogsByHash
(previouslytg_getLogsByHash
)erigon_forks
(previouslytg_forks
)erigon_issuance
(previouslytg_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.