-
Notifications
You must be signed in to change notification settings - Fork 83
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
Make PeerDid generic over numalgo #887
Conversation
d75d554
to
8d1e713
Compare
b357d56
to
6813c70
Compare
6813c70
to
5185c48
Compare
Codecov Report
@@ Coverage Diff @@
## main #887 +/- ##
==========================================
- Coverage 49.90% 46.25% -3.66%
==========================================
Files 432 432
Lines 35058 35058
Branches 7617 7611 -6
==========================================
- Hits 17497 16215 -1282
- Misses 12284 13900 +1616
+ Partials 5277 4943 -334
Flags with carried forward coverage won't be shown. Click here to find out more. |
5185c48
to
74aa091
Compare
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.
left minor comment, generally lgtm
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.
Generally LGTM, but I left a few comments with my opinions.
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Makes the peer did submethod (numalgo) part of the
PeerDid
type, allowing for statically ensuringGenericPeerDid
enum was added to cover situations when there is no concrete numalgo expected.