This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 682
Implement eth_getProof
RPC message
#382
Comments
Thanks for the feature request, @facuspagnuolo! I'd like to start implementing more of the DRAFT status EIPs into ganache-core sooner than we have been. So if you'd like to put in the effort to make this happen I'd happily review and merge (likely behind a new option/flag we've been wanting to implement: The bulk of the code will need to go in https://github.com/trufflesuite/ganache-core/blob/develop/lib/blockchain_double.js Let me know if you need any help with the code base! |
This would be great, even though I don't have much time right now, I would love to help ( I did the implementation for geth and parity ). So if I can help, just ask! |
Related: #725 |
MicaiahReid
changed the title
Implement eth_getProof RPC message
Implement Apr 22, 2022
eth_getProof
RPC message
Repository owner
moved this from In Progress
to Done
in Ganache
Jul 22, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be really amazing to provide support for the
eth_getProof
RPC message. I actually needed to migrate bunch of tests to geth to make them work :)Please let me know if I can help with it.
The text was updated successfully, but these errors were encountered: