-
Notifications
You must be signed in to change notification settings - Fork 704
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
Update tmpnet fixture to include Proof-of-Possession for initial stakers #2391
Conversation
2cd142f
to
8eebe59
Compare
5feb272
to
9dea92e
Compare
64da06f
to
ed93dc9
Compare
tests/fixture/tmpnet/config.go
Outdated
@@ -206,6 +202,24 @@ func (nc *NodeConfig) EnsureKeys() error { | |||
return nc.EnsureNodeID() | |||
} | |||
|
|||
// Derives the nodes proof-of-possession. Requires the node to have a | |||
// BLS signing key. | |||
func (nc *NodeConfig) GetProofOfPosession() (*signer.ProofOfPossession, error) { |
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.
typo? ProofOfPossession?
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.
Whoops, done.
ed93dc9
to
8028a36
Compare
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.
lgtm
Flaked on #1993. Retesting... |
As per #2371