-
Notifications
You must be signed in to change notification settings - Fork 523
Update participation key goal output #3148
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
Conversation
Codecov Report
@@ Coverage Diff @@
## feature/partkey #3148 +/- ##
===================================================
- Coverage 44.12% 44.07% -0.06%
===================================================
Files 394 394
Lines 87619 87648 +29
===================================================
- Hits 38666 38630 -36
- Misses 42859 42914 +55
- Partials 6094 6104 +10
Continue to review full report at Codecov.
|
23b421c to
8c88e2e
Compare
7a4999e to
08ccf2a
Compare
| fmt.Printf("Key dilution: %d\n", part.Key.VoteKeyDilution) | ||
| fmt.Printf("Selection key: %s\n", base64.StdEncoding.EncodeToString(part.Key.SelectionParticipationKey)) | ||
| fmt.Printf("Voting key: %s\n", base64.StdEncoding.EncodeToString(part.Key.VoteParticipationKey)) | ||
| //fmt.Printf("State proof key: %s\n", base64.StdEncoding.EncodeToString(part.StateProofKey)) |
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.
this is the merkle tree root, right?
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.
For the state proof? I'm not sure, this is kinda stubbed in for state-proof integration. I'll add a TODO comment.
Summary
Use the participation registry for displaying participation key information.
Test Plan