- Integrate new WASM 0.16 which contains new documentation and some bugfixes, optimization.
- Fix layer-1
sendMultipleTx
method.
- Enable sending multitple layer-1 transactions in one request.
- Fix release issues.
- Updated WASM verions to 0.0.15. BREAKING CHANGE:
toJson
methods changed totoJSON
.
- Fix old morpheus-ts links.
- Fix wasm types.
- Fix NPM release.
- Updated WASM versions to 0.0.14, which separate node-wasm and sdk-wasm.
- Added
toAddress
method toSecpKeyId
. - Added
sendMorpheusTx
toLayer1
API. - BREAKING:
MorpheusOperationSigner
now has bothsign
andsignWithKey
methods. - Replaced TypeScript implementation of Morpheus with a WASM implementation.
- Updated to 0.0.12-hotfix2 sdk-wasm.
- Fixed generating new HYD addresses without unlocking the vault.
- Upgrade to 0.0.12-hotfix1 sdk-wasm.
- You can optionally specify vendorField (aka smart brige field) and manual fee on Hydra transactions.
- Use the new IOP domains.
- Upgrade ARK dependencies to
^2.7.24
. - BUGFIX: fixing a bug that made Coeus's state corrupted after a revert.
- BREAKING:
Crypto.MorpheusPlugin.rewind
changed toCrypto.MorpheusPlugin.init
.
- Upgraded to 0.0.11 sdk-wasm.
- Coeus tx fees are based on the asset's size.
- Deprecated send methods which sign with passphrase or WIF in a favor of signing with Vault.
- Added
sendCoeusTx
toLayer1
API.
- Morpheus and Coeus are enabled based on milestones.
- Upgraded to 0.0.9 sdk-wasm.
- Upgraded to 0.0.8 sdk-wasm.
- Restrict Coeus transactions with a JSON schema.
- Coeus TX is limitied to be a maximum of 1MB.
- Developer portal URLs updated.
- BREAKING: construction of Layer1 and Layer2 APIs are now a bit different. Please check the latest examples.
- Coeus API and other Coeus related codes are now public and final.
- Hydra plugin and DID manager are now publicly available
- Coeus Plugin added
- Authority service verifies the JWT token sent in the header during private API calls. Read more about JWT authentication on the IOP developer portal.
- Logs can be configured now to prevent printing SDK logs to the console.
- Layer1 API's
getTxnStatus
returned a slightly different data compared to the interface definition. - The README got extended with a notice that sometimes Typescript developers have to add a typing to their dependencies to prevent some error messages during Typescript compile.