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: Release claims by claim disclosure not by claim name #3485

Closed sandrask closed 1 year ago

sandrask commented 1 year ago

Currently the holder releases disclosures based on claim name. If we have same name in different objects within claims this will not work.

Closes #3484

Signed-off-by: Sandra Vrtikapa sandra.vrtikapa@securekey.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #3485 (03eb9e0) into main (8b9d225) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3485   +/-   ##
=======================================
  Coverage   87.67%   87.68%           
=======================================
  Files         350      350           
  Lines       47789    47788    -1     
=======================================
+ Hits        41900    41902    +2     
+ Misses       4367     4365    -2     
+ Partials     1522     1521    -1     
Impacted Files Coverage Δ
pkg/doc/sdjwt/holder/holder.go 100.00% <100.00%> (ø)
pkg/crypto/tinkcrypto/wrap_support.go 93.19% <0.00%> (+1.27%) :arrow_up:

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