Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[minor] add rpc_modules json-rpc #1036

Merged
merged 3 commits into from
Mar 4, 2019
Merged

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Mar 4, 2019

PR description

rpc_module enumerates the modules exposed to RPC. This allows the
geth attach geth javascript console to attach to Pantheon and use the
json-rpc APIs that pantheon and geth share.

rpc_module enumerates the modules exposed to RPC.  This allows the
`geth attach` geth javascript console to attach to Pantheon and use the
json-rpc APIs that pantheon and geth share.

@Override
public JsonRpcResponse response(final JsonRpcRequest req) {
// For now, just return an empty list.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you can cut this comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@shemnon shemnon merged commit 0d2294a into PegaSysEng:master Mar 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants