-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
collator authorities have been commented #65
Labels
F2-bug
Something isn't working
Comments
the genesis spec file has our single authority key here (the
and here:
|
can be fixed by system.set_storage, once we have fixed #75 |
This was referenced Mar 9, 2022
Closed
brenzi
added a commit
that referenced
this issue
Mar 10, 2022
closes #65 part of #77 * re-genesis all chain specs (Kusama will be reset, westend will be torn down in favor of a fresh rococo deployment) * de-clutter spec generation. added a few improvements from encointer too * bump version to 1.5.13 * this PR shall build the basis of the to-be-reset genesis config for Kusama tested * [x] rococo-local-with-shell and upgrade to full runtime * [x] kusama-local-with-shell (need to wait 60min before producing blocks!!) runtime upgrade only takes seconds after that * [x] launch without relay `--chain integritee-kusama` * paraid correct for parachainInfo.parachainId = 2015 * sudo key correct * sudo balance 10 TEER
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
parachain/polkadot-parachains/src/chain_spec.rs
Lines 91 to 103 in d0dac8b
not sure if this is what we registered on kusama.
Anyway: what we have registered on Kusama has been tested on westend. but it could be that only one of the collators was actually authoring all the blocks
The text was updated successfully, but these errors were encountered: