hyperledger / indy-did-method

Indy DID Method Specification
https://hyperledger.github.io/indy-did-method/
Creative Commons Attribution 4.0 International
18 stars 14 forks source link

Version of ATTRIB txn #62

Closed domwoe closed 2 years ago

domwoe commented 2 years ago

The did:indy method allows to fetch the state of NYM data for different versionIds and versionTimes.

However , if the NYM data does not contain the diddocContent field, we fall back on trying to fetch the ATTRIB endpoint data. The GET_ATTRIB txn does not support these query parameters and we'll currently get a mix of NYM data for a specific version and the latest ATTRIB data.

c2bo commented 2 years ago

I guess we can close this issue, as it was implemented in indy-node https://github.com/hyperledger/indy-node/commit/01add1fbff79a05c2f02ea0c6b30ee3fbb95d35e if I understand it correctly?

dbluhm commented 2 years ago

Yes. This was implemented. Thanks @c2bo .