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

Releases: erigontech/silkrpc

1.0.0

13 Oct 08:16
f6b647e
Compare
Choose a tag to compare
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 (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.

0.0.7

21 Oct 23:09
5ab850d
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

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

20 Jun 20:35
a0e984c
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

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

26 May 14:38
cf96b81
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

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 (aka eth_getBlockReceipts)

Please see API Implementation Status v0.0.5 for more details.

0.0.4

09 May 16:27
88b7dc7
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

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

27 Apr 07:50
a92e4d2
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

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

25 Apr 13:33
4e75321
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

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.

0.0.1

05 Mar 15:24
a60d6c9
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

First alpha release supporting the following Ethereum JSON API:

  • eth_blockNumber
  • eth_getLogs