Releases: erigontech/silkrpc
1.0.0
New alpha release introducing support for the following Ethereum JSON API:
eth_getRawTransactionByHasheth_getRawTransactionByBlockHashAndIndexeth_getRawTransactionByBlockNumberAndIndexeth_callBundleeth_createAccessListeth_sendRawTransactioneth_miningeth_hashrateeth_submitHashrateeth_getWorketh_submitWorkdebug_storageRangeAtdebug_traceBlockByHashdebug_traceBlockByNumberdebug_traceTransactiondebug_traceCalltrace_calltrace_callManytrace_replayBlockTransactionstrace_replayTransactiontrace_blocktrace_gettrace_transactiontxpool_contenttxpool_statuserigon_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_estimateGasdebug_accountRangedebug_getModifiedAccountsByNumberdebug_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_calleth_coinbaseeth_getTransactionByHasheth_getTransactionCounteth_getTransactionReceipteth_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_getBalanceeth_getCodetg_getHeaderByHashtg_getHeaderByNumbertg_getLogsByHashtg_forkstg_issuanceparity_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_getUncleCountByBlockHasheth_getUncleCountByBlockNumbereth_getUncleBlockByHashAndIndexeth_getUncleBlockByNumberAndIndexeth_getTransactionByBlockHashAndIndexeth_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_clientVersionweb3_sha3net_listeningnet_peerCountnet_versioneth_chainIdeth_protocolVersioneth_syncingeth_getBlockByHasheth_getBlockByNumbereth_getBlockTransactionCountByHasheth_getBlockTransactionCountByNumber
Please see API Implementation Status v0.0.2 for more details.