In `PerpetualVault.sol::_runSwap` When a swap is executed through ` _doGmxSwap`, the swap progress is not tracked. where as this was suppose to handle gmx swap failures, to keep track of what has already been swapped to avoid overswapping.
In a sceneario where the swap is executed through GMX, and a failures occures they is no implementation to map the failed swap, which can lead to overswapping and unintended fee payment.
Manual Review
The swapProgressData Struct should be used to track such swap transactions.
There is no real proof, concrete root cause, specific impact, or enough details in those submissions. Examples include: "It could happen" without specifying when, "If this impossible case happens," "Unexpected behavior," etc. Make a Proof of Concept (PoC) using external functions and realistic parameters. Do not test only the internal function where you think you found something.
There is no real proof, concrete root cause, specific impact, or enough details in those submissions. Examples include: "It could happen" without specifying when, "If this impossible case happens," "Unexpected behavior," etc. Make a Proof of Concept (PoC) using external functions and realistic parameters. Do not test only the internal function where you think you found something.
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.