-
Notifications
You must be signed in to change notification settings - Fork 451
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 support and tests for all JSON RPC methods #373
Comments
this list is not up to date, we started generating documentation automatically in https://nethermind.readthedocs.io/en/latest/jsonrpc.html |
Is there any update on eth_getProof? (EIP: 1186). Is there a specific command I have to invoke to enable this? Currently, i get "Method not supported as a response". (Tested on the Görli testnet, nethermind was run using v1.0rc22 from dockerhub) |
Hi,
It is only done on a branch. I will see if I manage to finish and merge it
today.
Tomasz
…On Thu, 8 Aug 2019, 11:15 Parithosh Jayanthi, ***@***.***> wrote:
Is there any update on eth_getProof? (EIP: 1186)
<ethereum/EIPs#1186>. Is there a specific
command I have to invoke to enable this? Currently, i get "Method not
supported as a response". (Tested on the Görli testnet, nethermind was run
using v1.0rc22 from dockerhub)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#373?email_source=notifications&email_token=AADZZYOBNLQ5COE36NZEZBDQDPW2NA5CNFSM4GSOIXNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD33E6AI#issuecomment-519458561>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADZZYKEEZZDYP6Z6ND4S6TQDPW2NANCNFSM4GSOIXNA>
.
|
That would be awesome, thank you! |
EIP-1186 is implemented although some edge cases may not be covered. Added tests for basic scenarios but it needs some more testing with various scenarios to confirm that it behaves same as Parity / Geth (in particular - for the missing account / missing storage) |
It is merged in master and will be in RC25. |
need to review what is tested
examples in PersonalModule, IPersonalModule, PersonalModuleTests, ApiBuilder / Program in Nethermind.Cli (#372)
https://github.com/ethereum/wiki/wiki/JSON-RPC
https://github.com/ethereum/go-ethereum/wiki/Management-APIs
The text was updated successfully, but these errors were encountered: