Releases: erigontech/silkrpc
1.0.0
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.
0.0.7
New alpha release introducing support for the following Ethereum JSON API:
eth_estimateGas
debug_accountRange
debug_getModifiedAccountsByNumber
debug_getModifiedAccountsByHash
Please see API Implementation Status v0.0.7 for more details.
This release contains also a bunch of fixes for other APIs and some performance improvements.
0.0.6
New alpha release introducing support for the following Ethereum JSON API:
eth_call
eth_coinbase
eth_getTransactionByHash
eth_getTransactionCount
eth_getTransactionReceipt
eth_getStorageAt
Please see API Implementation Status v0.0.6 for more details.
0.0.5
New alpha release introducing support for the following Ethereum JSON API:
eth_getBalance
eth_getCode
tg_getHeaderByHash
tg_getHeaderByNumber
tg_getLogsByHash
tg_forks
tg_issuance
parity_getBlockReceipts
(akaeth_getBlockReceipts
)
Please see API Implementation Status v0.0.5 for more details.
0.0.4
New alpha release introducing support for the following Ethereum JSON API:
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
eth_getUncleBlockByHashAndIndex
eth_getUncleBlockByNumberAndIndex
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
Please see API Implementation Status v0.0.4 for more details.
0.0.3
New alpha release introducing Silkrpc version traceability, more information at startup and docs improvement.
Please see API Implementation Status v0.0.3 for more details.
0.0.2
New alpha release introducing support for the following Ethereum JSON API:
web3_clientVersion
web3_sha3
net_listening
net_peerCount
net_version
eth_chainId
eth_protocolVersion
eth_syncing
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
Please see API Implementation Status v0.0.2 for more details.