-
Notifications
You must be signed in to change notification settings - Fork 77
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(frost-core): add (de)serialization for VerifiableSecretSharingSharingSharingCommitment
#878
base: main
Are you sure you want to change the base?
Conversation
…haringSharingCommitment`
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #878 +/- ##
==========================================
+ Coverage 82.18% 82.95% +0.77%
==========================================
Files 31 41 +10
Lines 3188 4406 +1218
==========================================
+ Hits 2620 3655 +1035
- Misses 568 751 +183 ☔ View full report in Codecov by Sentry. |
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.
Looks good, would you mind adding tests? Otherwise we can add them later.
Co-authored-by: Conrado Gouvea <[email protected]>
Co-authored-by: Conrado Gouvea <[email protected]>
I'll add tests and maybe update the changelog in the next 3 days. |
@conradoplg I added tests. |
Resolves #870
@conradoplg