Skip to content
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

feat: added bootstrap node detection in config #758

Closed
wants to merge 1 commit into from
Closed

feat: added bootstrap node detection in config #758

wants to merge 1 commit into from

Conversation

melsonic
Copy link

Description

Added a boolean value for detecting a bootstrap node in the config file.

Related issue(s)

/claim #756

@algora-pbc algora-pbc bot mentioned this pull request Oct 20, 2023
@melsonic melsonic changed the title feat:added bootstrap node detection in config feat: added bootstrap node detection in config Oct 20, 2023
@themantre
Copy link
Contributor

@melsonic
Thanks for your PR. We are going to detect the Bootstrap node without changing the config file.
We clearly mentioned that:

Another way is to read all bootstrap peers in the config, and 
if the node's peer ID is the same as one of the bootstrap nodes, it can be marked as a bootstrap node. 
In this case, we keep the config intact.

@themantre themantre closed this Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detecting Bootstraper node
2 participants