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
feat(tbtc): add activation-gated every-window deposit and moved-funds sweeps
Introduce DepositSweepEveryWindowActivationBlock constant that controls
when DepositSweep and MovedFundsSweep actions switch from every 4th
coordination window to every window. MovingFunds retains the 4th-window
gate to avoid multiplying its full-history chain scan load.
The activation block is currently set to 0 (placeholder) and must be
replaced with the actual mainnet block height before release.
Update getActionsChecklist to accept coordinationBlock and branch on the
activation gate. Expand tests with post-activation safety invariants
and canonical ordering assertions.
0 commit comments