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
git diff --name-only origin/feat/frost-schnorr-migration-scaffold...HEAD -- pkg/tbtc/coordination.go pkg/tbtc/coordination_test.go pkg/tbtc/coordination* produced no output.
git blame -L 130,200 -- pkg/tbtc/coordination_test.go shows the original test lines from 389991ca49 and timeout/channel handling from 613c068e40.
Why track this separately
PR #4003 review noted this as a pre-existing, unrelated failure. Tracking it separately keeps the FROST DKG coordinator PR focused while preserving a visible follow-up for the coordination-window test behavior.
Summary
go test ./pkg/tbtc -run TestWatchCoordinationWindows -count=1fails standalone with:Evidence
pkg/tbtc/coordination.goorpkg/tbtc/coordination_test.go.git diff --name-only origin/feat/frost-schnorr-migration-scaffold...HEAD -- pkg/tbtc/coordination.go pkg/tbtc/coordination_test.go pkg/tbtc/coordination*produced no output.git blame -L 130,200 -- pkg/tbtc/coordination_test.goshows the original test lines from389991ca49and timeout/channel handling from613c068e40.Why track this separately
PR #4003 review noted this as a pre-existing, unrelated failure. Tracking it separately keeps the FROST DKG coordinator PR focused while preserving a visible follow-up for the coordination-window test behavior.