15 Commits

Author SHA1 Message Date
Alberto Cuesta Cañada
fa5d1efef6
erc3156: made security around automatic approvals clearer (#3425) 2021-04-16 17:29:20 +08:00
Alberto Cuesta Cañada
2874387d07
3156: Final
Moves EIP-3156 to final.
2021-02-24 17:25:05 +08:00
Fokion Zervoudakis
8edf147b01
Automatically merged updates to draft EIP(s) 3156 (#3261)
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-02-10 05:32:41 +13:00
Alberto Cuesta Cañada
c5221d0ec5
Automatically merged updates to draft EIP(s) 3156 (#3245)
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-02-04 03:06:59 +13:00
Alberto Cuesta Cañada
c612c1a8ac
ERC-3156: Move to Last Call (#3243) 2021-02-03 08:49:49 +08:00
Alberto Cuesta Cañada
710e537d4f
Automatically merged updates to draft EIP(s) 3156 (#3241)
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-02-02 08:40:12 +13:00
Alberto Cuesta Cañada
4e5091ce8f
Automatically merged updates to draft EIP(s) 3156 (#3236)
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-02-01 14:45:17 +13:00
Alberto Cuesta Cañada
b3bbee93dc
Automatically merged updates to draft EIP(s) 3156 (#3235)
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-30 03:07:55 +13:00
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