Skip to content

v0.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 15:20
· 188 commits to main since this release
7913651

Release Notes

  • EcdsaSecp256k1VerificationKey2019 scheme is introduced to support SSI transactions from Keplr Wallet.
  • Temporary change is done with validation of method-specific-id to accept any alpha-numeric string with a minimum length of 32 characters
  • Refactor: document_verification and signature packages are merged into a single package called verification
  • Bug fix: fixed a bug which did not allow a DID Document having multiple controllers to register Schema or Credential Status Documents.

Changelog

  • 22483eb Merge pull request #318 from hypersign-protocol/ecdsa-secp256k1
  • 82a52c0 Merge pull request #320 from hypersign-protocol/319-temporary-change-method-specific-id
  • 5a23247 Merge pull request #322 from hypersign-protocol/verification-package
  • ebef20f Merge pull request #323 from hypersign-protocol/release/v0.1.x
  • cd3789d Merge pull request #325 from hypersign-protocol/324-bug-did-with-multiple-controllers-except-itself-was-not-be-register-schmema-or-credential-documents
  • 7913651 Merge pull request #326 from hypersign-protocol/release/v0.1.x
  • 20d67bf added test case for ssi operations using secp256k1
  • 66aabca added v0.1.5 handler
  • 1d465e4 bugfix: fixed DocumentProofTypeCheck() function to get proper VM type
  • 01f3d1e feat: added secp256k1 verification key support for ssi documents
  • 1faf383 refactor: added document and signature verification under a single package
  • 948823b temporary change made in method-specific-id validation
  • f07f9e5 uncommented all tests