joystream
joystream copied to clipboard
prod chainspec
- 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
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) |
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
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.
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"