Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

feat: BBS+ BDD tests for PE #2602

Merged
merged 1 commit into from
Mar 4, 2021
Merged

feat: BBS+ BDD tests for PE #2602

merged 1 commit into from
Mar 4, 2021

Conversation

soluchok
Copy link
Contributor

@soluchok soluchok commented Mar 4, 2021

Signed-off-by: Andrii Soluk [email protected]

@codecov
Copy link

codecov bot commented Mar 4, 2021

Codecov Report

Merging #2602 (d33f83b) into main (16ffd16) will decrease coverage by 0.02%.
The diff coverage is 62.50%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
pkg/controller/command/verifiable/command.go 88.59% <62.50%> (-0.96%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16ffd16...d33f83b. Read the comment docs.

Signed-off-by: Andrii Soluk <[email protected]>
Comment on lines +164 to +170
idSplit := strings.Split(opts.VerificationMethod, "#")
if len(idSplit) == creatorParts {
return idSplit[1]
}

return ""
}
Copy link
Contributor

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

Copy link
Contributor Author

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.

@fqutishat fqutishat merged commit f56b2ce into hyperledger-archives:main Mar 4, 2021
@soluchok soluchok deleted the bbs_bdd_controller_test branch March 4, 2021 19:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

6 participants