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

1.6.2

Compare
Choose a tag to compare
@jovfer jovfer released this 14 Aug 07:59
fac390f
  • Performed the following changes related to Libindy Ledger API:
    • Added indy_submit_action endpoint that provides the ability to send either GET_VALIDATOR_INFO or
      POOL_RESTART request to specific nodes and to specify custom timeout for a response from a node.
    • Updated indy_build_pool_upgrade_request API function to accept the additional parameter package that allow specify package to be upgraded.* Bugfixes
  • Added pool restart command in Indy CLI.
  • Updated Libindy CD pipeline to run iOS tests and to publish artifacts for Libindy and Libnullpay.
  • Updated wallet credentials to accept the additional parameter key_derivation_method.
    This parameter provides the ability to use different crypto algorithms for master key derivation.
  • Bugfixes