All notable changes to zksync.js
will be documented in this file.
Version 0.6.5 is released.
- Support of fast withdrawals was added. Corresponding optional field was added to the object passed to the
withdrawFromSyncToEthereum
method andgetTransactionFee
now acceptsFastWithdraw
fee type.
Version 0.6.3 is released.
- Bundled version for browsers added. File
dist/main.js
can be used in<script>
html tag. It requires globalethers
object from ethers-io/ethers.js zksync.crypto.loadZkSyncCrypto()
method is added for browser builds that loads and compileszksync-crypto-web_bg.wasm
file. Should be called before any calls that usezksync-crypto
.
Version 0.6.0 is released.
- Upgrade ethers to ^5.0.0