Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize debug module #4210

Open
LukaszRozmej opened this issue Jun 24, 2022 · 1 comment
Open

Standardize debug module #4210

LukaszRozmej opened this issue Jun 24, 2022 · 1 comment
Assignees
Labels

Comments

@LukaszRozmej
Copy link
Member

LukaszRozmej commented Jun 24, 2022

Based on this: ethereum/execution-apis#247

  1. Implement missing methods and change existing ones. debug_getBadBlocks is almost done here: Feature/debug get bad blocks #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:
    Implement debug_getBadBlocks #3419
    Implement debug_standardTraceBlockToFile #2263
    debug_traceBlockByNumber - latest and finalized - invalid params #4133
@lightclient
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants