Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Zaino-testutils to use zcash-local-net. #96

Open
idky137 opened this issue Nov 5, 2024 · 0 comments · May be fixed by #138
Open

Upgrade Zaino-testutils to use zcash-local-net. #96

idky137 opened this issue Nov 5, 2024 · 0 comments · May be fixed by #138
Labels
tracking ZGM2 Issues that need to be resolved for the completion of the Zaino dev grant milestone 2

Comments

@idky137
Copy link
Contributor

idky137 commented Nov 5, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracking ZGM2 Issues that need to be resolved for the completion of the Zaino dev grant milestone 2
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant