Skip to content

Comments

eth: add getStorageValues method#756

Open
s1na wants to merge 1 commit intoethereum:mainfrom
s1na:eth/batch-storage
Open

eth: add getStorageValues method#756
s1na wants to merge 1 commit intoethereum:mainfrom
s1na:eth/batch-storage

Conversation

@s1na
Copy link
Contributor

@s1na s1na commented Feb 23, 2026

Closes #752

@s1na
Copy link
Contributor Author

s1na commented Feb 23, 2026

Tests are failing because the latest release of geth doesn't have this method. It means we have to wait until the implementation is released for a green CI.

failed to fill eth_getStorageValues/get-storage-values-multiple-addresses: the method eth_getStorageValues does not exist/is not available
failed to fill eth_getStorageValues/get-storage-values-unknown-account: the method eth_getStorageValues does not exist/is not available

s1na added a commit to ethereum/go-ethereum that referenced this pull request Feb 23, 2026
Implements the new eth_getStorageValues method. It returns storage
values for a list of contracts.

Spec: ethereum/execution-apis#756

---------

Co-authored-by: Sina Mahmoodi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eth_getStorageValues - Batch storage slot retrieval

1 participant