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

Migrate from Solochain Frontier to Relaychain #166

Open
wants to merge 23 commits into
base: stagenet
Choose a base branch
from

Conversation

DmitriVT
Copy link
Contributor

@DmitriVT DmitriVT commented Sep 23, 2024

closes #41

@DmitriVT DmitriVT added the enhancement New feature or request label Sep 23, 2024
@DmitriVT DmitriVT self-assigned this Sep 23, 2024
@DmitriVT DmitriVT requested a review from hrls October 11, 2024 11:20
@@ -132,7 +136,17 @@ pub fn testnet_config() -> ChainSpec {
fn testnet_genesis(
sudo_key: AccountId,
mut endowed_accounts: Vec<AccountId>,
initial_authorities: Vec<(AccountId, AccountId, BabeId, GrandpaId, ImOnlineId)>,
initial_authorities: Vec<(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In stagenet branch these keys merged into single structure for easy using as positional arguments are kind of mess.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces, not tabs

@DmitriVT DmitriVT changed the base branch from devnet to stagenet October 22, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it a relay chain
3 participants