Skip to content
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

Closed
brenzi opened this issue Jan 27, 2022 · 3 comments · Fixed by #78
Closed

collator authorities have been commented #65

brenzi opened this issue Jan 27, 2022 · 3 comments · Fixed by #78
Assignees
Labels
F2-bug Something isn't working

Comments

@brenzi
Copy link
Collaborator

brenzi commented Jan 27, 2022

fn authorities() -> Vec<AuraId> {
vec![
public_from_ss58::<sr25519::Public>("5GZJjbPPD9u6NDgK1ApYmbyGs7EBX4HeEz2y2CD38YJxjvQH")
.into(),
/*
public_from_ss58::<sr25519::Public>("5CcSd1GZus6Jw7rP47LLqMMmtr2KeXCH6W11ZKk1LbCQ9dPY").into(),
public_from_ss58::<sr25519::Public>("5FsECrDjBXrh5hXmN4PhQfNPbjYYwwW7edu2UQ8G5LR1JFuH").into(),
public_from_ss58::<sr25519::Public>("5HBdSEnswkqm6eoHzzX5PCeKoC15CCy88vARrT8XMaRRuyaE").into(),
public_from_ss58::<sr25519::Public>("5GGxVLYTXS7JZAwVzisdXbsugHSD6gtDb3AT3MVzih9jTLQT").into(),
*/
]
}

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

@brenzi brenzi added the F2-bug Something isn't working label Jan 27, 2022
@brenzi
Copy link
Collaborator Author

brenzi commented Jan 27, 2022

So, yes. We actually deployed a single authority key. No point in changing that now in the code, as we have to increase the authority set once the parachain is producing blocks. no harm done. just not nice
CC @mosonyi @clangenb

@brenzi
Copy link
Collaborator Author

brenzi commented Jan 27, 2022

the genesis spec file has our single authority key here (the 04 is just a prefix because it's a Vec):

"0x57f8dc2f5ab09467896f47300f0424385e0621c4869aa60c02be9adcc98a0d1d": "0x04c6c1370a5b6656f3816b2a6c32444ec18d5ac6d33103c4e5c3f359623a19dc47",

and here:
"0x3c311d57d4daf52904616cf69648081e5e0621c4869aa60c02be9adcc98a0d1d": "0x04c6c1370a5b6656f3816b2a6c32444ec18d5ac6d33103c4e5c3f359623a19dc47",

@brenzi
Copy link
Collaborator Author

brenzi commented Feb 27, 2022

can be fixed by system.set_storage, once we have fixed #75

brenzi added a commit that referenced this issue Mar 9, 2022
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
Labels
F2-bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants