-
Notifications
You must be signed in to change notification settings - Fork 12.3k
Add state getter in TimelockController using OperationState enum #4358
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
Merged
frangio
merged 24 commits into
OpenZeppelin:master
from
RenanSouza2:timelockControler-getter
Jul 4, 2023
Merged
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
82e34fd
first proposal
RenanSouza2 536628e
Add changeset
RenanSouza2 a2a6a0c
Merge branch 'master' into timelockControler-getter
RenanSouza2 b2b6844
Improove getOperationState decision tree
RenanSouza2 813360d
Merge branch 'master' into timelockControler-getter
RenanSouza2 c3f0ac1
Merge branch 'master' into timelockControler-getter
RenanSouza2 832c2d5
Reinstate functions
RenanSouza2 e0bbaad
Change Pending to Blocked
RenanSouza2 8e671f9
Change TimelockController error from state to bitmap
RenanSouza2 de0fb95
Fix tests
RenanSouza2 ef63f37
Fix linter
RenanSouza2 7587ab4
Merge branch 'master' into timelockControler-getter
RenanSouza2 9e8c8ca
Update loud-shrimps-play.md
frangio cf4a2df
rename error param
frangio ab10a19
remove isOperationBlocked
frangio 643b549
remove virtual
frangio 86f1724
revert afterCall change
frangio f9498a9
rename Blocked to Waiting
frangio 84099df
Merge branch 'master' into timelockControler-getter
frangio 220cfc3
Change enum in documentation
RenanSouza2 bd74728
Remove interfaces from docs
RenanSouza2 a608384
Update contracts/governance/TimelockController.sol
frangio bd2f0fa
Update contracts/governance/TimelockController.sol
frangio 8d43f44
Update contracts/governance/TimelockController.sol
frangio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,5 @@ | ||
| --- | ||
| 'openzeppelin-solidity': minor | ||
| --- | ||
|
|
||
| Add state getter in TimelockController using OperationState enum |
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.