unique-chain icon indicating copy to clipboard operation
unique-chain copied to clipboard

Suggestion: Replace polkadot-launch with Zombienet or parachain-launch

Open doutv opened this issue 3 years ago • 1 comments

See below for motivation:

  • https://github.com/substrate-developer-hub/substrate-docs/issues/1098#issue-1262168919
  • https://github.com/paritytech/polkadot-launch/issues/189#issue-1261901795
  • https://github.com/substrate-developer-hub/substrate-docs/issues/1098#issue-1262168919

doutv avatar Jun 15 '22 08:06 doutv

I tried to use parachain-launch.

There are some images here: https://hub.docker.com/u/uniquenetwork

Maybe I can use this image? https://hub.docker.com/r/uniquenetwork/quartz-node-public

doutv avatar Jun 16 '22 07:06 doutv

Reviving this issue with news that we're deploying Zombienet in our CI very soon! It's been possible to use Zombienet natively or with the images you correctly pointed to,

https://hub.docker.com/r/uniquenetwork/quartz-node-public for a Quartz node

and

https://hub.docker.com/r/uniquenetwork/unique-node-public for a Unique node.

But with this PR, test network specs will appear in the root of the repository (and a whole script in tests to launch it), which will hopefully make it easier to get started.

Fahrrader avatar May 11 '23 13:05 Fahrrader

We have updated our test infrastructure to use our own parachain launcher: https://github.com/uniquenetwork/baedeker, which has better integration with https://github.com/uniquenetwork/chainql, which we were using for some tasks (I.e chopstics-like parachain fork tests: https://github.com/UniqueNetwork/unique-chain/blob/master/.baedeker/forkless-data.jsonnet).

CertainLach avatar Jan 09 '24 09:01 CertainLach