ADD-03 MitigationConfirmed #10
Labels
confirmed for report
This issue is confirmed for report
mitigation-confirmed
MR-ADD-03
satisfactory
satisfies C4 submission criteria; eligible for awards
Lines of code
Vulnerability details
See:
Pull Request
This PR is an additional change that is in scope for this mitigation review and the intention here is to prevent batch auction cancellations during final 10% of auction, this was done to help sort windows like the switch bid and bait tactics on auctions that was hinted in the main contest, see previous finding here.
This has been rightly implemented, considering now we can only cancel orders in first 90% of the auction due to the new
CANCEL_WINDOW
var, that is now set, and ininit()
thecancellationEndTime
is calculated with the help of this var while initiating the Gnosis auction, see:Concluding the fact that windows like the switch and bait tactics are no longer executable due to the time constraint on cancellations.
The text was updated successfully, but these errors were encountered: