open-web3-stack / parachain-launch

Tool to generate docker-compose.yml to launch a full relaychain - parachain testnet.
Apache License 2.0
72 stars 36 forks source link

Support other "collators" pallets #62

Open crystalin opened 2 years ago

crystalin commented 2 years ago

I've quickly tried to add Moonbeam as a config, however there are multiple issues:

Overall, I think having the possibility to modify the pallet genesis directly by specifyin the pallet and field name in the yml file directly would be more flexible.

What's your opinion ?

xlc commented 2 years ago

We can try to not touch relevant fields if there are no genesis sudo key or collator specified

crystalin commented 2 years ago

But we need a way to specify the collators for those pallets, exemple:

...
"parachainStaking": {
  "candidates": [
    [
      "0x1ae1d61d78e688ebc60285a2766164c237c0de8b",
      1000000000000000000000
    ]
  ]
}
xlc commented 2 years ago

It is possible to override the genesis https://github.com/open-web3-stack/parachain-launch/blob/a4e17b56fc23b8a4245f53db6f0db4a123e23817/config.yml#L5-L9

alannotnerd commented 2 years ago

@crystalin Have you launched the moonbeam successfully? I'm currently stucked on this.

crystalin commented 2 years ago

I haven't tried to go further, sorry

dudo50 commented 2 years ago

Hi, have you moved with this anyhow? Thanks in advance.