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

Implement RPCs required for syncing over Nym #19

Closed
idky137 opened this issue May 13, 2024 · 1 comment
Closed

Implement RPCs required for syncing over Nym #19

idky137 opened this issue May 13, 2024 · 1 comment

Comments

@idky137
Copy link
Contributor

idky137 commented May 13, 2024

Implement the service RPC's required for receiving zcash (syncing) over the mixnet in both zingo-rpc::rpc::nymservice and zingo-rpc::walletrpc::service.

This will require the implementation of tonic::Streaming response types over nym.
Possible implementation:
Use surbs to send response messages back until last surb available (either individually or grouped to reduce the number of surbs required). When the last surb available is reached send a "re-submit" message back to the client (implementation required). The client can then either a, re-submit the original request, or b, send an empty (referenced?) message to resupply surbs for the streaming response (to be implemented in zingo-rpc::walletrpc).

@idky137
Copy link
Contributor Author

idky137 commented Sep 10, 2024

moved to #62

@idky137 idky137 closed this as completed Sep 10, 2024
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

No branches or pull requests

1 participant