Skip to content

Commit 0755f85

Browse files
committed
remove empty hash and bump to 10 mib
1 parent 2006a6e commit 0755f85

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

caps/eth.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ headers are processed in sequence during chain synchronization, the following ru
249249
earlier blocks. This rule was added by [EIP-7685].
250250
- `block-access-list-hash` must be present in headers after the [Amsterdam fork], and
251251
absent for earlier blocks. This rule was added by [EIP-7928]. The hash is computed as
252-
`keccak256(rlp.encode(block_access_list))`. For blocks with no state changes, this is
253-
the hash of an empty RLP list: `0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347`.
252+
`keccak256(rlp.encode(block_access_list))`.
254253

255254
For complete blocks, we distinguish between the validity of the block's EVM state
256255
transition, and the (weaker) 'data validity' of the block. The definition of state
@@ -581,7 +580,7 @@ The BAL must be validated by computing `keccak256(rlp.encode(bal))` and comparin
581580
the `block-access-list-hash` in the corresponding block header. See [Block Access List
582581
Encoding] for the structure of block access lists.
583582

584-
The recommended soft limit for BlockAccessLists responses is 2 MiB.
583+
The recommended soft limit for BlockAccessLists responses is 10 MiB.
585584

586585
## Change Log
587586

0 commit comments

Comments
 (0)