7 Commits

Author SHA1 Message Date
Alberto Cuesta Cañada
f532c753d2
Automatically merged updates to draft EIP(s) 3156 (#3217)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft, Review, or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-01-24 04:25:08 +13:00
Alberto Cuesta Cañada
4c75ca0d2b
Automatically merged updates to draft EIP(s) 3156 (#3209)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft, Review, or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-01-22 16:49:36 +13:00
Alberto Cuesta Cañada
13bec6b57f
Erc3156 review (#3203)
Updated the reference implementations [to actually run](https://github.com/albertocuestacanada/ERC3156), fixing some things along the way:

 - Added natspec to interfaces
 - Used `amount` instead of `value` throughout the code
 - Corrected argument type on `onFlashLoan`
 - Minor descriptive edits
 - Added rationale on choosing `pull` over `push` repayment behaviour
 - Expanded reference implementation of flash borrower
 - Bug fixing on reference implementations
 - Better comments on reference implementations
2021-01-19 16:41:43 +08:00
Alberto Cuesta Cañada
c949c89665
erc-3156 ready for review (#3181)
This ERC provides standard interfaces and processes for flash lenders and borrowers, allowing for flash loan integration without a need to consider each particular implementation.
2021-01-15 11:50:45 +08:00
Alberto Cuesta Cañada
773367961a
Automatically merged updates to draft EIP(s) 3156 (#3193)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-01-07 02:58:10 +13:00
Alberto Cuesta Cañada
0d54a762d1
Automatically merged updates to draft EIP(s) 3156 (#3180)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2020-12-29 10:49:07 +13:00
Alberto Cuesta Cañada
07ba0234d8
ERC3156 - Flash Loans (#3156)
* initial draft

* typo

* reorganized summary, abstract and motivation

* renamed and added reference implementations

* updated tests and reference implementation
2020-12-08 16:35:05 -07:00