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

Validator status updates #4675

Merged
merged 6 commits into from Jan 30, 2020
Merged

Validator status updates #4675

merged 6 commits into from Jan 30, 2020

Conversation

mcdee
Copy link
Contributor

@mcdee mcdee commented Jan 28, 2020

Fixes up validator states to match those in ethereumapis after prysmaticlabs/ethereumapis#95

@codecov
Copy link

codecov bot commented Jan 29, 2020

Codecov Report

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

@@            Coverage Diff            @@
##             master    #4675   +/-   ##
=========================================
  Coverage          ?   54.07%           
=========================================
  Files             ?      248           
  Lines             ?    17773           
  Branches          ?        0           
=========================================
  Hits              ?     9611           
  Misses            ?     6746           
  Partials          ?     1416

)

// GetBeaconConfig returns the configuration of the beacon chain as understood by this node.
func (bs *Server) GetBeaconConfig(ctx context.Context, _ *ptypes.Empty) (*ethpb.BeaconConfig, error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this part of the validator status changes in ethereumapis?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, but because that PR came in after the one that added GetBeaconConfig() the commit of ethereumapis that we pull in includes this. #4595 will fill this function in (at least, that's what it says it will do; at current the PR isn't populated with the required code).

@prylabs-bulldozer prylabs-bulldozer bot merged commit ad7d9ab into prysmaticlabs:master Jan 30, 2020
@mcdee mcdee deleted the validator-status-updates branch February 5, 2020 09:23
cryptomental pushed a commit to cryptomental/prysm that referenced this pull request Feb 24, 2020
* Update ValidatorStatus to match Ethereum APIs
* Tidy up status calculation
* Merge branch 'master' into validator-status-updates
* Merge branch 'master' into validator-status-updates
* Update beacon-chain/rpc/beacon/config.go

Co-Authored-By: Ivan Martinez <ivanthegreatdev@gmail.com>
* Update test names
cryptomental pushed a commit to cryptomental/prysm that referenced this pull request Feb 28, 2020
* Update ValidatorStatus to match Ethereum APIs
* Tidy up status calculation
* Merge branch 'master' into validator-status-updates
* Merge branch 'master' into validator-status-updates
* Update beacon-chain/rpc/beacon/config.go

Co-Authored-By: Ivan Martinez <ivanthegreatdev@gmail.com>
* Update test names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants