diff --git a/packages/api/README.md b/packages/api/README.md index c8a1ebf3a31a..b8fb9c83c5c8 100644 --- a/packages/api/README.md +++ b/packages/api/README.md @@ -1,7 +1,7 @@ # Lodestar Eth Consensus API [![Discord](https://img.shields.io/discord/593655374469660673.svg?label=Discord&logo=discord)](https://discord.gg/aMxzVcr) -[![ETH Beacon APIs Spec v2.1.0](https://img.shields.io/badge/ETH%20beacon--APIs-2.1.0-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v2.1.0) +[![ETH Beacon APIs Spec v2.4.1](https://img.shields.io/badge/ETH%20beacon--APIs-2.4.1-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v2.4.1) ![ES Version](https://img.shields.io/badge/ES-2020-yellow) ![Node Version](https://img.shields.io/badge/node-18.x-green) diff --git a/packages/prover/README.md b/packages/prover/README.md index c4df66751e51..167e8829ff4f 100644 --- a/packages/prover/README.md +++ b/packages/prover/README.md @@ -1,7 +1,7 @@ # Lodestar Eth Consensus Lightclient Prover [![Discord](https://img.shields.io/discord/593655374469660673.svg?label=Discord&logo=discord)](https://discord.gg/aMxzVcr) -[![ETH Beacon APIs Spec v2.1.0](https://img.shields.io/badge/ETH%20beacon--APIs-2.1.0-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v2.1.0) +[![ETH Beacon APIs Spec v2.4.1](https://img.shields.io/badge/ETH%20beacon--APIs-2.4.1-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v2.4.1) ![ES Version](https://img.shields.io/badge/ES-2020-yellow) ![Node Version](https://img.shields.io/badge/node-18.x-green) @@ -59,50 +59,50 @@ lodestar-prover start \ | Group | Method | Status | Version | | ----------------- | --------------------------------------- | ------ | ------- | -| Block | eth_getBlockByHash | ✅ | v0 | -| | eth_getBlockByNumber | ✅ | v0 | -| | eth_getBlockTransactionCountByHash | ⌛ | v2 | -| | eth_getBlockTransactionCountByNumber | ⌛ | v2 | -| | eth_getUncleCountByBlockHash | ⌛ | v2 | -| | eth_getUncleCountByBlockNumber | ⌛ | v2 | -| Chain/Network | eth_chainId | ➡️ | -| | eth_syncing | ⌛ | v1 | -| | eth_coinbase | ⌛ | v2 | -| | eth_accounts | ➡️ | -| | eth_blockNumber | ➡️ | -| Call and Estimate | eth_call | ✅ | v0 | -| | eth_estimateGas | ✅ | v0 | -| | eth_createAccessList | ⌛ | v2 | -| | eth_gasPrice | ⌛ | v1 | -| | eth_maxPriorityFeePerGas | ⌛ | v1 | -| | eth_feeHistory | ⌛ | v2 | -| Filters | eth_newFilter | ⌛ | v2 | -| | eth_newBlockFilter | ⌛ | v2 | -| | eth_newPendingTransactionFilter | ⌛ | v2 | -| | eth_uninstallFilter | ⌛ | v2 | -| | eth_getFilterChanges | ⌛ | v2 | -| | eth_getFilterLogs | ⌛ | v2 | -| | eth_getLogs | ⌛ | v1 | -| Mining | eth_mining | ➡️ | -| | eth_hashrate | ➡️ | -| | eth_getWork | ➡️ | -| | eth_submitWork | ➡️ | -| | eth_submitHashrate | ➡️ | -| Signing | eth_sign | ➡️ | -| | eth_signTransaction | ➡️ | -| State | eth_getBalance | ✅ | v0 | -| | eth_getStorageAt | ⌛ | v1 | -| | eth_getTransactionCount | ⌛ | v2 | -| | eth_getCode | ✅ | v0 | -| | eth_getProof | ❇️ | v0 | -| Transactions | eth_sendTransaction | ➡️ | -| | eth_sendRawTransaction | ➡️ | -| | eth_getTransactionByHash | ⌛ | v2 | -| | eth_getTransactionByBlockHashAndIndex | ⌛ | v2 | -| | eth_getTransactionByBlockNumberAndIndex | ⌛ | v2 | -| | eth_getTransactionReceipt | ⌛ | v2 | -| Events | eth_subscribe | ❇️ | v0 | -| | eth_unsubscribe | ❇️ | v0 | +| Block | eth_getBlockByHash | ✅ | v0 | +| | eth_getBlockByNumber | ✅ | v0 | +| | eth_getBlockTransactionCountByHash | ⌛ | v2 | +| | eth_getBlockTransactionCountByNumber | ⌛ | v2 | +| | eth_getUncleCountByBlockHash | ⌛ | v2 | +| | eth_getUncleCountByBlockNumber | ⌛ | v2 | +| Chain/Network | eth_chainId | ➡️ | +| | eth_syncing | ⌛ | v1 | +| | eth_coinbase | ⌛ | v2 | +| | eth_accounts | ➡️ | +| | eth_blockNumber | ➡️ | +| Call and Estimate | eth_call | ✅ | v0 | +| | eth_estimateGas | ✅ | v0 | +| | eth_createAccessList | ⌛ | v2 | +| | eth_gasPrice | ⌛ | v1 | +| | eth_maxPriorityFeePerGas | ⌛ | v1 | +| | eth_feeHistory | ⌛ | v2 | +| Filters | eth_newFilter | ⌛ | v2 | +| | eth_newBlockFilter | ⌛ | v2 | +| | eth_newPendingTransactionFilter | ⌛ | v2 | +| | eth_uninstallFilter | ⌛ | v2 | +| | eth_getFilterChanges | ⌛ | v2 | +| | eth_getFilterLogs | ⌛ | v2 | +| | eth_getLogs | ⌛ | v1 | +| Mining | eth_mining | ➡️ | +| | eth_hashrate | ➡️ | +| | eth_getWork | ➡️ | +| | eth_submitWork | ➡️ | +| | eth_submitHashrate | ➡️ | +| Signing | eth_sign | ➡️ | +| | eth_signTransaction | ➡️ | +| State | eth_getBalance | ✅ | v0 | +| | eth_getStorageAt | ⌛ | v1 | +| | eth_getTransactionCount | ⌛ | v2 | +| | eth_getCode | ✅ | v0 | +| | eth_getProof | ❇️ | v0 | +| Transactions | eth_sendTransaction | ➡️ | +| | eth_sendRawTransaction | ➡️ | +| | eth_getTransactionByHash | ⌛ | v2 | +| | eth_getTransactionByBlockHashAndIndex | ⌛ | v2 | +| | eth_getTransactionByBlockNumberAndIndex | ⌛ | v2 | +| | eth_getTransactionReceipt | ⌛ | v2 | +| Events | eth_subscribe | ❇️ | v0 | +| | eth_unsubscribe | ❇️ | v0 | ## Non-supported features diff --git a/packages/reqresp/README.md b/packages/reqresp/README.md index ecb29a7ff2ad..387d222e39bc 100644 --- a/packages/reqresp/README.md +++ b/packages/reqresp/README.md @@ -1,7 +1,7 @@ # Lodestar Eth Consensus Req/Resp Protocol [![Discord](https://img.shields.io/discord/593655374469660673.svg?label=Discord&logo=discord)](https://discord.gg/aMxzVcr) -[![ETH Beacon APIs Spec v2.1.0](https://img.shields.io/badge/ETH%20beacon--APIs-2.1.0-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v2.1.0) +[![ETH Beacon APIs Spec v2.4.1](https://img.shields.io/badge/ETH%20beacon--APIs-2.4.1-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v2.4.1) ![ES Version](https://img.shields.io/badge/ES-2020-yellow) ![Node Version](https://img.shields.io/badge/node-18.x-green)