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

core, eth, node, rpc: port the admin and debug API #1

Open
wants to merge 3 commits into
base: rcp-v2-rebase
Choose a base branch
from

Conversation

karalabe
Copy link

@karalabe karalabe commented Dec 4, 2015

This PR ports the base admin commands:

  • admin_addPeer
  • admin_peers
  • admin_nodeInfo
  • admin_exportChain
  • admin_importChain
  • admin_verbosity
  • admin_setSolc
  • admin_datadir
  • admin_startRPC
  • admin_stopRPC

and also all of the debug commands. The remaining admin commands are either natspec, registrar, or the http/sleep methods are a bit questionable, so we should discuss those.

Additionally, I tried to verify all the commands so that they work, the only one I've implemented but is commented out is the StartRPC, because it introduces a circular dependency. We'd need to upgrade the HttpRpc too to use the new decoupled implementation before that code can be included in the node package.

@bas-vk bas-vk force-pushed the rcp-v2-rebase branch 2 times, most recently from 32fefdb to 4b28705 Compare December 11, 2015 14:34
@bas-vk bas-vk force-pushed the rcp-v2-rebase branch 3 times, most recently from d1e2312 to eae8146 Compare December 14, 2015 15:33
bas-vk pushed a commit that referenced this pull request Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant