zingolabs / zingo-proxy

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

Cratify workspace #7

Closed idky137 closed 2 months ago

idky137 commented 2 months ago

Cratifying zingo-proxy to improve usability and separate functionality.

idky137 commented 2 months ago

May be better to use the underlying feature branch for review as almost everything has moved so looking at changes may be confusing. The only new code is in zingo-proxyd::grpc, this is a mirror of zingolib::zingo_netutils and has been moved here to reduce dependencies.

idky137 commented 2 months ago

CI currently does not work as lightwalletd/zebrad need to be launched manually, meaning tests cannot be run in CI. This will be fixed in a separate pr.