Oracle staleness check uses (>) instead of (>=), causing valid oracle data to be incorrectly marked as stale.
In UpdateWeightRunner::_getData(), the oracle staleness check uses:
When timestamp exactly equals the staleness threshold, valid data is incorrectly rejected.
Valid oracle updates will fail unnecessarily
Pool weight updates may revert when they should succeed
Manual review
Change the comparison operator from > to >= to include the boundary case:
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.