zingolabs / zingo-proxy

Work in progress pure-rust lightwalletd replacement. Currently all methods offload to lwd.
2 stars 4 forks source link

Nym 2.0 #35

Open idky137 opened 2 weeks ago

idky137 commented 2 weeks ago

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.

Closes #14, #17, #18

idky137 commented 2 weeks ago

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