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

fix: vc subject marshal #3324

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Conversation

fqutishat
Copy link
Contributor

Signed-off-by: Firas Qutishat firas.qutishat@securekey.com

@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #3324 (64aadec) into main (dd90d1d) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3324      +/-   ##
==========================================
- Coverage   88.01%   88.00%   -0.01%     
==========================================
  Files         322      322              
  Lines       44396    44389       -7     
==========================================
- Hits        39073    39066       -7     
  Misses       3927     3927              
  Partials     1396     1396              
Impacted Files Coverage Δ
pkg/doc/verifiable/credential.go 90.95% <100.00%> (-0.09%) ⬇️
pkg/doc/verifiable/presentation_jwt.go 88.88% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
@@ -739,10 +734,7 @@ func parseSubject(subjectBytes json.RawMessage) ([]Subject, error) {

err := json.Unmarshal(subjectBytes, &subjectID)
if err == nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might break JSON LD VCs

@fqutishat fqutishat merged commit 9957132 into hyperledger-archives:main Aug 10, 2022
@fqutishat fqutishat deleted the update branch August 10, 2022 17:32
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.

4 participants