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
This is a feature request
Currently we select peers for use by protocol as it is - just by fetching them from peer store.
It is not a problem by itself but it impacts some features we want to implement such as:
It also theoretically increases footprint of a light node in the network and thus making it more stable.
Peer selection mechanism based on priorities:
This also should be a part of renewal mechanism.
renewal
The text was updated successfully, but these errors were encountered:
danisharora099
No branches or pull requests
This is a feature request
Problem
Currently we select peers for use by protocol as it is - just by fetching them from peer store.
It is not a problem by itself but it impacts some features we want to implement such as:
It also theoretically increases footprint of a light node in the network and thus making it more stable.
Proposed Solutions
Peer selection mechanism based on priorities:
This also should be a part of
renewal
mechanism.The text was updated successfully, but these errors were encountered: