Skip to content

Releases: hyperledger/indy-shared-rs

v1.1.1

10 Nov 18:39
d07500f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Oct 18:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

20 Sep 22:00
942e693
Compare
Choose a tag to compare
Merge pull request #42 from andrewwhitehead/fix/ffi-usize

Switch usize to i64 in FFI

v1.0.2

15 Sep 03:48
09b2c4d
Compare
Choose a tag to compare
Merge pull request #39 from andrewwhitehead/upd/ver102

Update version

v1.0.1

04 Aug 20:29
32a1943
Compare
Choose a tag to compare

Restores support for revocation accumulators containing the infinity point. Updates dependencies and removes unneeded features from indy-utils.

indy-credx 1.0.0

12 Jul 00:16
8f51b31
Compare
Choose a tag to compare

This release switches the backend for indy-credx from ursa (which is now archived) to the new anoncreds-clsignatures package.

There are relatively minor breaking changes to the API:

  • MasterSecret is renamed to LinkSecret.
  • Creating a revocable credential no longer requires a tails file.
  • Updating a revocation registry requires the credential definition and revocation private key, instead of the tails file.

There are also important security fixes:

  • For issuers, new revocation registries must be created due to changes to the tails file contents. Credentials should be re-issued.
  • For provers, the proof of non-revocation has been updated. This means that verifiers that have not been upgraded will not be able to verify the new proof.
  • For verifiers, a new FFI method is added to verify either the older non-revocation proof format or the new proof format. This is only added to allow for a more gradual upgrade of the ecosystem, and will be removed in a future version.

Performance is generally improved, especially for operations such as creating a new revocation registry.

indy-credx 0.3.3

28 Jun 20:46
60eceed
Compare
Choose a tag to compare
Merge pull request #28 from andrewwhitehead/upd/python-ver

Update python wrapper version

indy-credx 0.3.2

12 Mar 20:57
bfd7cb4
Compare
Choose a tag to compare
  • Add linux/arm64 build, updated Github pipeline
  • Fixes for Python wrapper type hints

indy-credx 0.3.1

12 Jan 23:50
68a495d
Compare
Choose a tag to compare
Merge pull request #10 from andrewwhitehead/updates

Update dependencies, enable MacOS universal build

indy-credx 0.3.0

29 Apr 21:41
9aa8f60
Compare
Choose a tag to compare
Merge pull request #9 from andrewwhitehead/cleanups

Update python wrapper version