Skip to content

Use chain-spec-builder by default#2086

Open
RafalMirowski1 wants to merge 3 commits intomainfrom
use-chain-spec-builder-by-default
Open

Use chain-spec-builder by default#2086
RafalMirowski1 wants to merge 3 commits intomainfrom
use-chain-spec-builder-by-default

Conversation

@RafalMirowski1
Copy link
Contributor

@RafalMirowski1 RafalMirowski1 commented Sep 9, 2025

implements #1937.

Example possible config:

[relaychain]
default_image = "docker.io/parity/polkadot:latest
default_command = "polkadot"
default_args = [ "-lparachain=debug" ]
chain = "rococo-local"

[[relaychain.nodes]]
name = "alice"
validator = true

[[parachains]]
id = 100
runtime_path = "/path/to/runtime.wasm"

[parachains.collator]
name = "collator01"
image = "docker.io/parity/polkadot-parachain:latest"
command = "polkadot-parachain"
args = ["-lparachain=debug"]

@RafalMirowski1

This comment was marked as resolved.

@socket-security
Copy link

socket-security bot commented Sep 9, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​zombienet/​utils@​0.0.28 ⏵ 0.0.2969 +110067 +18470
Updatednpm/​@​zombienet/​orchestrator@​0.0.104 ⏵ 0.0.11075100100 +188 -470

View full report

@RafalMirowski1 RafalMirowski1 marked this pull request as ready for review September 9, 2025 23:07
@RafalMirowski1 RafalMirowski1 force-pushed the use-chain-spec-builder-by-default branch from fa9b57f to ff191aa Compare September 10, 2025 12:33
@pepoviola
Copy link
Collaborator

Hi @RafalMirowski1, I wonder if we simplify this or even if we can use as argument to push people to the sdk version. wdyt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants