-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: seggregate scripts by launch phase (#13)
* fix: add sanity checks for staking token and dss-vest * fix: add check for `StakingRewards` being updated before * refactor: seggregate scripts for different phases * refactor: fully segregate scripts for different phases * refactor: rename scripts and template inputs * fix: bad sanity check on phase-0/FarmingInit library * refactor: change internal name for `StakingRewards` instances * refactor(phase-0-alpha): remove creation of vesting stream `vestId` is expected as an input parameter instead. This makes it easier, since another team deployed the `DssVest` contract for NGT tokens. * chore: update `lib/dss-test` * fix(phase-0-alpha): adjust init and check script after deloy refactor * refactor(ConfigReader): swap envOrRead* parameters Since env vars take priority, `envKey` should be the 1st parameter. * docs(phase-0): add comment for assumption on `vest` * refactor(phase-0): update deploy script input template * chore(deps): update `dss-test` * refactor(solc-version): use `0.8.16` Use `solc`@`0.8.16` to match the remaining endgame related contracts * refactor(VestInit): remove unused dependency
- Loading branch information
1 parent
cc223aa
commit 2c20e25
Showing
43 changed files
with
592 additions
and
369 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
Submodule dss-test
updated
7 files
+1 −1 | lib/forge-std | |
+3 −3 | src/DssTest.sol | |
+75 −16 | src/ScriptTools.sol | |
+6 −6 | src/domains/Domain.sol | |
+2 −17 | src/domains/OptimismDomain.sol | |
+20 −0 | src/tests/ScriptToolsTest.t.sol | |
+1 −1 | test.sh |
This file was deleted.
Oops, something went wrong.
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
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.