paritytech / polkadot-launch

Simple CLI tool to launch a local Polkadot test network
MIT License
459 stars 93 forks source link

Upgrade to polkadot-v0.9.22 breaks polkadot-launch #184

Closed haerdib closed 2 years ago

haerdib commented 2 years ago

We've recently upgraded to polkadot-v0.9.22. Since then, the polkadot-launch script is able to start the relay chain and the first collator, but then it freezes, not continuing to start the second one. The logs of the first collator don't show anything unusual, and manually starting a second one works as well.

To ensure that this is not simply a faulty commit on our side, I tried to start an Acala node, which is also on polkadot-v0.9.22, via polkadot launch, and it froze as well.

Does the config.json need an extra input value?

pepoviola commented 2 years ago

Hi @haerdib, Are you running from master? I think this issue was fixed by #183 . Thanks!

haerdib commented 2 years ago

Yes, that seems to have been the cause. Thanks for the feedback!