-
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
Added changes to handle default slasher broadcast. #4353
Added changes to handle default slasher broadcast. #4353
Conversation
@michaelsproul why is this local-testnet check not passing and how do I fix it? |
Everything should work now I think!! |
What is going wrong with the tests here? Can't understand. @michaelsproul |
Looks like the release tests are failing because we have a default value for Try running the tests locally with lighthouse/lighthouse/tests/beacon_node.rs Lines 1884 to 1897 in c547a11
|
I am unable to run these tests because of mdbx compile error. |
@Gua00va the |
## 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]>
## 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]>
## 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]>
## 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 by default.
Additional Info
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
).TODO