This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
feature: ability to query connection records by TheirDID and InvitationDID #2732
Labels
enhancement
New feature or request
RFC0434 connection reuse (PR #2729) requires the ability to lookup connection records with the other party's DID. These DIDs either in
record.TheirDID
(if the sender rotated towards to the target DID), or inrecord.InvitationDID
(if the sender rotated away from the target DID).PR #2729 will use the existing
connection.Lookup.QueryConnectionRecords()
and filter them in memory in the meantime.The text was updated successfully, but these errors were encountered: