-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2277 from OffchainLabs/contracts-up
Update to the tip of the develop branch.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule contracts
updated
21 files
+7 −1 | foundry.toml | |
+3 −2 | package.json | |
+0 −5 | remappings.txt | |
+2 −1 | scripts/config.ts.example | |
+11 −1 | scripts/createERC20Rollup.ts | |
+10 −1 | scripts/createEthRollup.ts | |
+6 −1 | scripts/deployment.ts | |
+108 −51 | scripts/deploymentUtils.ts | |
+117 −0 | scripts/local-deployment/deployCreatorAndCreateRollup.ts | |
+221 −48 | scripts/rollupCreation.ts | |
+0 −52 | src/challenge/ChallengeLib.sol | |
+24 −9 | src/challenge/ChallengeManager.sol | |
+13 −0 | src/challenge/IChallengeManager.sol | |
+10 −0 | src/osp/IOneStepProofEntry.sol | |
+54 −0 | src/osp/OneStepProofEntry.sol | |
+107 −10 | test/foundry/ChallengeManager.t.sol | |
+3 −1 | test/signatures/ChallengeManager | |
+9 −0 | test/signatures/OneStepProofEntry | |
+1 −1 | test/signatures/test-sigs.bash | |
+1 −0 | test/storage/ChallengeManager | |
+1 −1 | yarn.lock |