-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ETHEREUM-CONTRACTS] New web3-operations path for SuperTokenFactory (#…
…1276) * add new updateLogicContracts * add sanity check test - add mock contract - add test to ensure new code is being run * forge install: forge-std v1.3.0 * SuperTokenFactory deploy test * fix framework test * forge install: forge-std v1.3.0 * fix redundant naming * Ops flow cleanup - delete updateLogicContracts() function - delete SuperTokenFactoryHelper - delete _updateSuperTokenLogic function (future updates will no longer follow this path) - use SuperTokenDeployerLibrary.deploySuperTokenLogic to deploy non upgradeable super token - fix breaking tests - create some abstracted functions for deploy external library and linking * cleanup * fork baseline - add fork baseline tests file - rename fork super token factory upgrade test file * fork baseline wip - refactor ForkBaseline: it is responsible for loading the forked framework - add more tests in ForkBaseline - do not run fork tests in the CI * Update CHANGELOG.md * deprecate non upgradeable deploy * fix broken build * Address CI env naming comment #1276 (comment) * address merge "deployers/*.sol" comment #1276 (comment) * use consistent immutable var naming #1276 (comment) * address documentation comment #1276 (comment) * address scripts artifacts naming change from scripts -> ops-scripts as the test/ops-scripts are testing ops-scripts * address baseline comment #1276 (comment) * address missing context naming comment #1276 (comment) * cleanup - change hot-fuzz to match new file format - remove unused UUPSProxy import * duplicate keys makes no sense ty Miao
- Loading branch information
1 parent
33aef62
commit 6220f66
Showing
30 changed files
with
1,290 additions
and
425 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
branch = v1.3.0 |
Submodule forge-std
updated
44 files
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.