ethereum / execution-apis

Collection of APIs provided by Ethereum execution layer clients
Creative Commons Zero v1.0 Universal
940 stars 373 forks source link

Add `eth_checkMethodSupport` #533

Open 0xSileo opened 6 months ago

0xSileo commented 6 months ago

Moves EIP 7663 to this repo. The discussion about this addition's necessity and other details is available on Ethereum magicians .

I'm less familiar with yaml and JSON schema, so I did my best and feel free to help. Unsure if I should add tests, as it's not implemented in clients yet. Also, ideally, we should change the params from a methodName array to an enum of all existing methods, and the result should use that as well.

0xSileo commented 5 months ago

Can we move this forward @lightclient ?