-
Notifications
You must be signed in to change notification settings - Fork 73
[SCF high][easy] Normalize cross-chain addresses before comparison #239
Copy link
Copy link
Open
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\nAvoid false matches and mismatches caused by inconsistent Ethereum or Stellar address formatting.\n\n## Acceptance criteria\n- Canonicalize supported address formats before comparison.\n- Reject malformed addresses early.\n- Add casing, whitespace, and invalid-address tests.\n\n## Complexity\nHigh - small implementation, high reliability value.