Skip to content

Ascent Comments

Latest
Compare
Choose a tag to compare
@wigy-opensource-developer wigy-opensource-developer released this 30 Jun 14:31
· 4 commits to develop since this release

Added

  • New WASM bindings:
    • allNetworkNames() lists all network names that are accepted as a parameter in some methods.
    • Bip39.shortEntropy(), Bip39.shortPhrase() improves compatibility with old wallets like Coinomi.
    • wrapWithNonce() helps adding extra entropy to a JSON document, where selective masking will be used.
    • MorpheusPrivate.path and MorpheusPrivateKind.path returns BIP32 derivation paths to allow compatibility with other wallets.
    • MorpheusOperationSigner.signWithId() makes it easier to sign with a key if only its identifier is known to the caller.
    • JwtBuilder.timeToLive property helps to override the default 5s expiration of tokens.
    • new MorpheusSignableOperation(json) and new MorpheusSignedOperation(json) mirrors MorpheusSignableOperation.toJSON() and
      MorpheusSignedOperation.toJSON(), so it is easier to build complex SSI transactions.
  • Documented all WASM methods in the SDK, except those related to Coeus for now.

Changed

  • Vault freshly created from a random seed is dirty (unsaved).
  • All crates are now using Rust edition 2021.