You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
idky137
added
ZGM2
Issues that need to be resolved for the completion of the Zaino dev grant milestone 2
and removed
ZGM1
Issues that need to be resolved for the completion of the Zaino dev grant milestone 1
labels
Nov 20, 2024
Currently zaino uses zingo-testutils as its test backend. this should be changed to use zcash-local-net where possible.
Requirements for implementation:
The text was updated successfully, but these errors were encountered: