forked from OffchainLabs/nitro
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix anytrust fallback issues - Add `Type()` to dapWritter to differentiate which dapWritter is being used (`celestia` or `anytrust`) - pin contracts branch and nitro testnode branch
- Loading branch information
1 parent
6b363f5
commit 1ccf47b
Showing
6 changed files
with
19 additions
and
5 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
Submodule contracts
updated
15 files
+19 −5 | .github/workflows/audit-ci.yml | |
+2 −5 | .github/workflows/contract-tests.yml | |
+1 −11 | audit-ci.jsonc | |
+8 −22 | hardhat.config.ts | |
+1 −4 | package.json | |
+1 −1 | scripts/createEthRollup.ts | |
+1 −17 | scripts/deployment.ts | |
+9 −63 | scripts/deploymentUtils.ts | |
+0 −90 | scripts/printMetadataHashes.ts | |
+16 −8 | scripts/rollupCreation.ts | |
+0 −2 | src/mocks/BridgeUnproxied.sol | |
+1 −1 | src/precompiles/ArbWasm.sol | |
+4 −4 | src/rollup/RollupCreator.sol | |
+1 −1 | test/contract/toolkit4844.ts | |
+16 −20 | yarn.lock |
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 nitro-testnode
updated
10 files
+5 −0 | .clabot | |
+7 −2 | .github/workflows/ci.yml | |
+19 −7 | .github/workflows/testnode.bash | |
+1 −1 | blockscout | |
+60 −3 | docker-compose.yaml | |
+205 −17 | scripts/config.ts | |
+2 −0 | scripts/consts.ts | |
+187 −34 | scripts/ethcommands.ts | |
+11 −1 | scripts/index.ts | |
+195 −77 | test-node.bash |