-
Notifications
You must be signed in to change notification settings - Fork 73
[SCF high][easy] Verify deployed contract hashes against manifest #240
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\nDetect when deployed Ethereum or Soroban contract code differs from recorded deployment evidence.\n\n## Acceptance criteria\n- Compare live code hashes with manifest values.\n- Produce machine-readable pass and mismatch output.\n- Add deterministic mocked-provider tests.\n\n## Complexity\nHigh - small implementation, high reliability value.