Skip to content

Commit

Permalink
Remove typo and excessive explanations in the js-sdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Dec 23, 2020
1 parent 75a0d46 commit a6194d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions changelog/js-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,3 @@ All notable changes to `zksync.js` will be documented in this file.
## Prior to 2020-12-10

**Version 0.8.3** is released.

**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 and `getTransactionFee` now accepts `FastWithdraw` 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 global
`ethers` object from [ethers-io/ethers.js](https://github.com/ethers-io/ethers.js/)
- `zksync.crypto.loadZkSyncCrypto()` method is added for browser builds that loads and compiles
`zksync-crypto-web_bg.wasm` file. Should be called before any calls that use `zksync-crypto`.

**Version 0.6.0** is released.

- Upgrade ethers to ^5.0.0
2 changes: 1 addition & 1 deletion changelog/rust-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to `zksync_rs` will be documented in this file.

### Added

- Additional Unit tests.
- Additional unit tests.

### Changed

Expand Down

0 comments on commit a6194d8

Please sign in to comment.