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 implementation of the distributed key generation scheme which is currently placed in CommitteeMember (and DistrKeyGen class it treasury-crypto) probably needs to be reworked. There are a lot of unnecessary, complex code.
First of all it should not hold private keys of committee members and probably it is a good idea to integrate this functionality completely into the TreasuryState.
An investigation on the better architechture is needed
The text was updated successfully, but these errors were encountered:
The implementation of the distributed key generation scheme which is currently placed in CommitteeMember (and DistrKeyGen class it treasury-crypto) probably needs to be reworked. There are a lot of unnecessary, complex code.
First of all it should not hold private keys of committee members and probably it is a good idea to integrate this functionality completely into the TreasuryState.
An investigation on the better architechture is needed
The text was updated successfully, but these errors were encountered: