-
Notifications
You must be signed in to change notification settings - Fork 5
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 jsonrpc #26
Add jsonrpc #26
Conversation
built on top of #15, merge that pr before reviewing here. |
…tput return in parse_from_slice, error in parse_full_block
All lightwallet RPC's zingolib use are now implemented. get_block_range and get_mempool_stream should be reimplemented once the internal blockcache and state engine are implemented but are working, just slow. There are a few unwraps i want to handle and a few clippy errors but apart from a some small fixes this PR is now code complete. I know its got quite big so if needed I can split it into a few separate PRs. |
Adds jsonRPC client for communication with full node (zebrad/zcashd) and implements lwd service RPCs.
Removes Zingo-Proxy's dependency on LightWalletD.
Closes #27, #29