Skip to content

Update EIP-7928: Update StorageKey and StorageValue type definitions#10817

Merged
eth-bot merged 1 commit intoethereum:masterfrom
bhartnett:EIP-7928_uint256-storagekeyvalue
Nov 26, 2025
Merged

Update EIP-7928: Update StorageKey and StorageValue type definitions#10817
eth-bot merged 1 commit intoethereum:masterfrom
bhartnett:EIP-7928_uint256-storagekeyvalue

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

✅ All reviewers have approved.

@eth-bot eth-bot added the a-review Waiting on author to review label Nov 21, 2025
Copy link
Contributor

@nerolation nerolation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eth-bot eth-bot enabled auto-merge (squash) November 26, 2025 19:09
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Reviewers Have Approved; Performing Automatic Merge...

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.

3 participants