Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contracts.md #619

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions changelog/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ All notable changes to the contracts will be documented in this file.
### Added

- `cutUpgradeNoticePeriodBySignature` a function for approving instant upgrade by security council members.
- `Create2Factory.sol` - the smart contract that used to deploys targets.
- New event `ApproveCutUpgradeNoticePeriod(address)` emitted after security council member approve upgrade.
- `Create2Factory.sol` - the smart contract that is used to deploy targets.
- New event `ApproveCutUpgradeNoticePeriod(address)` emitted after security council member approves upgrade.
- Check that the deposited amount is non-zero.

### Changed
Expand Down Expand Up @@ -68,7 +68,7 @@ All notable changes to the contracts will be documented in this file.
- `Swap` operation, which depending on the implementation may serve either order book or atomic swaps functionality.
- The security council, which is able to shorten the upgrade notice period. More on that
[here](https://medium.com/matter-labs/keeping-funds-safe-a-3-factor-approach-to-security-in-zksync-2-0-a70b0f53f360).
- `RegeneisMultisig.sol` to handle submissions of the new root hash by the security council during the upgrade.
- `RegenesisMultisig.sol` to handle submissions of the new root hash by the security council during the upgrade.
- A special account with id `2**24 - 1`. It is used to ensure the correctness of the NFT data.

### Changed
Expand Down Expand Up @@ -163,7 +163,7 @@ All notable changes to the contracts will be documented in this file.
### Changed

- Block revert interval is 0 hours.
- `PRIORITY_EXPRIRATION_PERIOD` is reduced to 3 days.
- `PRIORITY_EXPIRATION_PERIOD` is reduced to 3 days.
- `UPGRADE_NOTICE_PERIOD` is increased to 8 days.

### Removed
Expand Down