-
Notifications
You must be signed in to change notification settings - Fork 108
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
change(consensus): Update mainnet and testnet checkpoints #5360
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5360 +/- ##
==========================================
- Coverage 79.19% 79.16% -0.04%
==========================================
Files 308 308
Lines 39560 39560
==========================================
- Hits 31329 31317 -12
- Misses 8231 8243 +12 |
Failed ssh connection, see #5362 for details |
Failed due to #5366, logs in that ticket. |
I added some intermediate jobs between |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
✅ Pull request refreshed |
The macOS job failed while building the Zcash parameter path binary, which is really unusual. (It's not particularly big, and it doesn't do much.) I'll try again, but if that doesn't work, we should clear the macOS build cache: And if that doesn't work, we can disable the macOS job, because macOS tests are not a release blocker. (Tier 2 doesn't guarantee tests will work.) |
There was no test cache for this PR or {
"id": 39427,
"ref": "refs/heads/main",
"key": "v0-rust-clippy-cargo-lock-1.64.0-x86_64-unknown-linux-gnu-a55dd71d5fb0-1b751ccaa4b37d9524c4",
"version": "8a9936d632ad0d67adaee02f5d9fd8c1dddbbd5af8d94331392b76f17401cf6d",
"last_accessed_at": "2022-10-11T01:06:11.716666700Z",
"created_at": "2022-10-10T19:34:51.596666700Z",
"size_in_bytes": 1203215728
}, |
@Mergifyio refresh |
✅ Pull request refreshed |
Motivation
We're seeing some slow syncs, updating the checkpoints might help.
Review
This is routine, but required for tagging the release candidate.
Reviewer Checklist