ReseedField.init()
defines initialTemperature
as uint8, however it's real type is uint32:
At the moment of writing report current value of s.sys.weather.temp
is 24028, you can check the site:
https://app.bean.money/#/field
So obviously this value exceeds max allowed in uint8 and cannot be set.
Correct temperature cannot be configured during migration.
Manual Review
Define initialTemperature
as uint32 in ReseedField.init()
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.