-
Notifications
You must be signed in to change notification settings - Fork 300
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
VC slashing part 5 - vc slashing sse #7917
VC slashing part 5 - vc slashing sse #7917
Conversation
9806cd6
to
40dc60b
Compare
40dc60b
to
53e1508
Compare
53e1508
to
80dda7a
Compare
if (shutdownWhenValidatorSlashedEnabled) { | ||
eventTypes.add(EventType.attester_slashing); | ||
eventTypes.add(EventType.proposer_slashing); | ||
} |
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.
ideally test case here to so we don't regress...
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.
done
476f850
to
9fb58ea
Compare
...a/tech/pegasys/teku/validator/remote/eventsource/EventSourceBeaconChainEventAdapterTest.java
Outdated
Show resolved
Hide resolved
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.
one nit, looks good!
PR Description
Validator Slashing Part 5:
Handle
attester_slashing
andproposer_slashing
events and subscribe to them only when theXshut-down-when-validator-slashed-enabled
option is set to trueFixed Issue(s)
#7707
Documentation
doc-change-required
label to this PR if updates are required.Changelog