This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
1.11.1
- Supported endorsing of transactions in Indy-CLI and Libvcx.
- CLI:
- added
endorser
parameter intonym
,attrib
,ledger
,cred def
commands to set endorser for transaction. - added
ledger endorse
command to endorse a transaction to the ledger.
- added
- Libvcx:
- added
vcx_*_prepare_for_endorser
- functions forschema
andcredentialdef
which build transaction and crete internal object in differed state. - added
vcx_*_update_state
- functions to update state ofschema
/credentialdef
internal object (checks if it is published on the ledger). - added
vcx_*_get_state
- functions to get state ofschema
/credentialdef
internal object. - added
vcx_endorse_transaction
- function to endorse a transaction to the ledger.
- added
- CLI:
- Added new functions to Anoncreds API to rotate credential definition:
indy_issuer_rotate_credential_def_start
- to generate temporary keys for an existing Credential Definition.
indy_issuer_rotate_credential_def_apply
- to apply temporary keys as the main for an existing Credential Definition in the wallet. - Added sign/verify with payment address functions to Libvcx.
- Supported state proof verification for GET_TXN request.
- Extended
config
parameter ofindy_open_pool_ledger
function to acceptnumber_read_nodes
value. This value set the number of nodes to send read requests. - Extended Libvcx initialization config to accept pool configuration.
- Supported new platforms Ubuntu 18.04 and Centos:
- Updated CI pipeline to run tests.
- Updated CD pipeline to build and to publish artifacts.
- Bugfixes