webb-tools / dkg-substrate

Multy-party threshold ECDSA (GG20) Substrate node
https://tangle.webb.tools/
GNU General Public License v3.0
59 stars 15 forks source link

Merge the split keygen/signing gossip engines #693

Closed tbraun96 closed 1 year ago

tbraun96 commented 1 year ago

The gossip engines were earlier split to help us debug issues in the gossiping engine while having message loss problems. Now that the message loss problems are gone, we should only have a single gossiping manager. This will also help us ensure consistency when eventually implementing the network topology aware signing sets.

tbraun96 commented 1 year ago

Resolved by #706