Currently zaino uses zingo-testutils as its test backend. this should be changed to use zcash-local-net where possible.
Requirements for implementation:
Launch Zebra in regtest mode, load cached chain and generate blocks (with no indexer).
Use internal test build of Zaino instead of built release binary (currently zcash-local-net uses fully built binary and cannot print Zaino's log unless the test does not panic).
Ensure full test log from Zaino is available in test failures.
Move all test deps to Zaino-testutils or Integration tests.
Currently zaino uses zingo-testutils as its test backend. this should be changed to use zcash-local-net where possible.
Requirements for implementation: