DaiGoldAuction::recoverToken
does not decrease epochId which leads to wrong period difference between just deleted and next auctions
Imagine we started an auction and increased epochId to let's say 10. Than we called recoverToken
, it removed this epoch, which means all its struct variables are set to default values, as well as endTime
to zero. So when starting next auction, this will pass even if wait period has not ended:
Because prevAuctionInfo.endTime
would be zero, as it is counted for a removed epoch
Can skip wait period
Manual review
Decrease epochId when removing the epoch
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.