-
Notifications
You must be signed in to change notification settings - Fork 139
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
Test Pool role behavior if bad coinbase_output
is provided
#1306
Test Pool role behavior if bad coinbase_output
is provided
#1306
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1306 +/- ##
==========================================
- Coverage 19.30% 19.14% -0.16%
==========================================
Files 164 166 +2
Lines 10853 10987 +134
==========================================
+ Hits 2095 2104 +9
- Misses 8758 8883 +125
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Should I add a commit to remove the equivalent MG test? |
we should probably also use this PR to get rid of:
|
922ec72
to
5111bcc
Compare
5111bcc
to
4104f37
Compare
4104f37
to
9b02874
Compare
9b02874
to
3201b7e
Compare
@jbesraa we missed this: there's also two references to stratum/.github/workflows/mg.yaml Line 170 in dbc349b
stratum/.github/workflows/mg.yaml Line 191 in dbc349b
that is leading to a (kind of silent) error message on workflow execution:
rebasing 9b02874 to fix this and proceed with merging |
resolves #1305