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
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Problem
Some escrow records contain negative values for timing metrics:
{ "id": 39, "time_to_release": -14078, "time_to_fund": 43, "state": "released" }Negative `time_to_release` (-14078 seconds ≈ -4 hours) is logically impossible - you can't release before funding.
Observed in
Multiple released escrows have negative timing values. This suggests either:
Impact
Expected Behavior
All timing metrics should be:
Suggested Fix
Acceptance Criteria