-
Notifications
You must be signed in to change notification settings - Fork 800
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] - Enable slasher broadcast by default #4368
Conversation
I based on @michaelsproul lmdb-default branch. Hence, this is showing those changes too. #4360 |
…a/lighthouse into default-slasher-broadcast
This should work now as anvil as been fixed as of #4381 |
@Gua00va looks like there's a small merge conflict, would you mind resolving it by merging in |
I have resolved the merge conflict. |
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.
Perfect, thanks
bors r+ |
## Issue Addressed This PR addresses issue #4350 ## Proposed Changes This change will enable slasher broadcast in the following cases: No flag is passed, `--slasher-broadcast` is passed and, `--slasher-broadcast=true` is passed. Only when an explicit false value is passed the slasher does not broadcast.(`--slasher-broadcast=false`). ## Additional Info TODO - [x] Modify CLI parsing logic - [x] Write test Refer to #4353 Co-authored-by: Rahul Dogra <[email protected]> Co-authored-by: Gua00va <[email protected]>
Build failed: |
bors retry |
## Issue Addressed This PR addresses issue #4350 ## Proposed Changes This change will enable slasher broadcast in the following cases: No flag is passed, `--slasher-broadcast` is passed and, `--slasher-broadcast=true` is passed. Only when an explicit false value is passed the slasher does not broadcast.(`--slasher-broadcast=false`). ## Additional Info TODO - [x] Modify CLI parsing logic - [x] Write test Refer to #4353 Co-authored-by: Rahul Dogra <[email protected]> Co-authored-by: Gua00va <[email protected]>
Timed out. |
bors retry 🙏 |
## Issue Addressed This PR addresses issue #4350 ## Proposed Changes This change will enable slasher broadcast in the following cases: No flag is passed, `--slasher-broadcast` is passed and, `--slasher-broadcast=true` is passed. Only when an explicit false value is passed the slasher does not broadcast.(`--slasher-broadcast=false`). ## Additional Info TODO - [x] Modify CLI parsing logic - [x] Write test Refer to #4353 Co-authored-by: Rahul Dogra <[email protected]> Co-authored-by: Gua00va <[email protected]>
Pull request successfully merged into unstable. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
## Issue Addressed This PR addresses issue sigp#4350 ## Proposed Changes This change will enable slasher broadcast in the following cases: No flag is passed, `--slasher-broadcast` is passed and, `--slasher-broadcast=true` is passed. Only when an explicit false value is passed the slasher does not broadcast.(`--slasher-broadcast=false`). ## Additional Info TODO - [x] Modify CLI parsing logic - [x] Write test Refer to sigp#4353 Co-authored-by: Rahul Dogra <[email protected]> Co-authored-by: Gua00va <[email protected]>
## Issue Addressed This PR addresses issue sigp#4350 ## Proposed Changes This change will enable slasher broadcast in the following cases: No flag is passed, `--slasher-broadcast` is passed and, `--slasher-broadcast=true` is passed. Only when an explicit false value is passed the slasher does not broadcast.(`--slasher-broadcast=false`). ## Additional Info TODO - [x] Modify CLI parsing logic - [x] Write test Refer to sigp#4353 Co-authored-by: Rahul Dogra <[email protected]> Co-authored-by: Gua00va <[email protected]>
## Issue Addressed This PR addresses issue sigp#4350 ## Proposed Changes This change will enable slasher broadcast in the following cases: No flag is passed, `--slasher-broadcast` is passed and, `--slasher-broadcast=true` is passed. Only when an explicit false value is passed the slasher does not broadcast.(`--slasher-broadcast=false`). ## Additional Info TODO - [x] Modify CLI parsing logic - [x] Write test Refer to sigp#4353 Co-authored-by: Rahul Dogra <[email protected]> Co-authored-by: Gua00va <[email protected]>
Issue Addressed
This PR addresses issue #4350
Proposed Changes
This change will enable slasher broadcast in the following cases:
No flag is passed,
--slasher-broadcast
is passed and,--slasher-broadcast=true
is passed.Only when an explicit false value is passed the slasher does not broadcast.(
--slasher-broadcast=false
).Additional Info
TODO
Refer to #4353