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
240 stars 161 forks source link

fix: Wallet query multi-descriptor fix #3544

Closed sandrask closed 1 year ago

sandrask commented 1 year ago

If we have two input descriptors with two credentials and one descriptor is satisfied with two credentials then we have failure depending on the order of processing.

Closes #3543

codecov[bot] commented 1 year ago

Codecov Report

Merging #3544 (e43e9f6) into main (5cac1cf) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3544   +/-   ##
=======================================
  Coverage   87.73%   87.73%           
=======================================
  Files         351      351           
  Lines       48428    48428           
=======================================
  Hits        42486    42486           
  Misses       4402     4402           
  Partials     1540     1540           
Impacted Files Coverage Δ
pkg/internal/ldtestutil/document_loader.go 82.14% <ø> (ø)
pkg/doc/presexch/definition.go 85.85% <100.00%> (ø)

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