-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Substrate.io Migration] Tutorials -> Build a Blockchain -> Add Trusted Nodes #29
Conversation
Co-authored-by: Nicolás Hussein <[email protected]>
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.
Needs some things :-)
Co-authored-by: Dawn Kelly <[email protected]>
Let's merge this page to this section, and then we can relocate it after the migration |
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.
LGTM!
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.
LGTM!
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.
As far as I can tell, this is fine, but we should be using chain-spec-builder
to maintain consistency. We have two options:
- We merge this now as-is, which works, but will need updating down the line later.
- We add
chain-spec-builder
, of which the steps could be:
a. Create a patch file with the aura / grandpa keys
b. Use chain-spec-builder w/ the patch file to generate the spec
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.
Made some edits so I will ask Erin for review to check my work
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.
I tested out a couple of the commands, cause I was just curious if that was the entire output or not since I had no idea. Found a couple small discrepancies
.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/key-sr25519-1.html
Show resolved
Hide resolved
.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/key-ed25519-1.html
Outdated
Show resolved
Hide resolved
Co-authored-by: Erin Shaben <[email protected]>
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.
Lgtm!
The "Add Trusted Nodes" page was migrated from the existing Substrate.io Tutorial section: https://docs.substrate.io/tutorials/build-a-blockchain/add-trusted-nodes/