Skip to content

Commit

Permalink
Move Bootnodes under Devp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthV1 committed Apr 26, 2024
1 parent 19a521e commit a9492e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/wiki/EL/el-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ TODO

TODO

### Boot nodes and network bootup

TODO

### Internal Consensus engines

Expand Down Expand Up @@ -187,6 +184,10 @@ 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 a9492e2

Please sign in to comment.