This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
default to alexander testnet #83
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gavofyork
reviewed
Jan 16, 2019
cli/src/chain_spec.rs
Outdated
| "local" => Some(ChainSpec::LocalTestnet), | ||
| "poc-3" | "alex" | "alexander" => Some(ChainSpec::Alexander), | ||
| "staging" => Some(ChainSpec::StagingTestnet), | ||
| x if x.is_empty() => { Some(ChainSpec::default()) }, |
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"" doesn't work?
Contributor
Author
|
@gavofyork grumble addressed. |
arkpar
approved these changes
Jan 17, 2019
tomusdrw
pushed a commit
that referenced
this pull request
Mar 26, 2021
imstar15
pushed a commit
to imstar15/polkadot
that referenced
this pull request
Aug 25, 2021
* Initial commit Forked at: 461b971 Parent branch: origin/master * Change substrate and polkadot branch to cecton-cumulus-branch * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * update .editorconfig * should probably be --dev * formatting * Change substrate & polkadot branch to cecton-keep-unpinned-para-blocks * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * Update polkadot & substrate branches * WIP Forked at: 461b971 Parent branch: origin/master * Some fixes * Updated polkadot * WIP Forked at: 461b971 Parent branch: origin/master * WIP Forked at: 461b971 Parent branch: origin/master * Cargo.lock * WIP Forked at: cd1eb37 Parent branch: origin/master * WIP Forked at: cd1eb37 Parent branch: origin/master * Update substrate & polkadot branches * Clean-up * WIP Forked at: cd1eb37 Parent branch: origin/master * WIP Forked at: cd1eb37 Parent branch: origin/master * WIP Forked at: cd1eb37 Parent branch: origin/master * WIP Forked at: cd1eb37 Parent branch: origin/master * WIP Forked at: cd1eb37 Parent branch: origin/master * Use JustifiedBlockAnnounceValidator * debug * Revert "debug" This reverts commit 2404121b840984d6ffc1012ccec1e6a784fa236c. * Revert "Use JustifiedBlockAnnounceValidator" This reverts commit 33e2efef21a1553c294b2bc23fca8b08bf77be2b. * Revert branch to cumulus-branch * clean-up * clean-up * cleanup * cleanup * Update branches * debug * Cancel previous task when new one is created * Remove stream-cancel * Clean-up * cleanup * cleanup * Fix merge issue * Update polkadot_chainspec.json * Update network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Use closure instead of NetworkService to announce_block * doc * WIP Forked at: cd1eb37 Parent branch: origin/master * Move disable announcement to its own function with doc * Change substrate and polkadot branch to cumulus-master Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #71