Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions EIPS/eip-8268.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ Entries that describe accessed-but-unchanged accounts (every change list empty)

### Validation

A block is invalid if, for any `AccountChanges` carrying `storage_root`:

- the post-block storage trie is non-empty and `storage_root` is not its 32-byte storage trie root produced by executing the block; or
- the post-block storage trie is empty and `storage_root` is not the empty byte string.
A block is invalid if the `block_access_list_hash` for the BAL generated during block execution do not match the `block_access_list_hash` in header.

Equivalently, every empty storage trie MUST be encoded as the empty byte string and every non-empty storage trie as its 32-byte root, so each block has exactly one valid encoding.

Expand Down
Loading