-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prompt proposal id * add deploy code * add make persistent * Check calldata * add run function with flags back * bravo match working * remove run function with flags * Bravo check calldata integration test * Timelock check onchain calldata * delete validate calldata script * Comments * Run tests on sepolia fork * move addresses test to a separate CI * update Addresses.json * remove default checkOnChainCalldata implementation * lint * debug * ci debug * Update Addresses.json * redeploy timelock * move from internal to public functions * functions visibility * print functions * review changes * rename DEV address to DEPLOYER_EOA * rename ci test * Remove examples and integration tests from this repo * remove calldata generation from CI * remove run-proposal.sh * merge conflicts * TimelockProposalUnitTest test_build pass * update ci * update foundry.toml * after deploy mock * fix state diff recording * test simulate working * Remove caller from Proposal constructor * test getCalldata * getExecuteCalldata * mock MockTimelockProposal * bravo mocks * setTimelock and setAddresses * Test Bravo Proposal * timelock description * fix timelock test_getCalldata * lint * compile * MockMultisigProposal * Multisig tests * add checkOnChainCalldata tests * do not broadcast afterDeployMock call * add validate function tests * remediate addresses.t.sol * unit -> integration tests * after deploy flag * remove multisig cast * simplify vault * simplify Vault and Token mocks * remove bravo mocks * lint * interfaces * delete interfaces/IGovernorBravo * compound proposal * Compound test * debug * run CI on mainnet * lint * add validateActionInclusion internal function * natspec * action hash * review changes * remove params from _simulateActions * Multisig Proposal example using Optmism * fix validate function * lint * Delete TimelockProposal * fix failing tests * review changes * compile
- Loading branch information
1 parent
ef53962
commit 05ecdd8
Showing
40 changed files
with
1,397 additions
and
1,924 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.