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 current key recombining process requires all key shares to be present, contradicting the resilience feature of DVT as suggested in the docs. The CLI reference mentions all key shares need to be present.
09:11:50.294 ERRO cmd Fatal error: not all private key shares found for validator {"validator_index": 0, "expected": 4, "actual": 3}
🛠️ Proposed solution
Research how to implement a threshold-based recombination instead of requiring all key shares.
Conduct a risk assessment to weigh the trade-offs between resilience and the potential for collusion.
Update documentation to reflect any changes made.
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
The current key recombining process requires all key shares to be present, contradicting the resilience feature of DVT as suggested in the docs. The CLI reference mentions all key shares need to be present.
09:11:50.294 ERRO cmd Fatal error: not all private key shares found for validator {"validator_index": 0, "expected": 4, "actual": 3}
🛠️ Proposed solution
The text was updated successfully, but these errors were encountered: