-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
📚 Overview
Reputation scores are computed off-chain and must be periodically committed on-chain as a Merkle root to ensure integrity and auditability.
🎯 Objectives
- Allow trusted backend to submit new reputation roots
- Ensure roots are immutable once committed
- Support epoch-based updates
🧠 Technical Scope
- Add function:
submitReputationRoot(bytes32 root, uint256 epoch) - Prevent duplicate epoch submissions
- Validate caller authorization
✅ Acceptance Criteria
- Backend can submit reputation root
- Duplicate epoch updates rejected
- Root stored correctly
- Events emitted
⏳ Complexity & Effort
Complexity: Low
Estimated Effort: ~0.25–0.5 day
🏷️ Labels
contractsoraclereputationdrips-wave
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program