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

Add a JSON-RPC listener port and listener component #3140

Closed
Tracked by #3134
mpguerra opened this issue Dec 3, 2021 · 1 comment · Fixed by #3589
Closed
Tracked by #3134

Add a JSON-RPC listener port and listener component #3140

mpguerra opened this issue Dec 3, 2021 · 1 comment · Fixed by #3589
Assignees
Labels
lightwalletd any work associated with lightwalletd

Comments

@mpguerra
Copy link
Contributor

mpguerra commented Dec 3, 2021

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

  • set up the listener port component
  • make sure it works with lightwalletd
@ftm1000 ftm1000 added the S-needs-triage Status: A bug report needs triage label Feb 10, 2022
@ftm1000
Copy link

ftm1000 commented Feb 10, 2022

@ftm1000 ftm1000 added P-High 🔥 and removed S-needs-triage Status: A bug report needs triage labels Feb 10, 2022
@ftm1000 ftm1000 added the lightwalletd any work associated with lightwalletd label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lightwalletd any work associated with lightwalletd
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants