-
Notifications
You must be signed in to change notification settings - Fork 15
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
Check list among the nodes #698
Comments
@Charleslee522 I have question. Most of values must be same within nodes, but if some nodes have different value like 'Timeouts`, how does the node react to? |
@spikeekips The node does not check and react yet. So some side effect could be occurred in consensus :) |
@Charleslee522 So if different, exclude the different node from consensus? |
@spikeekips It should be. |
This is why I originally advocated against exposing so many consensus-critical settings through the command line. At the end of the day, no one is going to change them because that would result in errors in consensus. Some of them are useful for other purpose (e.g. unfreezing period for testing), but we could find another way (or not expose the argument / document it). |
All nodes must check follows among the validators
The text was updated successfully, but these errors were encountered: