Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

1.10.0

Compare
Choose a tag to compare
@jovfer jovfer released this 04 Jul 08:38
2b39980
  • 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 correspondent ledger auth-rules command to Indy CLI.
  • Bugfixes:
    • Allowed offline signing of transactions in Indy-CLI.
    • others minor bugfixes