Skip to content

Commit

Permalink
Update docs/wiki/EL/el-architecture.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mário Havel <[email protected]>
  • Loading branch information
SiddharthV1 and taxmeifyoucan authored Apr 26, 2024
1 parent 6d85559 commit 8d8b3c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/wiki/EL/el-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ This is the only link between the consensus and execution layer. The engine expo

In order to accurately process transactions on Ethereum, it is imperative that we reach a consensus on the global status of the network, rather than solely relying on our local perspective. The global state synchronization of the execution layer client is triggered by the fork choice rule governed by the LMD-GHOST algorithm in the consensus layer. It is then relayed to the execution layer through the fork choice updated endpoint of the engine API. Syncing entails two possible processes: downloading remote blocks from peers and validating them in the EVM.

Note: client specific overviews will go here

## Components of the architecture

Expand Down

0 comments on commit 8d8b3c4

Please sign in to comment.