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

feat: support of presentation exchange v2. #3312

Conversation

vkubiv
Copy link
Contributor

@vkubiv vkubiv commented Aug 2, 2022

Signed-off-by: Volodymyr Kubiv [email protected]

Title:
Presentation exchange v2

Description:
#3297

Summary:

Added support of changes from the latest presentation exchange draft https://identity.foundation/presentation-exchange/

@vkubiv vkubiv force-pushed the feat-presentation-exchenge-v2-support branch 2 times, most recently from 5e6f058 to 9612649 Compare August 2, 2022 12:30
@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #3312 (0f46750) into main (00eae36) will decrease coverage by 0.00%.
The diff coverage is 86.48%.

@@            Coverage Diff             @@
##             main    #3312      +/-   ##
==========================================
- Coverage   88.06%   88.05%   -0.01%     
==========================================
  Files         318      318              
  Lines       43092    43152      +60     
==========================================
+ Hits        37947    37998      +51     
- Misses       3793     3799       +6     
- Partials     1352     1355       +3     
Impacted Files Coverage Δ
pkg/doc/presexch/definition.go 86.33% <86.48%> (-0.14%) ⬇️

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

Comment on lines +972 to +978
for _, credential := range credentials {
for _, proofType := range format.LdpVP.ProofType {
if hasProofWithType(credential, proofType) {
result = append(result, credential)
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

how we are handling JWT VC here?
Do we have a follow up task on that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can add JWT VC to the list of supported formats here.

@vkubiv vkubiv force-pushed the feat-presentation-exchenge-v2-support branch from 9612649 to 98b9569 Compare August 3, 2022 06:45
@vkubiv vkubiv force-pushed the feat-presentation-exchenge-v2-support branch from 98b9569 to 0f46750 Compare August 5, 2022 14:03
@sudeshrshetty sudeshrshetty merged commit 66d9bf3 into hyperledger-archives:main Aug 5, 2022
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.

3 participants