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

Add staging network #1621

Merged
merged 4 commits into from
Mar 15, 2024
Merged

Add staging network #1621

merged 4 commits into from
Mar 15, 2024

Conversation

adamdossa
Copy link
Collaborator

changelog

This adds a staging chainspec json file and allows --chain staging to be used.

Copy link
Contributor

@Neopallium Neopallium left a comment

Choose a reason for hiding this comment

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

I was able to bootstrap a staging node using this PR (no v4.0.0 bootstrapping needed).

@Neopallium
Copy link
Contributor

Note I made this change to the raw spec:

-  "name": "Polymesh Testnet Develop",
-  "id": "dev_testnet",
+  "name": "Polymesh Staging",
+  "id": "staging",

The name field just changes what Polkadot.js webapp shows, so it is just informational from the node. The id field is used for building the path to the DB/keystore files. It is possible to just rename the dev_testnet folder to staging to avoid a re-sync.

@adamdossa adamdossa merged commit 70f21ff into develop Mar 15, 2024
13 checks passed
@adamdossa adamdossa deleted the add-staging-genesis branch March 15, 2024 19:23
adamdossa added a commit that referenced this pull request Mar 15, 2024
* Add staging network

* Need to use the 'testnet' chain for Testnet and Staging.

* Change staging spec name and id.

---------

Co-authored-by: Robert G. Jakabosky <rjakabosky+neopallium@neoawareness.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants