Skip to content

Conversation

@bhartnett
Copy link
Contributor

This updates the StorageKey and StorageValue block access list type definitions to uint256.

The reasoning for this change is to reduce the size of the rlp encoded BALs. The rlp encoding of small slots takes less space when encoded as a number than when encoded as bytes32. For example the uint256 rlp encoding of slot 1 takes a single byte while the bytes32 rlp encoding takes 33 bytes due to the leading zeros which can/should be excluded to save space.

@bhartnett bhartnett requested a review from eth-bot as a code owner November 21, 2025 08:31
@github-actions github-actions bot added c-update Modifies an existing proposal s-draft This EIP is a Draft t-core labels Nov 21, 2025
@eth-bot
Copy link
Collaborator

eth-bot commented Nov 21, 2025

File EIPS/eip-7928.md

Requires 1 more reviewers from @dankrad, @fradamt, @jochem-brouwer, @jsign, @nerolation

@eth-bot eth-bot added the a-review Waiting on author to review label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a-review Waiting on author to review c-update Modifies an existing proposal s-draft This EIP is a Draft t-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants