Skip to content

Commit

Permalink
Update spec version of README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jun 24, 2023
1 parent b805dac commit ff9b022
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
90 changes: 45 additions & 45 deletions packages/prover/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/reqresp/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit ff9b022

Please sign in to comment.