Closed EdNoepel closed 1 year ago
Investigating regression test breakage. The affected test does not involve a reserve auction.
I had been investigating a baffling regression test failure. After doing a foundryup
I was unable to reproduce the behavior. Reran CI job a second time and the problem went away.
Is this attack still feasible with the removal of reserves covering bad debt?
Description
Prevent kicking a Claimable Reserve Auction (CRA) if a liquidation auction is pending settlement.
Purpose
M-07
(https://github.com/k1rill-fedoseev/audits/blob/master/solo/Ajna.md)Impact
Expect small gas cost in
kickReserveAuction
and increase in contract size. Specifically, ERC721Pool size increased from 98.97% to 99.02%. ERC721 unit tests were unchanged, and median gas for the call increased from 64977 to 67372.Tasks