-
Notifications
You must be signed in to change notification settings - Fork 106
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
Re-enable post-Sapling mainnet sync tests #1529
Conversation
I think we're at database format version 4 right now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I just want to double-check a few details.
You're right! 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
(The macOS failure is a GitHub PR git ref error.) |
Motivation
We disabled our post-Sapling stateful sync tests when the state format changed and required a re-caching of state.
Solution
This re-enables the mainnet test with the newly synced v4 state disk, when testnet is also re-synced I'll enable that in another PR.
Review
Not urgent, will test with a manual trigger of the 'Test' workflow.
Related Issues
Follow Up Work
Re-enable the testnet variant when the re-sync disk is ready. @dconnolly