jolocom / jolocom-lib

Library for interacting with the identity solution provided by Jolocom.
MIT License
24 stars 18 forks source link

3.0.0 #318

Closed Exulansis closed 5 years ago

Exulansis commented 5 years ago

Bumped the version to v3.0

Updates

  • Fixed errors in documentation (public profile)
  • Added support for instantiating the vault / identity wallet using a seed phrase #300
  • Added support for instantiating the vault / identity wallet using an encrypted seed #306
  • Added support for the updated credential offer flow #309

Breaking Changes

  • This version of the Library implements a new credential offer flow, as outlined in the updated documentation. Please make sure you update the API.

  • The constructor for the SoftwareKeyProvider class has been updated to take the encrypted seed as the only argument. The previous constructor is still available using the SoftwareKeyProvider.fromSeed static method.