-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
📚 Overview
Support multiple versions of evidence for a claim.
Users may update evidence over time.
🎯 Objectives
- Preserve history
- Allow latest pointer
- Enable audit trail
🧠 Scope
DB Table:
- evidence_versions
- id
- evidence_id
- version
- cid
- created_at
Logic:
- Increment version automatically
- Fetch latest version
✅ Acceptance Criteria
- Version history stored
- Latest version returned
- No overwrites
⏳ Complexity
High
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program