github hyperledger/aries-vcx 0.67.0
Release 0.67.0

2 days ago

Release 0.67 adds VCX's initial support for resolution of DIDs and Anoncred objects from the Cheqd ledger. This includes implementation of our DID Resolver trait, and our AnoncredsLedgerRead trait (resolver of anoncreds objects (schemas, credential definitions, revocation registry, etc)) which utilize cheqd configurable node gRPCs to fetch cheqd assets.

This release also includes a MultiLedgerAnoncredsRead implementation, which conforms to AnoncredsLedgerRead and allows multiple anoncreds ledger readers to be registered and switched between (i.e. depending on the resource identifier)

What's Changed

Features

Fixes

  • (fix) Return IndyVdr based CredentialDefinition schemaId as full schemaId (not sequence number) by @gmulhearn in #1313
  • Simplify DIDComm unpack(), use Key instead of String by @JamesKEbert in #1310

Dependencies / CI / Docs

Full Changelog: 0.66.0...0.67.0

Don't miss a new aries-vcx release

NewReleases is sending notifications on new releases.