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

dkg: ensure number of commitments #2007

Merged
merged 3 commits into from
Apr 4, 2023
Merged

dkg: ensure number of commitments #2007

merged 3 commits into from
Apr 4, 2023

Conversation

gsora
Copy link
Collaborator

@gsora gsora commented Apr 4, 2023

Addresses OBOL-01, closes #1999.

category: bug
ticket: #1999

@gsora gsora requested a review from corverroos April 4, 2023 08:34
@gsora gsora self-assigned this Apr 4, 2023
@gsora gsora added the bug Something isn't working label Apr 4, 2023
@codecov
Copy link

codecov bot commented Apr 4, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.07 🎉

Comparison is base (4d16a47) 53.33% compared to head (c625c7b) 53.41%.

❗ Current head c625c7b differs from pull request most recent head 7ced8a5. Consider uploading reports for the commit 7ced8a5 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2007      +/-   ##
==========================================
+ Coverage   53.33%   53.41%   +0.07%     
==========================================
  Files         174      174              
  Lines       22439    22451      +12     
==========================================
+ Hits        11968    11992      +24     
+ Misses       8957     8953       -4     
+ Partials     1514     1506       -8     
Impacted Files Coverage Δ
dkg/frostp2p.go 68.29% <0.00%> (-1.71%) ⬇️

... and 10 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@corverroos corverroos changed the title dkg: ensure that during round 1, the received commitments match the amount of peers dkg: ensure number of commitments Apr 4, 2023
dkg/frostp2p.go Outdated Show resolved Hide resolved
@gsora gsora requested a review from corverroos April 4, 2023 09:55
@gsora gsora added the merge when ready Indicates bulldozer bot may merge when all checks pass label Apr 4, 2023
@obol-bulldozer obol-bulldozer bot merged commit 910ea1b into main Apr 4, 2023
@obol-bulldozer obol-bulldozer bot deleted the gsora/fix-obol-01 branch April 4, 2023 09:59
LukeHackett12 pushed a commit that referenced this pull request Apr 11, 2023
Addresses OBOL-01, closes #1999.

category: bug
ticket: #1999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verify commitments lengths in DKG
3 participants