Skip to content

v2.0.0

Compare
Choose a tag to compare
@noandrea noandrea released this 01 Oct 11:20
· 24 commits to main since this release
68306fe

[v2.0.0] - 2021-10-01

Chore

  • upgrade cosmos-sdk to version v0.44 (#237)
  • use EcdsaSecp256k1VerificationKey2019 as vm type (#221)

Docs

  • add links to how-to readme page (#217)
  • ADR for the DID module (#175)
  • link documentation in the root README (#203)

Feat

  • verfiable credential proof verification (#258)
  • add regulator module (#247)
  • validate controller did (#252)
  • ADR License and registration credential design (#177)
  • add license credential to verifiable credential module (#200)
  • improve support for the DID module (according to adr) (#230)
  • support cosmos-sdk-v0.43 key format (#220)
  • creds: restructure vc module to make refactoring easier (#235)
  • creds: adding functionality to delete verifiable credentials fr… (#224)
  • docs: READMEs for docs, Explanation and Reference Documentation (#148) (#168)
  • issuer: issuer can pause their emoney token (#251)
  • issuer: credential checks for sending/minting/burning tokens (#246)

Fix

  • ensure safe and consistent updates for verification relationships (#219)

Test

  • fix compiler error (#226)
  • ante: adding ante handler tests (#254)

BREAKING CHANGE

the did method schema has changed according to the ADR

replace verification method type EcdsaSecp256k1RecoveryMethod2020 with EcdsaSecp256k1VerificationKey2019

replace the cli command add-verification-relationship with set-verification-relationships

remove support for legacy key format