You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context.quest_registry tracks weekly streaks (increment, reset on a gap, preserve best). There are unit tests but no property tests, unlike reputation/rewards.
Tasks
proptest over arbitrary sequences of completion weeks.
Invariants: weeks never exceeds consecutive run; best is monotonic; a gap resets to 1.
Context.
quest_registrytracks weekly streaks (increment, reset on a gap, preserve best). There are unit tests but no property tests, unlikereputation/rewards.Tasks
weeksnever exceeds consecutive run;bestis monotonic; a gap resets to 1.Files:
contracts/quest_registry/src/test.rs.