Skip to content

Commit

Permalink
Use periods at the end of each item
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Feb 9, 2022
1 parent 7d6d4da commit b1bf47c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions changelog/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ 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
- Check that the deposited amount is non-zero
- `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.
- Check that the deposited amount is non-zero.

### Changed

- Upgrade can be initialized/finished in case of exodus mode
- `cutUpgradeNoticePeriod` takes the hash of targets to which upgrades initialized
- `WithdrawalPending` - event parameters changed
- Upgrade can be initialized/finished in case of exodus mode.
- `cutUpgradeNoticePeriod` takes the hash of targets to which upgrades initialized.
- `WithdrawalPending` - event parameters changed.
- `Withdraw`/`ForcedExit`/`FullExit` may be executed on `executeBlocks` or stored as pending depending on the input
parameters when executing the block
- Minor gas optimizations are used
parameters when executing the block.
- Minor gas optimizations are used.

## 2021-07-27

Expand Down

0 comments on commit b1bf47c

Please sign in to comment.