forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add people polkadot genesis chainspec (paritytech#5124)
Published as part of the fellowship [v1.2.6](https://github.com/polkadot-fellows/runtimes/releases/tag/v1.2.6) release and originally intentionally left out of the repo as the hardcoded system chains will soon be removed from the `polkadot-parachain`. After a conversation in paritytech#5112 it was pointed out by @josepot that there should be a single authoritative source for these chainspecs. Since this is already the place for these it will serve until something more fitting can be worked out.
- Loading branch information
Showing
4 changed files
with
2,985 additions
and
2 deletions.
There are no files selected for viewing
2,961 changes: 2,961 additions & 0 deletions
2,961
cumulus/parachains/chain-specs/people-polkadot.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../parachains/chain-specs/people-polkadot.json |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Add Polkadot Chain genesis chainspec | ||
|
||
doc: | ||
- audience: Node Operator | ||
description: | | ||
The Polkadot People Chain can now be run as all other system parachains without specifying a | ||
chainspec. However this will soon be deprecated and `--chain ./chainspec.json` should continue | ||
to be used instead. | ||
|
||
- audience: Runtime User | ||
description: | | ||
The Polkadot People Chain chainspecs have been added to the polkadot-sdk repo and can now be | ||
pulled from there along with all other system chains. | ||
|
||
crates: | ||
- name: polkadot-parachain-bin | ||
bump: minor |