File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
255254For complete blocks, we distinguish between the validity of the block's EVM state
256255transition, 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
581580the ` block-access-list-hash ` in the corresponding block header. See [ Block Access List
582581Encoding] 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
You can’t perform that action at this time.
0 commit comments