-
Notifications
You must be signed in to change notification settings - Fork 386
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
Update full-consensus-node.mdx #1083
Conversation
Fixed command for getting persistent peers.
linking this issue, as different formatting in networks repo is causing issues: celestiaorg/networks#350 |
thanks for the PR @LavyshAlexander - could you please add the instructions for mac users within the page? |
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.
thanks! left a minor suggestion to add the mac instructions
yeah, of course, @jcstein. Now instruction with note for mac users ;) |
thanks @LavyshAlexander! I think that we should add to the arabica instructions as well, as the formatting of that peers file is the same |
This reverts commit 5635e93.
Updated instruction for arabica and some additional formattings. |
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! thanks again @LavyshAlexander for this PR!
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2023 Celestia Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
* chore: consolidate consensus nodes into one page * format with prettier * add changes from #1083 * format * match 96a1397 * apply suggestion from #1107 (comment) * feat: interpolate arabica/mocha chain-id * fix: the -> a * Revert "fix: the -> a" This reverts commit d2cea53. * Update docs/nodes/consensus-node.mdx Co-authored-by: Rootul P <[email protected]> * fix: the -> a * Update docs/nodes/consensus-node.mdx Co-authored-by: Rootul P <[email protected]> --------- Co-authored-by: Rootul P <[email protected]>
Fixed command for getting persistent peers.
Overview
Previous version of command for saving persistent peers had bug with removing all new liners from peers list, and as a result node configuration was getting that list in non-readable form:
original list (from here):
original command:
results in:
new command:
results in:
Known issues
Mac users built-in
head
command does not except negative numbers for-c
flag.Solution is to install
coreutils
package and useghead
command from it.and optionally set alias from
head
toghead
in shell config (~/.bashrc
,~/.zshrc
etc):Checklist