Releases: mosaicdao/mosaic.js
Releases · mosaicdao/mosaic.js
Release list
Mosaic.js 0.10
[had external security assessment]
Mosaic.js 0.10 provides full access to the Mosaic contracts. It introduces further abstractions to ease facilitation and deployments.
There is an accompanying Mosaic release 0.10.
Notable changes:
- This library is now provided via npm package @openst/mosaic.js.
- Now provides a
Facilitatorclass for easier interaction for staking and minting. - Now provides contract classes as
ContractInteracts to interact with the contracts on the chain. - New Setup module simplifies deployment of contracts on chains.
- ProofGenerator is a new class to generate the required data for Merkle Patricia Proofs.
web3andweb3-eth-accountsare now peer dependencies.
Note: Some older methods have been deprecated.
For more details on changes see the changelog.