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

rpc: make stdio usable over custom channels #19046

Merged
merged 1 commit into from
Feb 12, 2019
Merged

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Feb 12, 2019

This is a very simple PR that makes it possible to use stdio communication over custom channels, not only os.stdin and stdout.

This makes it possible to use a stdio connection from the UI, who wants to use the clef process stdin/stdout as communication channels for json-rpc. So this PR only makes it possible for the UI to reuse the bidirectoinal library in go-ethereum, and doesn't actually change anything in go-ethereum.

Copy link
Member

@karalabe karalabe left a comment

Choose a reason for hiding this comment

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

SGTM, I want my review credits

@karalabe karalabe added this to the 1.9.0 milestone Feb 12, 2019
@holiman holiman merged commit 8771fbf into ethereum:master Feb 12, 2019
kiku-jw pushed a commit to kiku-jw/go-ethereum that referenced this pull request Mar 29, 2019
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.

2 participants