Description
Implement a reputation scoring system that increments a per-sender score each time a stream reaches natural completion without cancellation. Reputation scores are stored in contract instance storage, queryable via a getReputation entry point, and can be used by front-ends to surface trustworthy senders.
Acceptance Criteria
Notes
⚠️ Do not begin coding until you have been assigned by the maintainer.
Branch as feat/471-contract-reputation-score where N is this issue number.
Description
Implement a reputation scoring system that increments a per-sender score each time a stream reaches natural completion without cancellation. Reputation scores are stored in contract instance storage, queryable via a getReputation entry point, and can be used by front-ends to surface trustworthy senders.
Acceptance Criteria
Notes