We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zcashd's JSON-RPC interface is mainly JSON-RPC-v1, but with error handling backported from JSON-RPC-v1.1.
zcashd
We plan to use jsonrpc_core with:
It is async and uses hyper, which Zebra already uses.
hyper
Here are examples of:
lightwalletd
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @gustavovalverde @jvff @oxarbitrage @teor2345 @upbqdn
Sorry, something went wrong.
oxarbitrage
Successfully merging a pull request may close this issue.
Motivation
zcashd
's JSON-RPC interface is mainly JSON-RPC-v1, but with error handling backported from JSON-RPC-v1.1.We plan to use jsonrpc_core with:
It is async and uses
hyper
, which Zebra already uses.Example Code
Here are examples of:
Tasks
lightwalletd
The text was updated successfully, but these errors were encountered: