We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
celestia-app has a command to convert peers.txt into addrbook.json
If the command encounters an error, it stops immediately.
$ ./build/celestia-appd addrbook /Users/rootulp/git/rootulp/celestia/networks/celestia/peers.txt /Users/rootulp/git/rootulp/celestia/networks/celestia/addrbook.json Error: Cannot add non-routable address b751ffe713e3e5d80e8f45c3bd5e640ee9a91cb9@10.129.127.95:26656
Skip the problematic peer and continue making progress.
The text was updated successfully, but these errors were encountered:
feat(addrbook): skip peers with errors (#2783)
c4c7e94
Closes #2784 Part of celestiaorg/networks#513
feat(addrbook): skip peers with errors (celestiaorg#2783)
4c1776c
Closes celestiaorg#2784 Part of celestiaorg/networks#513
5fa570b
Closes celestiaorg/celestia-app#2784 Part of celestiaorg/networks#513
rootulp
Successfully merging a pull request may close this issue.
Context
celestia-app has a command to convert peers.txt into addrbook.json
Problem
If the command encounters an error, it stops immediately.
Proposal
Skip the problematic peer and continue making progress.
The text was updated successfully, but these errors were encountered: