-
Notifications
You must be signed in to change notification settings - Fork 381
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
[chain] Add unconditional_peer_ids
to gnoland configuration
#1923
Comments
What are the specific tasks to complete? |
We sort of have a variation of this functionality through Lines 311 to 319 in 641d2fd
What @r3v4s is suggesting is to have a mechanism where we keep the connections to some peers alive at all costs, if they are not existing, given the limitation of It should be easy peasy to do when I wrap up #2852, so I'll keep this issue updated 🙏 |
The less we expose validator node to public, The more safe and sound we can achieve.
Description
Regardless of how many validators we want, its better we hide it from unknown publics and make it does only what validator must do.
One of common ways to do this is using what we called
Sentry Node Architecture
Idea is vey simple, validator only talks to sentry nodes and sentry nodes talks to other public nodes. In this circumstance doesn't matter how we configured system, validator must be able to talk to sentry 24/7. For this we need certain option like "ignore any limits, always establish a connection to given peers"
IMHO, it will be perfect if above configuration happens during chain initialization #1886
The text was updated successfully, but these errors were encountered: