-
Notifications
You must be signed in to change notification settings - Fork 470
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
Adding eth_getProof eth_ JSON-RPC method #569
Conversation
729b789
to
8029ac0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much, looks great now!
great! ✌️ |
@lightyear15 can you run |
Head branch was pushed to by a user without write access
e8f3547
to
fdf5cc6
Compare
Described in EIP-1186 [1], it is not a very well documented method, its description is missing from many resources [2], [3], however it is present in the current ethereum client implementation [4]. This commit adds the necesarry struct and method to add this method. [1] https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1186.md [2] https://eth.wiki/json-rpc/API [3] https://github.com/ethereum/execution-apis [4] https://github.com/ethereum/go-ethereum/blob/master/internal/web3ext/web3ext.go#L561
fdf5cc6
to
d446ee6
Compare
Thanks @tomusdrw , |
Described in EIP-1186 [1], it is not a very well documented method,
its description is missing from many resources [2], [3], however
it is present in the current ethereum client implementation [4].
This commit adds the necesarry struct and method to add this method.
[1] https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1186.md
[2] https://eth.wiki/json-rpc/API
[3] https://github.com/ethereum/execution-apis
[4] https://github.com/ethereum/go-ethereum/blob/master/internal/web3ext/web3ext.go#L561