reth icon indicating copy to clipboard operation
reth copied to clipboard

Tracking: EIP-4788

Open onbjerg opened this issue 2 years ago • 0 comments

Describe the feature

Tracking issue for EIP-4788.

## Primitives
- [ ] Add `hash_tree_root` to `Header` (32 bytes)
- [ ] Add `current_slot` to `Header` (big endian u64)

Note:

  • The new header fields are added after the new header fields in EIP-4844 (see this section)
## Execution
- [ ] https://github.com/bluealloy/revm/issues/525

Note:

  • The beacon root written to the contract has a particular structure and may be in multiple slots on the contract, see this section
## Consensus
- [ ] Add dummy fork to enable EIP

Additional context

No response

onbjerg avatar May 29 '23 13:05 onbjerg