feat: deploy full chain example script#694
Merged
douglance merged 29 commits intofeat/define-script-create-token-bridgefrom Apr 24, 2026
Merged
feat: deploy full chain example script#694douglance merged 29 commits intofeat/define-script-create-token-bridgefrom
douglance merged 29 commits intofeat/define-script-create-token-bridgefrom
Conversation
…bridge, and ownership transfer Pipelines deployNewChain, createTokenBridge, and transferOwnership into a single script with one JSON input. Intermediate results (core contract addresses) are wired automatically between steps.
…ployFullChain Move createRollupPrepareDeploymentParamsConfig and prepareChainConfig from the transform into execute so the chainConfig is available for the return value. Add chainName, parentChainId, parentChainIsArbitrum, and stakeToken to match the getChainDeploymentInfo output shape. Allow null overrides in assertSchemaCoverage to skip return-value-only fields that don't produce observable mock side effects.
…snapshot The coverage check now detects fields that affect the return value, not just mock call traces. This removes the need for manual skip overrides on return-value-only fields like chainName.
Export prepareChainConfigInputSchema as raw schema for composition. Fix createTokenBridge to not leak privateKey/nativeToken into createTokenBridgeParams.
…y-full-chain # Conflicts: # src/scripting/schemas/prepareChainConfig.ts
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain # Conflicts: # src/scripting/schemaCoverage.ts
…bridge' into feat/deploy-full-chain
…bridge' into feat/deploy-full-chain # Conflicts: # src/scripting/commands.ts # src/scripting/examples/initializeTokenBridge.ts
c88d491
into
feat/define-script-create-token-bridge
10 of 11 checks passed
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.
A script that ties together contract chain deployment, tokenbridge deployment and ownership transfer. also returns an object of the format expected by the node config