Skip to content

Commit

Permalink
Cross-links & move RLP heading under DataStructure
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthV1 committed Apr 29, 2024
1 parent 41c0970 commit 5fc0944
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/wiki/EL/el-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,21 +178,19 @@ In Ethereum two primary types of transaction pools are recognized:

### EVM

TODO Link to wiki page
[Wiki - EVM](/wiki/EL/evm.md)

### DevP2P

TODO Link to wiki page
[Wiki - DevP2P](/wiki/EL/devp2p.md)

### Data structures

Blockchain and state data processed by execution client need to be stored in the disk. These are necessary to validate new blocks, verify history and to serve peers in the network. Client stores historical data, also called the ancient database, which include previous blocks. Another database of trie structure contains the current state and small number of recent states. In practice, clients keep various databases for different data categories. Each client can implement a different backend to handle this data, e.g. leveldb, pebble, mdbx.

More details in the page on [EL data structures](./data-structures.md).
More details in the page on [EL data structures](/wiki/EL/data-structures.md).

TODO Link to wiki page

### RLP
#### RLP

[Wiki - RLP](/wiki/EL/RLP.md)

Expand Down

0 comments on commit 5fc0944

Please sign in to comment.