nethermind
nethermind copied to clipboard
Standardize debug module
Based on this: https://github.com/ethereum/execution-apis/pull/247
- Implement missing methods and change existing ones. debug_getBadBlocks is almost done here: #3838
- Remove all non-readonly methods (move to admin?)
- Expose all RPC modules by default through IPC and make IPC enabled by default. SubTasks: #3419 #2263 #4133
Fwiw, I think standardizing admin
eventually would also be useful. Geth is also looking for a namespace to dump non-standard methods. I was thinking maybe x_*
, but not tied to the name by any means.