Skip to content

Latest commit

 

History

History
322 lines (180 loc) · 4.86 KB

CHANGELOG.md

File metadata and controls

322 lines (180 loc) · 4.86 KB

@docknetwork/dock-blockchain-modules

0.22.0

Minor Changes

  • Update id mapping to reflect latest testnet state, misc tweaks

Patch Changes

0.21.0

Minor Changes

  • Move getVerificationMethod logic to the CustomLinkedDataSignature

Patch Changes

0.20.0

Minor Changes

  • Refine the search algorithm for locating verification method references.

Patch Changes

0.19.0

Minor Changes

  • Enable auto-conversion on verification method comparison

Patch Changes

0.18.0

Minor Changes

  • Deduplicate prefixes/methods for the Resolvers

Patch Changes

0.17.0

Minor Changes

  • Allow to create keypairs from private keys, conversion tweaks

Patch Changes

0.16.0

Minor Changes

  • Legacy documents support for testnet

Patch Changes

0.15.0

Minor Changes

  • Fix JSON import + misc tweaks

Patch Changes

0.14.0

Minor Changes

  • Support legacy DidDocuments on cheqd mainnet

Patch Changes

0.13.1

0.13.0

Minor Changes

  • ld.dock.io -> ld.truvera.io

Patch Changes

0.12.0

Minor Changes

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

Patch Changes

0.11.2

Patch Changes

0.11.1

Patch Changes

0.11.0

Minor Changes

  • Fix unresolved imports

Patch Changes

0.10.0

Minor Changes

  • Accumulator module for cheqd

Patch Changes

0.9.3

Patch Changes

0.9.2

Patch Changes

0.9.1

Patch Changes

0.9.0

Minor Changes

  • StatusListCredential module for cheqd, misc tweaks

Patch Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

  • Allow to pass wallet to CheqdAPI, misc tweaks

Patch Changes

0.7.0

Minor Changes

  • Tweaks for lastPublicKeyId and nextPublicKeyId

Patch Changes

0.6.1

Patch Changes

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