-
Notifications
You must be signed in to change notification settings - Fork 95
Governance TODOs #674
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
Merged
Governance TODOs #674
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
558dc98
fix flaky test
xklob 4d5284d
Merge pull request #639 from fei-protocol/hotfix/hasAnyOfRolesTest
33b72d5
feat: revoke GOVERNOR role from Rari timelock
thomas-waite 3f64565
refactor: add proposal config
thomas-waite 63d0f65
refactor: validate has role to start with
thomas-waite 24b9c02
Merge pull request #641 from fei-protocol/feat-remove-governor
thomas-waite d0cc9d9
feat: summary of todos
thomas-waite 5a3d84d
refactor: replace OptimisticTimelock with TimelockController
thomas-waite bf0bdb4
refactor: remove transfer pod admin
thomas-waite 866e5dc
refactor: decouple admin and factory, so can pass to factory
thomas-waite adb0abc
test: make tests pass
thomas-waite 8564d15
feat: allow pods with no timelock
thomas-waite 1c3b3d8
refactor: consolidate pod specific roles
thomas-waite d83dbbc
refactor: update global role allocation
thomas-waite a80eeb3
test: update e2e tests
thomas-waite bdadffe
refactor: remove unneeded latest podId, transfer orca tokens for deploy
thomas-waite ba3e7e9
refactor: revoke timelock admin role from factory
thomas-waite 36808d8
refactor: make POD_ADMIN role admin the ROLE_ADMIN
thomas-waite 65befd7
fix: PR feedback around naming
thomas-waite c2ec23a
refactor: move ACL extension to CoreRef
thomas-waite 4109ff6
refactor: inject factory into podAdmin gateway
thomas-waite 0170f9f
fix: final PR feedback
thomas-waite c179487
style: add delimiter to pod roles
thomas-waite 393bf4c
Merge branch 'develop' into gov-todos
thomas-waite 992ae29
test: update tests
thomas-waite 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,11 @@ | ||
| 1. Do not use optimistic timelock - use the raw OZ timelock | ||
| 2. Combine/aggregate some of the pod specific roles | ||
| 3. Allow Orca pods to be created without a timelock | ||
| 4. If min delay is defined on an orca pod, enforce a limit | ||
| 5. Remove podAdminGateway migration concept from admin. Admin will be fixed (the migrated admin will lose timelock proposer/cancel access) | ||
| 6. Prefix all internal methods with `_` | ||
| 7. Remove burner function for pod creation. Just create inside constructor | ||
| 8. Find way to stop DAO proposal being bricked by podId changing underfoot | ||
| 9. DAO vote to migrate all roles | ||
|
|
||
| No orca controller upgrade functionality |
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
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
Oops, something went wrong.
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.