Closed TimoGlastra closed 1 year ago
@andrewwhitehead I discussed this with @dkulic, @victormartinez-work and @blu3beri and we think it would be best to move the WQL implementation (only seems to be one file) to Askar itself, and add a minimal implementation based on what is needed for proof requests to the anoncreds lib.
Is that approach okay with you? We would like to keep dependencies between projects where not needed as low as possible
Once this is merged the ticket is completed.
The indy-shared-rs repository contains an implementation of the wallet query language (WQL). It seems the wql module is used currently used by Aries Askar and Indy CredX. The new AnonCreds library will also need to support .
As Aries Askar now depends on indy_wql, it may make sense to make both AnonCreds and Aries Askar depend on WQL. Need to gather some feedback on this approach.
If we keep it in here, we should rename it to anoncreds-wql (or maybe even just wallet_query_language)
Discussed: