-
Notifications
You must be signed in to change notification settings - Fork 29
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
Startup DNS Check: Gossip Free World #401
Comments
* GH-111: Migrate Release jobs from Jenkins to public CI (Azure) * pre review issues - putting format.sh back in prepare_node_build.sh * GH-111: addressing peer review comments * GH-111: turn debug logging off by default for UI integration tests. * GH-111: passing identifier in when signing binaries for Mac so that we can verify signatures without an Info.plist
We probably want to combine more strategies, where we want to proceed with the distribution of the
In all these cases we need to modify the gossip to contain this information. On the startup of the Node, the NodeConfiguratorStandard will obtain the public IP of the machine, run the get_node_location() fn, and construct his NodeRecord with In |
Add the Free World bit to the NeighborhoodConfiguration and modify the Gossip protocol to disseminate it.
The text was updated successfully, but these errors were encountered: