Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EIP-1186 eth_getProof #1650

Merged
merged 5 commits into from
Dec 26, 2024
Merged

Implement EIP-1186 eth_getProof #1650

merged 5 commits into from
Dec 26, 2024

Conversation

kpp
Copy link
Contributor

@kpp kpp commented Dec 25, 2024

Description

Implements https://docs.alchemy.com/reference/eth-getproof

Follow-up of #1563, because it was easier to create a new PR ontop of nightly.

Linked Issues

@kpp kpp requested a review from eyusufatik as a code owner December 25, 2024 03:57
@auto-assign auto-assign bot requested a review from yaziciahmet December 25, 2024 03:57
@kpp kpp force-pushed the kpp/re_eth_getproof branch from d9ed411 to 5047c22 Compare December 25, 2024 18:21
Copy link

codecov bot commented Dec 25, 2024

@kpp kpp force-pushed the kpp/re_eth_getproof branch from 5047c22 to 2aada38 Compare December 25, 2024 19:23
Copy link
Member

@eyusufatik eyusufatik left a comment

Choose a reason for hiding this comment

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

note to myself: sync with current testnet to see if any storage changes break state root calculation

bin/citrea/tests/evm/mod.rs Outdated Show resolved Hide resolved
bin/citrea/tests/test_client/mod.rs Show resolved Hide resolved
bin/citrea/tests/evm/mod.rs Outdated Show resolved Hide resolved
@eyusufatik eyusufatik merged commit af3713c into nightly Dec 26, 2024
14 of 15 checks passed
@eyusufatik eyusufatik deleted the kpp/re_eth_getproof branch December 26, 2024 09:04
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.

Implement eth_getProof
2 participants