-
Notifications
You must be signed in to change notification settings - Fork 677
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
fix: allow nakamoto-neon
mode
#4578
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #4578 +/- ##
==========================================
+ Coverage 83.14% 83.17% +0.02%
==========================================
Files 456 471 +15
Lines 331024 337777 +6753
Branches 317 317
==========================================
+ Hits 275240 280949 +5709
- Misses 55776 56820 +1044
Partials 8 8
... and 82 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
that's the end goal, yes - but until we can resolve that failing test |
I removed that test from the yml file for now. |
confirmed https://github.com/stacks-network/stacks-core/blob/next/.github/workflows/bitcoin-tests.yml#L90 in that case, yes we can take a look to ensure all tests taht should be passsing are passing, and then require that check tests workflow (which is the whole reason we added it!) |
Prepare phase length must be >= 3 and epoch 3.0 start height must not be in a prepare phase.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
PR #4577 removed
nakamoto-neon
mode, in order to make nakamoto the default, but did not removenakamoto-neon
everywhere. This change re-adds support for "nakamoto-neon" mode, but also leaves nakamoto mode as the default for xenon and mainnet modes.Some integration tests failed in #4577, but the PR was merged anyway because it seems that the "Bitcoin Tests / Check Tests" check is not required. @wileyj can we make that check required now?