Skip to content

Commit 8aacc1e

Browse files
generalizing for el-specs
Co-authored-by: Mário Havel <[email protected]>
1 parent 681983d commit 8aacc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wiki/EL/el-architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The beacon chain  invokes the new payload function and transfers the execution
115115
###### Transaction Execution in Geth
116116
Geth, like other Ethereum execution clients, processes transactions by verifying signatures, checking nonces, deducting gas fees, and updating the state. Transactions first enter the mempool, where they wait to be included in a block. Once picked up, Geth executes them, modifying account balances, contract storage, and other state data.
117117

118-
🔗[ Transaction Execution Code](https://github.com/ethereum/execution-specs/blob/0f9e4345b60d36c23fffaa69f70cf9cdb975f4ba/src/ethereum/shanghai/fork.py#L542)
118+
🔗[ Transaction Execution Specs Code](https://github.com/ethereum/execution-specs/blob/0f9e4345b60d36c23fffaa69f70cf9cdb975f4ba/src/ethereum/shanghai/fork.py#L542)
119119

120120
###### Block Processing & State Updates
121121
Every new block contains multiple transactions that Geth processes in order. Once all transactions are executed, the final state is committed, and a state root hash is stored to ensure consistency. This process follows a defined set of rules to maintain network integrity.

0 commit comments

Comments
 (0)