-
Notifications
You must be signed in to change notification settings - Fork 66
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
Implement flashloans #16
Comments
Did we already discuss whether we should be ERC3156 compliant or not? Imo this ERC is not really relevant and is a burden for the contract that provides flash loans (it adds 2 useless functions) as well as for contracts that use the flash loans. Additionally, among the major flashloan providers, only Maker is ERC3156 compliant, while Balancer, Aave & Uniswap aren't, so it's not unusual to not be compliant |
@Rubilmax I think you did a small benchmark about what would be the best solution no? |
From https://github.com/morpho-labs/blue/tree/poc/rubilmax#flash-loans:
My solution is already not compliant to EIP3156. I don't care whether we chose to implement Other references: |
What would be the data returned by the |
Do you mean the Generic answer:
It's essentially mimicking transient storage, via return data. Practical usecase:
|
No description provided.
The text was updated successfully, but these errors were encountered: