Skip to content

Commit

Permalink
docs: fix typo and minor adjustments (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaulucci authored Aug 27, 2024
1 parent 60a89f0 commit ddfa501
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ See issues and progress: https://github.com/lambdaclass/ethereum_rust/milestone/
Implement DevP2P protocol, including RLPx `p2p` and `eth` capabilities. This will allow us to receive blocks and transactions from other nodes and is a prerequisite for the next milestones.

RPC endpoints
- `admin_nodeInfo`t
- `admin_nodeInfo`

See issues and progress: https://github.com/lambdaclass/ethereum_rust/milestone/2

### Milestone 3: Reorgs
Implement support for block reorganizations (reorgs) and historical state queries. This milestone involves persisting the state trie to enable efficient access to historical states and implementing a tree structure for the blockchain to manage multiple chain branches. We'll develop algorithms for chain reorganizations and enhance the query system to support state lookups at any historical block.
### Milestone 3: History & Reorgs
Implement support for block reorganizations and historical state queries. This milestone involves persisting the state trie to enable efficient access to historical states and implementing a tree structure for the blockchain to manage multiple chain branches.

RPC endpoints
- `engine_exchangeCapabilities`
- `engine_forkchoiceUpdatedV3`
- `eth_call` (at any block)
- `eth_createAccessList` (at any block)
- `eth_createAccessList` (at any block)
- `eth_getBalance` (at any block)
- `eth_getCode` (at any block)
- `eth_getProof`
Expand Down

0 comments on commit ddfa501

Please sign in to comment.