Skip to content
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

Regular sync: pubsub subscriber for voluntary exits #3227

Merged
merged 7 commits into from
Aug 18, 2019
Merged

Conversation

prestonvanloon
Copy link
Member

Part of #3147

@codecov
Copy link

codecov bot commented Aug 18, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@b8e550b). Click here to learn what that means.
The diff coverage is 43.47%.

@@            Coverage Diff            @@
##             master    #3227   +/-   ##
=========================================
  Coverage          ?   28.74%           
=========================================
  Files             ?      111           
  Lines             ?     7927           
  Branches          ?        0           
=========================================
  Hits              ?     2279           
  Misses            ?     5252           
  Partials          ?      396

@prestonvanloon prestonvanloon marked this pull request as ready for review August 18, 2019 15:03
@prestonvanloon prestonvanloon added the Ready For Review A pull request ready for code review label Aug 18, 2019
// assert bls_verify(validator.pubkey, signing_root(exit), exit.signature, domain)
// # Initiate exit
// initiate_validator_exit(state, exit.validator_index)
func VerifyExit(beaconState *pb.BeaconState, exit *ethpb.VoluntaryExit) error {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only change here is that I made this public to use in pubsub validation

@prestonvanloon prestonvanloon merged commit a26ef9b into master Aug 18, 2019
@delete-merged-branch delete-merged-branch bot deleted the handle-exit branch August 18, 2019 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants