forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "config: add bootstrap peers (#9680)" (backport cometbft#1109) (…
…cometbft#1121) * Revert "config: add bootstrap peers (#9680)" (cometbft#1109) * Revert "config: add bootstrap peers (#9680)" This reverts commit f12588a. * docs/p2p: bootstrap_peers config flag removed (cherry picked from commit 2d3ee28) # Conflicts: # UPGRADING.md # config/toml.go # docs/core/configuration.md * Solving merging conflicts when backporting cometbft#1109 --------- Co-authored-by: Daniel <[email protected]>
- Loading branch information
1 parent
f8f2331
commit d4bbdde
Showing
7 changed files
with
1 addition
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,6 @@ and upon incoming connection shares some peers and disconnects. | |
Dials these seeds when we need more peers. They should return a list of peers and then disconnect. | ||
If we already have enough peers in the address book, we may never need to dial them. | ||
|
||
## Bootstrap Peers | ||
|
||
`--p2p.bootstrap_peers “[email protected]:26656,[email protected]:26656”` | ||
|
||
A list of peers to be added to the addressbook upon startup to ensure that the node has some peers to initially dial. | ||
Unlike persistent peers, these addresses don't have any extra privileges. The node may not necessarily connect on redial | ||
these peers. | ||
|
||
## Persistent Peers | ||
|
||
`--p2p.persistent_peers “[email protected]:26656,[email protected]:26656”` | ||
|