Skip to content

Commit

Permalink
bundle with rollup and changes to zksync-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Aug 19, 2020
1 parent da54a5a commit 1b7be44
Show file tree
Hide file tree
Showing 12 changed files with 894 additions and 118 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# zkSync changelog

### zksync.js 0.6.2

- Bundled version with new `zksync-crypto` is used for browser by default, now builds with bundlers should copy `zksync-crypto-web_bg.wasm` file
manually.
- `zksync.crypto.loadZkSyncCrypto()` method is added for browser builds that loads and compiles `zksync-crypto-web_bg.wasm` file.

### zksync-crypto 0.3.0

- Now file for browser does not include wasm file but downloads it. Code that uses bundlers for browser builds should also copy `wasm` file.

### zksync.js 0.6.1

- Bundled version added.
Expand Down
Loading

0 comments on commit 1b7be44

Please sign in to comment.