-
Notifications
You must be signed in to change notification settings - Fork 168
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
fix: chainspec irregularities #493
Conversation
bootnodes: finney: fyi: |
Cool, yeah I'm removing all of |
related - i just noticed that the mainnet spec files was also used for people wanting to start at testnet docker container, but it might be obsoleted if those spec files are now deleted Also, these raw_spec.json is mentioned in docs all over the place, which would be good to have synced with this change |
16fff59
to
1fdeb7f
Compare
out of curiosity, what is the difference between raw_spec and plain_spec? |
41ffbe6
to
e853225
Compare
See the 'Raw chain specifications' section at these docs https://docs.substrate.io/build/chain-spec/ |
3557edc
to
641fed9
Compare
test shasum
We don't use the word "finney" in the published docs. We use "mainnet" or "testnet" or "devnet" or "local". Given this, for clarifying what's what in my docs, are the below two statements accurate?
Thanks |
This is correct :) |
Closes #489
protocol_id
in Rust chain spec definitionsplain_spec_finney.json
,plain_spec_testfinney.json
,raw_spec_finney.json
,raw_spec_testfinney.json
finney_plain_spec.json
,raw_spec.json
,raw_testspec.json
since they appeared stale and I do not understand their purposedevelopment
,staging
,main
TODO