Commit Graph

225 Commits

Author SHA1 Message Date
eboado
232743c332 - Cached _reservesCount on _addReserveToList() 2020-10-28 12:02:40 +01:00
emilio
4834a587f5 Fixed the amountToWithdraw in withdraw event 2020-10-27 10:47:01 +01:00
The-3D
85168f8ea7 Merge branch 'fix/78' into 'master'
Resolve "Extend flashloans to allow flashborrowing of multiple currencies"

Closes #78

See merge request aave-tech/protocol-v2!87
2020-10-26 13:14:42 +00:00
The3D
5bd4fd0e13 Updated comment 2020-10-26 11:58:57 +01:00
The3D
14c4b750e1 Fixes PVE013 2020-10-26 11:18:25 +01:00
The3D
c5d7bb5e80 Fixed PVE011 2020-10-26 11:04:13 +01:00
The3D
65dace0054 updated validation of validateRepay 2020-10-26 10:57:45 +01:00
The3D
4b750850a2 Fixes PVE006-2 2020-10-26 10:48:43 +01:00
The3D
c44ed2c0c7 Updated flashloan event 2020-10-26 10:35:44 +01:00
The3D
6398fe4260 Fix comments, tests 2020-10-23 18:41:08 +02:00
The3D
a2e2450bb3 Finalized implementation, fixed tests 2020-10-22 20:37:50 +02:00
The3D
302a19a1bc Merge branch 'master' into fix/73 2020-10-22 19:20:57 +02:00
The3D
8873b9cdac initial implementation 2020-10-22 18:15:56 +02:00
The3D
b7efa920ca Remove swapLiquidity/repayWithCollateral 2020-10-22 11:50:04 +02:00
emilio
19756cdbe8 fixed PVE001, PVE009(1) 2020-10-19 18:29:32 +02:00
emilio
1dd92aed67 fixes PVE006 2020-10-19 15:52:56 +02:00
emilio
bdac7b0d41 Fixes PVE004 2020-10-19 15:45:35 +02:00
Ernesto Boado
017589a8f7 Merge branch 'fix/68' into 'master'
Resolve "Gas optimizations"

Closes #68

See merge request aave-tech/protocol-v2!77
2020-10-16 08:05:11 +00:00
The3D
6a06a3e88f removed openzeppelin imports2 2020-10-15 15:41:56 +02:00
The3D
937fb1df93 Folders reorg 2020-10-15 15:25:27 +02:00
The3D
86ddf25a3a Reorganized folders 2020-10-15 15:16:05 +02:00
The3D
46bcf4b821 Merge branch 'master' into feat/rm-unused-imports 2020-10-15 14:29:51 +02:00
The3D
1b1fd6e5e2 Fixes #68 2020-10-15 14:13:46 +02:00
Ernesto Boado
a12f871953 Merge branch 'fix/62' into 'master'
Resolve "Replace getters from LendingPool"

Closes #62

See merge request aave-tech/protocol-v2!70
2020-10-15 07:39:13 +00:00
The3D
1ca88ec0ae Fixed comment on getUserConfiguration 2020-10-14 14:34:17 +02:00
The3D
c181ed02e4 Fixed configurator 2020-10-14 14:24:01 +02:00
The3D
45f3c26139 Removed ERC20 proxy 2020-10-14 13:55:38 +02:00
David Racero
b919886916 Remove unused imports 2020-10-14 09:53:48 +02:00
The3D
645ecb214b Merge branch 'master' into fix/64 2020-10-13 16:43:30 +02:00
The3D
543c3f5c9c Merge branch 'master' into fix/62 2020-10-13 13:41:57 +02:00
The3D
1b4bc6f855 Added ERC20 proxy 2020-10-13 13:21:11 +02:00
The3D
6839be6dca Updated addresses provider, configurator 2020-10-13 10:38:22 +02:00
The3D
53d6114775 Merge branch 'master' into feat/18 2020-10-12 15:19:27 +02:00
The-3D
fc9b096f23 Merge branch 'fix/60-flashloan-attack' into 'master'
Fixes #60

Closes #60

See merge request aave-tech/protocol-v2!68
2020-10-12 13:11:38 +00:00
The3D
b450a04642 Added getter for userconfiguration 2020-10-12 14:37:53 +02:00
The3D
645ea913b0 Moved accessors to AaveProtocolTestHelpers 2020-10-12 14:25:03 +02:00
eboado
80bdb0f2b2 Changed return of executeOperation() to bool, as the amount is never used. 2020-10-12 12:00:49 +02:00
The3D
4b35df5c4c Merge branch 'master' into fix/62 2020-10-12 10:50:33 +02:00
The3D
40ff898011 Refactored LendingPool 2020-10-12 10:50:06 +02:00
The-3D
024def04b5 Merge branch 'fix/56' into 'master'
Resolve "Validate divison in the aToken/variable debt token to ensure it's not rounded down to 0"

Closes #56

See merge request aave-tech/protocol-v2!64
2020-10-12 08:19:07 +00:00
The3D
44ba72540c Updated configurator, LendingPool interface 2020-10-09 17:59:10 +02:00
The3D
640f30c786 Removed getters 2020-10-09 16:35:02 +02:00
The3D
d150458604 Merge branch 'master' into feat/18 2020-10-08 15:41:48 +02:00
eboado
273070fada Added return uint256 validation to flashLoan() 2020-10-07 16:20:32 +02:00
The3D
9fdfc8bf26 Added check if the reserve was already added 2020-10-06 18:20:44 +02:00
The3D
24a4980496 Refactored reservesList to a mapping 2020-10-06 15:51:48 +02:00
The3D
758675c132 Fixes tests 2020-09-30 17:59:47 +02:00
The3D
6ee4b2725b Fix order of calculation of the interest rates 2020-09-24 10:00:17 +02:00
The3D
4e25657731 Updated transferFrom in repayWithCollateral() and swapLiquidity() 2020-09-23 15:19:21 +02:00
The3D
d724d1f58f Fixed comment 2020-09-23 14:39:17 +02:00