Skip to content

Commit

Permalink
Remove bootnodes heading
Browse files Browse the repository at this point in the history
Devp2p section will absorb it and provide links to its own page
  • Loading branch information
SiddharthV1 committed Apr 26, 2024
1 parent a9492e2 commit 9931ba7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/wiki/EL/el-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ TODO Link to wiki page

TODO Link to wiki page

#### Boot nodes and network bootup

TODO

### 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.
Expand Down

0 comments on commit 9931ba7

Please sign in to comment.