-
Notifications
You must be signed in to change notification settings - Fork 160
feat: BBS+ BDD tests for PE #2602
feat: BBS+ BDD tests for PE #2602
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2602 +/- ##
==========================================
- Coverage 88.63% 88.60% -0.03%
==========================================
Files 263 263
Lines 20335 20338 +3
==========================================
- Hits 18023 18021 -2
- Misses 1344 1347 +3
- Partials 968 970 +2
Continue to review full report at Codecov.
|
Signed-off-by: Andrii Soluk <[email protected]>
idSplit := strings.Split(opts.VerificationMethod, "#") | ||
if len(idSplit) == creatorParts { | ||
return idSplit[1] | ||
} | ||
|
||
return "" | ||
} |
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.
is this logic still relevant? this is not a kms KID value
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.
I don't want to remove it because it will break compatibility (especially before release). Some services might depend on it.
Signed-off-by: Andrii Soluk [email protected]