paritytech/polkadot-launch

[Improvement] Parachain should generate spec

crystalin opened this issue · 4 comments

The parachains should generate the specs, like the relay does, in order to provide custom specs changes (like on the relay) in the config.
This would allow also to have the raw specs available (as a file) for extra node to be booted on that same network.

tackles #151

Working on this.
Does export-genesis-state still support --parachain-id= or should we remove it as well

bkchr commented

It doesn't support this anymore.

this would also allow to change genesis values for parachains, which would be very handy