joystream icon indicating copy to clipboard operation
joystream copied to clipboard

prod chainspec

Open mnaamani opened this issue 2 years ago • 2 comments

  • Add option to run a "dev" chain using the production config settings at genesis instead of the test settings.

joystream-node --chain prod --alice

Unlike joystream-node --dev you will need to purge-chain between runs:

joystream-node purge-chain --chain prod

  • Update generate weights script to use the prod chain

mnaamani avatar Oct 18 '22 09:10 mnaamani

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
pioneer-testnet ⬜️ Ignored (Inspect) Nov 2, 2022 at 7:23PM (UTC)

vercel[bot] avatar Oct 18 '22 09:10 vercel[bot]

Unlike joystream-node --dev you will need to purge-chain between runs: joystream-node purge-chain --chain prod

It's also possible to use --tmp flag when running the chain, in this case the data directory is always cleaned

Lezek123 avatar Oct 18 '22 14:10 Lezek123

Unlike joystream-node --dev you will need to purge-chain between runs: joystream-node purge-chain --chain prod

It's also possible to use --tmp flag when running the chain, in this case the data directory is always cleaned

I'll have to test if the --tmp flag also works when using the "benchmark" command.

mnaamani avatar Oct 24 '22 09:10 mnaamani

I'll have to test if the --tmp flag also works when using the "benchmark" command.

It's only available when running a full chain, not when running the benchmark command.

I renamed "prod" to "prod-test"

mnaamani avatar Oct 28 '22 20:10 mnaamani