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
Start the network of 3f+1 peers and remove one:
./iroha_client_cli peer unregister --address="iroha3:1340" --key="ed01208e351a70b6a603ed285d666b8d689b680865913ba03ce29fb7d13a166c4e7f1f"
f decrements
f
f is fixed, which results in:
Fixed Topology.max_faults, which
Topology.max_faults
Topology also updates .max_faults when its update
Topology
.max_faults
The text was updated successfully, but these errors were encountered:
max_faults
[fix] #1706: Update max_faults with Topology update (#1710)
29e8e57
* Update `max_faults` with Topology update Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com> * Change `max_faults` type from `u32` to `usize` Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com> * Improve status test Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com> * Apply review comments Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com> * Trim docs Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com> * Apply review comments Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com>
s8sato
No branches or pull requests
Steps to Reproduce
Start the network of 3f+1 peers and remove one:
Expected Behavior
f
decrementsActual Behavior
f
is fixed, which results in:Possible Causes
Fixed
Topology.max_faults
, whichPossible Solution
Topology
also updates.max_faults
when its updateThe text was updated successfully, but these errors were encountered: