zingolabs / zingo-proxy

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

Add test framework #15

Closed idky137 closed 1 month ago

idky137 commented 2 months ago

Adds test code to allow integration tests to be run without a manual launch of zcashd and lightwalletd (required for adding integration tests to CI). Restructures Nym Code and removes feature gate.

Closes #11

Note: CI will be added/fixed in a separate PR.