Skip to content
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

Update to Presentation Exchange v2 and Latest CM #248

Merged
merged 5 commits into from
Nov 4, 2022
Merged

Conversation

decentralgabe
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Nov 4, 2022

Codecov Report

Merging #248 (df9772d) into main (4aaa87c) will decrease coverage by 0.03%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #248      +/-   ##
==========================================
- Coverage   59.39%   59.37%   -0.03%     
==========================================
  Files          38       38              
  Lines        4280     4292      +12     
==========================================
+ Hits         2542     2548       +6     
- Misses       1336     1340       +4     
- Partials      402      404       +2     
Impacted Files Coverage Δ
credential/manifest/model.go 45.28% <ø> (ø)
credential/manifest/builder.go 63.87% <50.00%> (-0.93%) ⬇️
credential/exchange/model.go 37.66% <100.00%> (ø)
credential/exchange/submission.go 73.91% <100.00%> (ø)

@decentralgabe decentralgabe changed the title Update to Presentation Exchange v2 Update to Presentation Exchange v2 and Latest CM Nov 4, 2022
Comment on lines +24 to +25
err = builder.SetDescription("description")
assert.NoError(t, err)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this test verify that the correct values are set when the CM is built?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

Copy link
Member Author

Choose a reason for hiding this comment

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

added

@@ -28,7 +28,7 @@
"$ref": "#/definitions/descriptor"
},
"format": {
"$ref": "https://identity.foundation/claim-format-registry/schemas/presentation-submission-claim-format-designations.json#/definitions/format"
"$ref": "http://identity.foundation/claim-format-registry/schemas/presentation-submission-claim-format-designations.json#/definitions/format"
Copy link
Contributor

Choose a reason for hiding this comment

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

why do we not use https?

Copy link
Member Author

Choose a reason for hiding this comment

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

json schema breaks when you do 😢

Copy link
Contributor

@nitro-neal nitro-neal left a comment

Choose a reason for hiding this comment

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

:lit:

@decentralgabe decentralgabe merged commit 6dad71a into main Nov 4, 2022
@decentralgabe decentralgabe deleted the update-pe branch November 4, 2022 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants