flashbots / mev-inspect-py

🔎 an MEV inspector for Ethereum 🔎
MIT License
826 stars 258 forks source link

Aave ETH liquidations fixed #314

Open atharvamitragotri opened 2 years ago

atharvamitragotri commented 2 years ago

What does this PR do?

Added a separate transfer classifier spec for the transferToReserve() function on the LendingPoolCore contract. This makes sure that the debt transfer is detected and classified even when the reserve is ETH

Related issue

313 ETH liquidations on Aave not detected

Testing

Unit test for block 10384319 to check if liquidations for ETH are detected.

Checklist before merging