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 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.
The content you are editing has changed. Please copy your edits and refresh the page.
Refs: #3802
So far, deposit sweeps were supposed to happen every 48 hours. This
frequency was good for the early days of the system but starts to be
insufficient now, when a significant number of deposits land every day.
To optimize the deposit sweep process, we are increasing its frequency
to 12 hours.
Refs: #3802
Here we attempt to harden proposal generation by retrying the process in
case of failure. Proposal generation strongly relies on 3rd party
services like Ethereum RPC and Electrum servers. Temporary disruption of
those services can easily nuke proposal generation and cause a
coordination window miss. Retrying proposal generation after a short
delay should help overcome temporary problems and increase success
chance of coordination windows.
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
The text was updated successfully, but these errors were encountered: