Skip to content

Commit

Permalink
claify EL role
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchhill committed Dec 24, 2024
1 parent dbd653f commit 7b89f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7843.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The precompile is priced to match similar opcodes in the `W_base` set.

### Calculation in consensus layer

The slot number is calculated in the consensus layer and exposed in the header. It could instead be calculated in the execution layer using the timestamp, but it is more apporiate to calculate values pertaining to the beacon chain in the consensus layer. Additionally it would result in code duplication, as the slot number is already calculated in the consensus layer.
The slot number is calculated in the consensus layer and exposed to the execution layer through the header and PayloadAttributes. It could instead be calculated in the execution layer using the timestamp, but it is more apporiate to calculate values pertaining to the beacon chain in the consensus layer. Additionally it would result in code duplication, as the slot number is already calculated in the consensus layer.

### Precompile

Expand Down

0 comments on commit 7b89f62

Please sign in to comment.