zingolabs / zingolib

An API and test-app that exposes zcash functionality for app consumption
MIT License
14 stars 21 forks source link

Mv zingo testutils into zingolib #1322

Closed zancas closed 1 month ago

zancas commented 1 month ago

This refactor pushes testutils, config, and testvectors into zingolib behind feature gates.

Reducing the number of crates in favor of conditional compilation makes the project less ergonomic for consumption by other crates, but it provides test-utilities private access to abstractions within zingolib.