SNOW
should be able to be earned once per week
Current implementation limits the earning of free snow by the resetting of the s_earnTimer
on every earn/buy, basically resulting in a running timer that becomes unusable with multiple users
Likelihood:
When one person buys snow multiple times per week, it resets the timer
When Person B buys/earns snow while Person A is waiting for the 1 week timer, it resets
Impact:
On high activity from users, the timer will likely always be reset before 1 week expires, resulting in no user being able to earn free SNOW
Do not set the timer on buySnow, we want the timer to reset when we call earnSnow as this can only happen once per week. The initial state is correct as the first time it is called the user should receive its first free SNOW.
When buySnow is successfully called, the global timer is reset. This inadvertently affects the earning of snow as that particular action also depends on the global timer.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.