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

1.7.0

Compare
Choose a tag to compare
@jovfer jovfer released this 27 Dec 13:50
67b5655
  • Added VCX - a library built over libindy for Verifiable Credentials eXchange. API is EXPERIMENTAL.
    • At the current moment mobile builds are not available - they should be added in future releases.
  • Added Logging API
    • Added function indy_get_logger for plugins to give their logging to libindy
    • Added function indy_set_logger for client apps and wrappers to receive logs from libindy
    • Integrated libindy logging into Slf4j for Java wrapper and into python logging facade
  • Updated API of Rust wrapper. Now there is no three methods for each API call, there is only one that returns Future.
  • Introduced multithreading for Wallet API and CRED_DEF generation
  • Bugfixes