-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - Don't allow post service connection if no coinbase is set #5819
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5819 +/- ##
=======================================
Coverage 80.2% 80.3%
=======================================
Files 286 286
Lines 29798 29764 -34
=======================================
- Hits 23924 23917 -7
+ Misses 4224 4195 -29
- Partials 1650 1652 +2 ☔ View full report in Codecov by Sentry. |
e27387e
to
fcda067
Compare
bors merge |
## Motivation The node should refuse connections from Post services when no coinbase for smeshing is set, because the ATX Builder won't be able to build ATXs then.
This PR was included in a batch that was canceled, it will be automatically retried |
## Motivation The node should refuse connections from Post services when no coinbase for smeshing is set, because the ATX Builder won't be able to build ATXs then.
Build failed (retrying...): |
Canceled. |
bors merge |
## Motivation The node should refuse connections from Post services when no coinbase for smeshing is set, because the ATX Builder won't be able to build ATXs then.
Build failed (retrying...): |
## Motivation The node should refuse connections from Post services when no coinbase for smeshing is set, because the ATX Builder won't be able to build ATXs then.
Pull request successfully merged into develop. Build succeeded: |
Motivation
The node should refuse connections from Post services when no coinbase for smeshing is set, because the ATX Builder won't be able to build ATXs then.
Description
Register
calls by clients are allowed or notfalse
if no coinbase is set in the nodes config andtrue
if there is a coinbase setStartSmeshing
call, because it sets a coinbase address with the requestTest Plan
TODO