forked from OpenZeppelin/openzeppelin-contracts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change admin role allocation in TimelockControler constructor (OpenZe…
…ppelin#3722) Co-authored-by: Francisco <[email protected]>
- Loading branch information
1 parent
c98490e
commit 3281d9c
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Ignore specific warnings and make the rest into errors (#3695) | ||
|
||
# Please enter the commit message for your changes. Lines starting | ||
# with '#' will be ignored, and an empty message aborts the commit. | ||
# | ||
# Author: Francisco <[email protected]> | ||
# | ||
# interactive rebase in progress; onto 6ff283be | ||
# Last commands done (39 commands done): | ||
# pick fcc4105a Update ReentrancyGuard documentation (#3715) | ||
# pick 2034a3e1 Ignore specific warnings and make the rest into errors (#3695) | ||
# Next commands to do (41 remaining commands): | ||
# pick 6f34c1dd Fix fuzzing coverage (#3716) | ||
# pick 5756a8a7 Improve `ERC20FlashMint` documentation (#3719) | ||
# You are currently rebasing branch 'timelock-roles' on '6ff283be'. | ||
# | ||
# Changes to be committed: | ||
# new file: contracts/mocks/ERC721ConsecutiveEnumerableMock.unreachable.sol | ||
# modified: contracts/token/ERC721/extensions/ERC721Enumerable.sol | ||
# modified: package-lock.json | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters