forked from OffchainLabs/nitro
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [nitro-testnode](https://github.com/EspressoSystems/nitro-testnode) from `03095e0` to `884a63c`. - [Commits](EspressoSystems/nitro-testnode@03095e0...884a63c) --- updated-dependencies: - dependency-name: nitro-testnode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathis <sveitser@gmail.com>
- Loading branch information
1 parent
56b4889
commit e767c57
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nitro-testnode
updated
25 files
+2 −6 | .env | |
+7 −0 | .envrc | |
+77 −0 | .github/workflows/smoke-test.yml | |
+2 −0 | .gitignore | |
+4 −0 | .gitmodules | |
+5 −0 | CODEOWNERS | |
+64 −22 | docker-compose.yaml | |
+23 −0 | espresso-tests/.env | |
+28 −0 | espresso-tests/README.md | |
+22 −0 | espresso-tests/create-espresso-integrated-nitro-node.bash | |
+182 −0 | espresso-tests/migration-test.bash | |
+90 −0 | flake.lock | |
+44 −0 | flake.nix | |
+1 −0 | orbit-actions | |
+3 −2 | rollupcreator/Dockerfile | |
+4 −1 | scripts/Dockerfile | |
+89 −24 | scripts/config.ts | |
+74 −34 | scripts/ethcommands.ts | |
+13 −0 | shell.nix | |
+24 −0 | smoke-test-full-node.bash | |
+31 −0 | smoke-test-l3.bash | |
+21 −0 | smoke-test-nitro-simple.bash | |
+21 −0 | smoke-test.bash | |
+76 −27 | test-node.bash | |
+1 −1 | tokenbridge/Dockerfile |