This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
1.10.0
- Added new EXPERIMENTAL functions to Libindy Anoncreds API to configure what tags to build on credential storage in prover wallet:
indy_prover_set_credential_attr_tag_policy
to set credential attribute tagging policy.indy_prover_get_credential_attr_tag_policy
to get credential attribute tagging policy by credential definition id.
- Added
indy_build_auth_rules_request
function to Libindy Ledger API to change multiple ledger auth rules.
Added correspondentledger auth-rules
command to Indy CLI. - Bugfixes:
- Allowed offline signing of transactions in Indy-CLI.
- others minor bugfixes