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

sigagg: validate threshold unique partial signatures #2061

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

xenowits
Copy link
Contributor

@xenowits xenowits commented Apr 7, 2023

Adds check to sigAgg so that it returns an error when Aggregate() is called with less than threshold number of unique partial signatures.

category: bug
ticket: #2053

@xenowits xenowits self-assigned this Apr 7, 2023
@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (cb86c95) 53.44% compared to head (6eff4aa) 53.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2061   +/-   ##
=======================================
  Coverage   53.44%   53.45%           
=======================================
  Files         174      174           
  Lines       22558    22561    +3     
=======================================
+ Hits        12057    12060    +3     
- Misses       8995     8996    +1     
+ Partials     1506     1505    -1     
Impacted Files Coverage Δ
core/sigagg/sigagg.go 54.54% <100.00%> (+3.32%) ⬆️

... and 4 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.

@xenowits xenowits added the merge when ready Indicates bulldozer bot may merge when all checks pass label Apr 7, 2023
@obol-bulldozer obol-bulldozer bot merged commit ab8880c into main Apr 7, 2023
@obol-bulldozer obol-bulldozer bot deleted the xenowits/obol-16-audit branch April 7, 2023 11:30
LukeHackett12 pushed a commit that referenced this pull request Apr 11, 2023
Adds check to `sigAgg` so that it returns an error when `Aggregate()` is called with less than `threshold` number of unique partial signatures.

category: bug 
ticket: #2053
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants