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

Add eth_getProof impl #1507

Closed
MegaRedHand opened this issue Feb 22, 2023 · 0 comments · Fixed by #1515
Closed

Add eth_getProof impl #1507

MegaRedHand opened this issue Feb 22, 2023 · 0 comments · Fixed by #1515
Labels
C-enhancement New feature or request

Comments

@MegaRedHand
Copy link
Contributor

Describe the feature

This endpoint returns the Merkle proof for a given account and optionally some storage keys

Additional context

This endpoint should interact with the StateProvider to get the proof. For this, a new method is needed in the Merkle Patricia Tree implementation.

@MegaRedHand MegaRedHand added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Feb 22, 2023
@DaniPopes DaniPopes removed the S-needs-triage This issue needs to be labelled label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants