keep-network / keep-core

The smart contracts and reference client behind the Keep network
https://keep.network
MIT License
113 stars 72 forks source link

Reduce overhead around DKG #3770

Closed lukasz-zimnoch closed 5 months ago

lukasz-zimnoch commented 5 months ago

The extension of the beta operators set made it clear that the current DKG process is resource-heavy and problematic for operators. The current retry scheme is inefficient, a huge amount of network traffic is generated, and logs are often clunky. This task aims to improve the situation.

### Tasks
- [ ] https://github.com/keep-network/keep-core/pull/3771
- [ ] https://github.com/keep-network/keep-core/pull/3773
- [ ] https://github.com/keep-network/keep-core/pull/3776
- [ ] https://github.com/keep-network/keep-core/pull/3777