You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 👋 , I try to reproduce this issue and in order to make zombienet works you should add the cumulus_based flag to the parachain
[settings]
timeout = 1000
[relaychain]
default_image = "chocnet/polkadot-debug:latest"default_command = "/home/gitpod/relay/polkadot/target/release/polkadot"chain = "rococo-local"
[[relaychain.nodes]]
name = "alice"
[[relaychain.nodes]]
name = "bob"
[[parachains]]
id = 2000cumulus_based = true
[parachains.collator]
name = "collator01"image = "chocnet/parachain-collator:latest"command = "./target/debug/parachain-collator"args = ["-lparachain=debug"]
And also, the parachain-collator command is not output the RPC log that zombienet use to check if the node is up. I think that issue is related to the branch version you are using polkadot-v0.9.24. Is possible to bump to polkadot-v0.9.28?
Follows from #3
Goal
To use Zombienet to start a local testnet.
Todos
We need the following for the bin to be compatible with the
adder-collator
parachain-id
cli option from Polkadotadder-collator
The text was updated successfully, but these errors were encountered: