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

feat: Add voting power to BLS key set API #235

Merged
merged 3 commits into from
Dec 7, 2022

Conversation

gitferry
Copy link
Contributor

@gitferry gitferry commented Dec 6, 2022

This is for the verifier to calculate the power threshold.

Copy link
Member

@SebastianElvis SebastianElvis left a comment

Choose a reason for hiding this comment

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

Lgtm!

Comment on lines 1 to 2
go test fuzz v1
int64(6556842719705385939)
Copy link
Member

Choose a reason for hiding this comment

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

What's this 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was automatically generated if a previous fuzz test does not pass and I forgot to remove it 😅

@@ -173,4 +173,5 @@ message QueryParamsResponse {
message ValidatorWithBlsKey {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
message ValidatorWithBlsKey {
message ValidatorWithBlsKeyAndPower {

Maybe this makes the name too long 🤣 your call

@gitferry gitferry merged commit 9d9f8c1 into dev Dec 7, 2022
@gitferry gitferry deleted the checkpointing/add-voting-power-to-bls branch December 7, 2022 01:21
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.

2 participants