nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

Standardize debug module

Open LukaszRozmej opened this issue 2 years ago • 1 comments

Based on this: https://github.com/ethereum/execution-apis/pull/247

  1. Implement missing methods and change existing ones. debug_getBadBlocks is almost done here: #3838
  2. Remove all non-readonly methods (move to admin?)
  3. Expose all RPC modules by default through IPC and make IPC enabled by default. SubTasks: #3419 #2263 #4133

LukaszRozmej avatar Jun 24 '22 16:06 LukaszRozmej

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.

lightclient avatar Jun 24 '22 16:06 lightclient