From 08273624524004862dda436247180039284aa6d1 Mon Sep 17 00:00:00 2001 From: Vitalii Drohan Date: Mon, 20 Jul 2020 14:18:52 +0300 Subject: [PATCH] Release contract version 2 --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bed47f2c8..ea604b7411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,6 @@ ## [[Unreleased]] -### Contracts - -- Added event denoting information about pending and completed withdrawals. [bb0d1bd](https://github.com/matter-labs/zksync/commit/bb0d1bd) -- Added support for tokens that aren't fully compatible with ERC20. [c088328](https://github.com/matter-labs/zksync/commit/c088328) -- Block revert interval is changed to 0 hours. [c088328](https://github.com/matter-labs/zksync/commit/c088328) -- Redundant priority request check is removed from contract upgrade logic. [c088328](https://github.com/matter-labs/zksync/commit/c088328) - ### zkSync - Server: Robustness of the fee ticker's API interacting module was increased. [#786] @@ -29,6 +22,14 @@ - A link to the wallet was added to the explorer. [14424a6](https://github.com/matter-labs/zksync/commit/14424a6) - Fixed bug with accessing non-existent blocks in explorer. [e8ca026](https://github.com/matter-labs/zksync/commit/e8ca026) +### Contracts v2 (20.07.2020) + +- Added event denoting information about pending and completed withdrawals. [bb0d1bd](https://github.com/matter-labs/zksync/commit/bb0d1bd) +- Added support for tokens that aren't fully compatible with ERC20. [c088328](https://github.com/matter-labs/zksync/commit/c088328) +- Block revert interval is changed to 0 hours. [c088328](https://github.com/matter-labs/zksync/commit/c088328) +- Redundant priority request check is removed from contract upgrade logic. [c088328](https://github.com/matter-labs/zksync/commit/c088328) + + ## zkSync 1.0 (18.06.2020) Changes prior to the 1.0 release are not presented in this changelog.