-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Set up and run one end-to-end test with the new Governor Create test harness for testing that the new Governor can execute proposals after the upgrade has completed. Write one test demonstrating the Governor's ability to send GTC already held by the timelock. * Add fuzz seed to .env template to reduce RPC calls * Generalize governorBravo token send test * Test that proposals can be defeated for the new governor * passQueueAndExecuteUpgradeProposal --> upgradeToBravoGovernor * Test that settings can be updated by new governor * Test mixed voting results * Test that alpha votes don't affect bravo votes * s/governor/governorBravo/g * scopelint * Cache fork requests https://twitter.com/ultrasecreth/status/1603430600442101761/photo/1 * Add a seed to fuzz deterministically in CI * scopelint * Troubleshoot CI * Cycle CI fuzz seeds each week * Bump fuzz tests in CI * Remove fuzz seed from .env.template * Modify based on PR feedback * Foundry toolchain caches fork requests for us * ci: test if manually creating cache dir solves the issue * Fix coverage workflow * Fix coverage workflow * Revert "ci: test if manually creating cache dir solves the issue" This reverts commit adffed2. * Revert "Foundry toolchain caches fork requests for us" This reverts commit d7b4570. * Use cached fork requests on coverage * Modify based on PR feedback * Update comment Co-authored-by: Ben DiFrancesco <ben@scopelift.co> Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
- Loading branch information
1 parent
db53917
commit 350ec8d
Showing
4 changed files
with
597 additions
and
83 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
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
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
Oops, something went wrong.