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

JsonRpsee for Zaino client #246

Merged
merged 8 commits into from
Mar 24, 2025
Merged

Conversation

ala-mode
Copy link
Contributor

@ala-mode ala-mode commented Mar 17, 2025

fixes #195

@ala-mode ala-mode added the DRAFT label Mar 17, 2025
@zancas zancas marked this pull request as draft March 17, 2025 20:39
@ala-mode ala-mode removed the DRAFT label Mar 22, 2025
@ala-mode ala-mode marked this pull request as ready for review March 22, 2025 08:40
@ala-mode ala-mode requested review from idky137, AloeareV and zancas March 22, 2025 08:41
@ala-mode
Copy link
Contributor Author

ala-mode commented Mar 22, 2025

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 RpSee or the main struct back to Rpc (from the updated dependency) might be something to consider, if nothing else.

I have a few follow on questions also.

@ala-mode ala-mode changed the title WIP: JsonRpsee for Zaino client JsonRpsee for Zaino client Mar 22, 2025
@zancas zancas removed request for zancas and idky137 March 23, 2025 17:05
Copy link
Contributor

@AloeareV AloeareV left a comment

Choose a reason for hiding this comment

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

Fantastic! :)

@AloeareV AloeareV merged commit 4fd711c into zingolabs:dev Mar 24, 2025
5 of 12 checks passed
}

/// 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,
Copy link
Contributor

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 ❤️

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

Task 3.3.1: Update Zainos JsonRPC client to use JsonRpSee, to have parity with both Zebra and Zallet.
3 participants