Skip to content

Commit

Permalink
4844: declare withdrawals in 4895 as a dependency (ethereum#5906)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored and nachomazzara committed Jan 13, 2023
1 parent f81122e commit 803541a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status: Draft
type: Standards Track
category: Core
created: 2022-02-25
requires: 1559, 2718, 2930
requires: 1559, 2718, 2930, 4895
---

## Abstract
Expand Down Expand Up @@ -193,21 +193,22 @@ The resulting RLP encoding of the header is therefore:
```
rlp([
parent_hash,
ommers_hash,
0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347, # ommers hash
coinbase,
state_root,
tx_root,
receipt_root,
bloom,
difficulty,
txs_root,
receipts_root,
logs_bloom,
0, # difficulty
number,
gas_limit,
gas_used,
time,
extra,
mix_digest,
nonce,
base_fee,
timestamp,
extradata,
prev_randao,
0x0000000000000000, # nonce
base_fee_per_gas,
withdrawals_root,
excess_data_gas
])
```
Expand Down

0 comments on commit 803541a

Please sign in to comment.