hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
239 stars 160 forks source link

fix: now get submission requirements can apply SD on result VCs #3570

Closed vkubiv closed 1 year ago

vkubiv commented 1 year ago

Title: Now get submission requirements can apply SD on result VCs

Summary:

The option is added to MatchSubmissionRequirement that allows to apply selective disclosure to resulting VCs.

codecov[bot] commented 1 year ago

Codecov Report

Merging #3570 (cd41ed3) into main (3fd663d) will increase coverage by 0.00%. The diff coverage is 85.00%.

@@           Coverage Diff           @@
##             main    #3570   +/-   ##
=======================================
  Coverage   87.76%   87.76%           
=======================================
  Files         351      351           
  Lines       48627    48653   +26     
=======================================
+ Hits        42677    42700   +23     
- Misses       4402     4404    +2     
- Partials     1548     1549    +1     
Impacted Files Coverage Δ
pkg/doc/presexch/definition.go 85.10% <85.00%> (-0.22%) :arrow_down:

... and 1 file with indirect coverage changes