Switch integration tests to OffchainLabs/arbitrum-testnode action#629
Merged
Conversation
Replace OffchainLabs/actions/run-nitro-test-node with the new snapshot-backed OffchainLabs/arbitrum-testnode action. Uses pre-built Docker images instead of building from source, cutting testnode startup from ~20min to ~30sec. - fee-token-decimals input replaces --l3-fee-token args - Network config exported via env var instead of docker exec
Replace polling-based waitUntilReadyToExecute (500ms interval, 5-7 RPC calls per poll) with a test utility that listens for NodeConfirmed / AssertionConfirmed events and resolves immediately. Also reduce mineUntilStop interval from 15s to 1s.
Use the migrated action (l3-node -> l3-enabled input rename) and the nc-format fast snapshot image dl-ci-fast-2 from the arbitrum-testnode-ci package.
# Conflicts: # packages/sdk/tests/integration/custom-fee-token/customFeeTokenEthBridger.test.ts # packages/sdk/tests/integration/eth.test.ts # packages/sdk/tests/integration/testHelpers.ts
Adds GHSA-vxpw-j846-p89q, GHSA-p88m-4jfj-68fv, GHSA-35p6-xmwp-9g52, GHSA-g8m3-5g58-fq7m. All are dev-only via hardhat>undici (pinned 5.x); fixes require undici >=6.27.0 which hardhat does not yet allow.
alxdca
approved these changes
Jun 24, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
OffchainLabs/actions/run-nitro-test-nodewithOffchainLabs/arbitrum-testnode@v0.1.0fee-token-decimalsinput replaces--l3-fee-tokenargsdocker execinto containerTest plan