Skip to content

v2.17.0

Compare
Choose a tag to compare
@wulfraem wulfraem released this 11 Feb 10:28
· 454 commits to master since this release

Features

  • add support for identity based accounts to KeyExchange, Sharing and Profile modules
  • update test setup to support identity based accounts
  • adding DID generation upon onboarding
  • allow plugins property within DigitalTwin.create to create initial containers
  • add DigitalTwin.exportAsTemplate to copy a existing twin configuration
  • ensure DigitalTwin and Container description to use at least dbcpVersion 2
  • update root verification handling to use genesis account
  • add lookup method for an identity's owner's address
  • add deactivation mechanism for twins
  • add signer-identity to enable identity to getGasPrice using underlying account
  • add setVerificationAndVc function to enable VC creation for verification
  • update Verifications logic and tests to support identity based account

Fixes

  • use typescript version 3.7.4
  • fix behavior of DataContract for unencrypted data
  • fix did public key handling to properly support proofs
  • add checks for configured identity and account to prevent unintentional usage of active identity
  • add support for custom DID registries for DID tests