-
Notifications
You must be signed in to change notification settings - Fork 12
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
JsonRpsee for Zaino client #246
Conversation
Ready for review, I think I caught everything but please give it a thorough look, as this is my first significant contribution to Zaino, and I might not be aware of all the ways it's being used or tested.. I imagine changing the names a bit more, either to all be I have a few follow on questions also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic! :)
} | ||
|
||
/// Converts JsonRpcConnectorError to tonic::Status | ||
/// Converts JsonRpSeeConnectorError to tonic::Status | ||
/// | ||
/// TODO: This impl should be changed to return the correct status [https://github.com/zcash/lightwalletd/issues/497] before release, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add issue so we don't forget about it ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes #195