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

cli: Ensure chainSpec's bootnodes are still reachable on the p2p network #1271

Open
lexnv opened this issue Nov 16, 2023 · 0 comments
Open

Comments

@lexnv
Copy link
Contributor

lexnv commented Nov 16, 2023

The correctness of any light-client depends heavily on the list of provided bootnodes.

Establish a connection on the p2p network with boot nodes to ensure they are still alive.

The following protocols should be probed:

  • ping: Check if bootnode is reachable
  • identify: The bootnode must support protocols that align with the fork/genesis_hash specified in the spec

Should be done after the following is closed:

@lexnv lexnv changed the title cli: Ensure chianSpec's bootnodes are still reachable on the p2p network cli: Ensure chainSpec's bootnodes are still reachable on the p2p network Nov 16, 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

No branches or pull requests

1 participant