-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check Aave V3 upgrade 3.0.1 #260
Comments
Interfaces we are using :
On IV3Pool, the function getReserveData(address asset) we are using has an added comment (WARNING) regarding this function's utility
They've also added a new function
which will probably be beneficial for us to use of the user specific deposit and borrow balance (instead of using the getReserveData that is how it is being done currently) On another topic, some changes on the IV3Pool may also apply to the flasherAaveV3
This is a function that returns true/false wether the flashloan for a given asset is currently enabled or not which might be useful to check when choosing the flasher who will rebalance a position |
While running some tests noticed the tests that were passing before, are now failing due to reason 51 |
Aave has updated to 3.0.1. Link to Aave's PR is here aave/aave-v3-core#701
This PR has to be checked to see if the changes will have impact in Fuji's integration
The text was updated successfully, but these errors were encountered: