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

Optimize deposit sweeping #3802

Closed lukasz-zimnoch closed 3 months ago

lukasz-zimnoch commented 3 months ago

The tBTC system observes an increase in the deposit count. The current configuration of the deposit sweep process experiences congestion and the time-to-sweep of a single deposit is extended to far more than the expected 48 hours. Although this is not a critical problem due to a long refund time, we need to optimize the deposit sweep process and make it able to handle significant deposit numbers gracefully.

### Tasks
- [ ] https://github.com/keep-network/keep-core/pull/3803
- [ ] https://github.com/keep-network/keep-core/pull/3804
- [ ] https://github.com/keep-network/keep-core/pull/3805