-
Notifications
You must be signed in to change notification settings - Fork 167
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
Move chainspecs to a dedicated directory #1025
Conversation
looks good to me. @rajkaramchedu the spec file folder is changed. we need update the doc https://docs.bittensor.com/subtensor-nodes. |
I haven't looked at the code of this |
It's not. |
Updating this doc as per the change made in opentensor/subtensor#1025
Updating this doc as per the change made in opentensor/subtensor#1025
Description
This PR moves chain spec files into a dedicated directory
chainspecs
.It also fixes
build_all_chainspecs.sh
script by preventing genesis rewrites in the plain specs. And extends it to builddevnet
specs as well.The bootnode address fortestnet
is changed to/dns/bootnode.test.chain.opentensor.ai/tcp/30333/p2p/12D3KooWEKUzXbgbJzCnAGcCLFwcEbDBp9ixa3aVVgJ5smiX1fSJ
(requested byprop_physics
)Related Issue(s)
Type of Change
Breaking Change
If this PR introduces a breaking change, please provide a detailed description of the impact and the migration path for existing applications.
Checklist
cargo fmt
andcargo clippy
to ensure my code is formatted and linted correctlyAdditional Notes
Warning
As the script previously didn't handle keeping of genesis for plain specs, the plain specs genesis for
finney
andtestfinney
don't match the one in the raw specs.