You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The create cluster command does not prevent misconfigurations where the threshold exceeds the number of nodes (eg 4-out-of-3 setting). This can lead to erroneous secret sharings that will not be capable of threshold signing nor reconstructing the joint secret.
Similarly, the create dkg command allows to pass --threshold=1 as input parameter but the subsequent dkg command will fail because the kryptology library returns an error if the threshold is smaller than 2.
🐞 Bug Report
Description
The
create cluster
command does not prevent misconfigurations where the threshold exceeds the number of nodes (eg 4-out-of-3 setting). This can lead to erroneous secret sharings that will not be capable of threshold signing nor reconstructing the joint secret.Similarly, the
create dkg
command allows to pass--threshold=1
as input parameter but the subsequentdkg
command will fail because the kryptology library returns an error if the threshold is smaller than 2.Has this worked before in a previous version?
Yes, in all previous versions.
🔬 Minimal Reproduction
🔥 Error
When trying to recombine the joint secret, it prints the following:
🌍 Your Environment
Operating System:
What version of Charon are you running? (Which release)
Anything else relevant (validator index / public key)?
The text was updated successfully, but these errors were encountered: