fixing the AAVE token not being handled by foundry deal cheatcode anymore, because of the packing of the balance struct (see this code)
fix USDC causing an issue when dealt the max amount. This is due to the blacklist bit being packed in the balance slot, which would blacklist the address being dealt the max amount
fix Compound tests allowing to choose a borrow amount that would use the reserves
It also displays the block number in production tests so that results are reproducible
This PR make upgrade tests pass again by:
deal
cheatcode anymore, because of the packing of the balance struct (see this code)It also displays the block number in production tests so that results are reproducible