The method eth_getProof does not exist #508
-
JSON-RPC Method not availableDescriptionAs from the title, when the JSON-RPC method eth_getProof is called the result is the following:
Your environment
Steps to reproduce
Expected behaviourAn account object with proofs should be returned. Actual behaviourThe JSON-RPC returns the error in the description section. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @NorwegianGoat, Thank you for reaching out. This endpoint is not officially supported by the Ethereum spec: Only certain implementations support it out of the box. We would need to discuss it internally whether or not to add support for this endpoint since we follow the spec and rarely deviate when the JSON-RPC layer is concerned. What do you want to utilize this endpoint for? What other endpoints would you also like to see supported? |
Beta Was this translation helpful? Give feedback.
-
Would really appreciate an out fo the box solution for the L1 "getEventMembershipbyBlockNumber" args, such that given an event index in a block , proof could easily be generated to be submitted to the L1 @zivkovicmilos |
Beta Was this translation helpful? Give feedback.
Hey @NorwegianGoat,
Thank you for reaching out.
This endpoint is not officially supported by the Ethereum spec:
ethereum/EIPs#1186
Only certain implementations support it out of the box.
We would need to discuss it internally whether or not to add support for this endpoint since we follow the spec and rarely deviate when the JSON-RPC layer is concerned.
What do you want to utilize this endpoint for?
What other endpoints would you also like to see supported?