ethereum / execution-apis

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

Missing methods? #87

Closed rubenrdp closed 3 years ago

rubenrdp commented 3 years ago

In the previous Wiki (https://github.com/ethereum/wiki/wiki/JSON-RPC) there were more methods that are not listed when you click on View the Spec.

Are these methods going to be removed from the specification? Is it just a matter of time to add them? I am confused...

Is there somewhere I can find a list with all JSON-RPC methods?

Thanks

lightclient commented 3 years ago

@rubenrdp there are some methods missing in this spec. I've been opening issues to track them. If there are other methods that don't have issues please feel free to open an issue yourself. We're only working eth_* methods currently so there are some miner and net methods not documented.