Skip to content

Latest commit

 

History

History
248 lines (138 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

248 lines (138 loc) · 3.71 KB

@docknetwork/cheqd-blockchain-modules

0.16.0

Minor Changes

  • Support legacy DidDocuments on cheqd mainnet

Patch Changes

0.15.0

Minor Changes

  • Align with the latest cheqd node version (3.1.3)

0.14.1

Patch Changes

0.14.0

Minor Changes

  • Implementation of the cheqd migration and the associated identifier mappers.

Patch Changes

0.13.3

Patch Changes

0.13.2

Patch Changes

0.13.1

Patch Changes

0.13.0

Minor Changes

  • Accumulator module for cheqd

Patch Changes

0.12.0

Minor Changes

  • Fix toJSON/fromJSON for cheqd payloads

Patch Changes

0.11.2

Patch Changes

0.11.1

Patch Changes

0.11.0

Minor Changes

  • StatusListCredential module for cheqd, misc tweaks

Patch Changes

0.10.1

Patch Changes

0.10.0

Minor Changes

  • Allow to pass wallet to CheqdAPI, misc tweaks

Patch Changes

0.9.0

Minor Changes

  • Tweaks for lastPublicKeyId and nextPublicKeyId

Patch Changes

0.8.0

Minor Changes

  • Allow to use MultiApiCoreModules with CheqdCoreModules

Patch Changes

0.7.1

Patch Changes

  • Fix cheqd import

0.7.0

Minor Changes

  • Allow to instantiate CheqdCoreModules

0.6.0

Minor Changes

  • Implement OffchainSignatures module for cheqd

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

  • Fix exports

Patch Changes

0.4.0

Minor Changes

  • Implement MultiApi modules allowing to use different APIs in the same moment

Patch Changes

0.3.0

Minor Changes

    • Updated DIDDocument: modified the rules for storing keys in the verificationMethod and added the required validations.
    • Developed generic tests for modules to ensure they cover the same use cases, regardless of the specific implementation.
    • Implemented the CheqdBlobModule.
    • Misc tweaks.

Patch Changes

0.2.0

Minor Changes

  • Change DIDDocument modification behaviour to throw error on attempt to add key/service/controller with duplicate id.

Patch Changes

0.1.1

Minor Changes

  • Improved READMEs

Patch Changes