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
andMorpheusPrivateKind.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)
andnew MorpheusSignedOperation(json)
mirrorsMorpheusSignableOperation.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.