-
Notifications
You must be signed in to change notification settings - Fork 73
[SCF high][easy] Add HTLC timeout ordering guard #235
Copy link
Copy link
Closed
Labels
SCF 7.0Issues that strengthen the SCF 7.0 resubmission packageIssues that strengthen the SCF 7.0 resubmission packageStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programpriority: highHigh-impact work for SCF, investor readiness, or launch confidenceHigh-impact work for SCF, investor readiness, or launch confidencesecuritySecurity, audit, and responsible disclosure workSecurity, audit, and responsible disclosure work
Description
Activity
Metadata
Metadata
Assignees
Labels
SCF 7.0Issues that strengthen the SCF 7.0 resubmission packageIssues that strengthen the SCF 7.0 resubmission packageStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programpriority: highHigh-impact work for SCF, investor readiness, or launch confidenceHigh-impact work for SCF, investor readiness, or launch confidencesecuritySecurity, audit, and responsible disclosure workSecurity, audit, and responsible disclosure work
Goal\nPrevent swaps from starting with unsafe Ethereum and Stellar refund deadline ordering.\n\n## Acceptance criteria\n- Validate both chain deadlines before order creation.\n- Return a stable error for unsafe ordering.\n- Add equality and boundary tests.\n\n## Complexity\nHigh - small implementation, high reliability value.