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

Nym 2.0 #35

Merged
merged 49 commits into from
Jul 18, 2024
Merged

Nym 2.0 #35

merged 49 commits into from
Jul 18, 2024

Conversation

idky137
Copy link
Contributor

@idky137 idky137 commented Jun 20, 2024

Refactor of the Nym code implementation in Zingo-Proxy. These changes are required to enable mutiple request types (RPCs) to be sent and received over the mixnet and to allow integration with Zingo-Proxy's request queue [WIP]. The walletside code is also refactored to ease wallet integration.

  • Adds walletrpc, production ready walletside nym code implemented on librustzcash's CompactTxStreamerClient.
  • Refactor NymServer, both to enable multiple request types and to enable integration with Zingo-Proxy's request queue.
  • Implement get_info lightwallet RPC over nym, along with non streaming RPCs required to obfuscate client syncing.

Closes #14, #17, #18

@idky137
Copy link
Contributor Author

idky137 commented Jun 20, 2024

Built on top of add_jsonrpc [#26]. Commits prior to this comment are from that PR.

@idky137 idky137 marked this pull request as ready for review July 17, 2024 14:14
@Oscar-Pepper Oscar-Pepper merged commit 13c2f12 into zingolabs:dev Jul 18, 2024
5 of 12 checks passed
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.

Implement wallet-side Nym service RPCs on CompactTxStreamerClient and expose Nym Address
2 participants