Commit Graph

106 Commits

Author SHA1 Message Date
David Racero
167bca74ab Added borrowETH to WETHGateway. 2020-11-06 13:22:03 +01:00
eboado
3aa5de28b4 - Added management of WETH to ChainlinkProxyPriceProvider. 2020-11-06 12:09:24 +01:00
David Racero
4b511188c7 Remove comment 2020-11-03 20:47:36 +01:00
David Racero
a54f910928 Added emergency token and ether withdrawal. Follow code guidelines. 2020-11-03 17:23:35 +01:00
David Racero
ad5fa1b9a0 Change require to revert 2020-11-03 13:54:15 +01:00
David Racero
6ab6b835a2 Merge branch '97-create-a-utility-contract-to-deposit-withdraw-repay-with-eth' of gitlab.com:aave-tech/protocol-v2 into 97-create-a-utility-contract-to-deposit-withdraw-repay-with-eth 2020-11-03 13:51:17 +01:00
David Racero
5f37f317e9 Added fallback function 2020-11-03 13:51:10 +01:00
The3D
e8028416d6 Cached the aWETH address 2020-11-03 13:45:54 +01:00
David Racero
f70754263d Remove requires. Change onBehalf to To at withdraw. Add fallback function revert. 2020-11-03 13:29:11 +01:00
David Racero
525c816bbe Rollback to 1 WETHGateway per LendingPool 2020-11-02 18:43:50 +01:00
David Racero
7282f7678b Allow WETHGateway to be used by multiple pools. Remove logger. 2020-11-02 17:51:54 +01:00
David Racero
cabff851d0 Move interfaces that are not core protocol to misc/interfaces directory. Rename method to follow guidelines. 2020-11-02 17:01:47 +01:00
andyk
f5d7d0192d fix bad merge mistakes 2020-11-02 15:00:24 +03:00
andyk
438ab0fca1 Merge branch 'feat/data-helpers' into feat/renameing 2020-11-02 14:50:41 +03:00
andyk
5b85aef283 add scaled/principal debt 2020-11-02 14:41:53 +03:00
pol
c74dbb0503 added correct call to get total stable debt 2020-11-02 12:16:10 +01:00
pol
7a8ed00909 principal and stable to total 2020-11-02 11:54:21 +01:00
pol
498a5b5e1f Renaming 2020-11-02 10:37:24 +01:00
David Racero
e9d21ef74d Fixed conflicts 2020-11-02 10:20:59 +01:00
andyk
18d7a44db5 removal of ReserveLogic.ReserveData from UI helper return 2020-10-30 13:14:42 +03:00
David Racero
a9e7fa3516 Added WETHGateway tests 2020-10-29 15:50:32 +01:00
David Racero
744befc46c Added deposit test for WETHGateway 2020-10-29 12:44:21 +01:00
David Racero
9317df9252 Added boilerplate deployment, getters and tests. 2020-10-28 18:06:24 +01:00
David Racero
8ad022979b Added WETHGateway 2020-10-28 15:41:31 +01:00
andyk
3400d3b2a8 Merge branch 'master' into feat/data-helpers 2020-10-27 16:01:18 +03: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
andyk
e35882b6cb initial version 2020-10-14 16:54:22 +03:00
The3D
aea61d57ab Fixed tests code 2020-10-12 20:07:17 +02:00
The3D
fb9f981efa Added getUserReserveData to test helpers 2020-10-12 15:10:16 +02:00
The3D
645ea913b0 Moved accessors to AaveProtocolTestHelpers 2020-10-12 14:25:03 +02:00
The3D
24a4980496 Refactored reservesList to a mapping 2020-10-06 15:51:48 +02:00
The3D
dbf1a0b9e7 Merge branch 'master' into fix/34 2020-09-14 09:22:39 +02:00
The3D
af362141fd Added reserveFactor to getReserveConfigurationData 2020-09-10 13:16:32 +02:00
David Racero
53112c0982 Merge changes 2020-09-09 21:26:52 +02:00
eboado
da734aa68a - Refactored ERC20 and adapted derived contracts. 2020-09-04 16:27:35 +02:00
andyk
b5f630f78f refactoring misc folder to fit current guideline 2020-08-21 15:00:10 +03:00
andyk
39984383c6 remove payable, add IAToken and ILendingPool 2020-08-20 15:32:20 +03:00
andyk
ae8878a50e fix more imports 2020-08-20 13:44:51 +03:00
emilio
1d02b7f5e3 Initial commit 2020-08-12 19:36:58 +02:00
The3D
048a2de7de Merge branch 'master' into feat/funds-allocation 2020-07-13 12:24:36 +02:00
andyk
89ad335912 pretty print 2020-07-13 11:54:08 +03:00
The3D
edd7ad3b15 Added transfer of the funds to aTokens 2020-07-10 19:16:04 +02:00
The3D
7018a85774 Merge branch 'master' into feat/debt 2020-07-10 11:20:15 +02:00
emilio
a3326fc86d Updated LendingPool to add a method to retrieve debt tokens 2020-07-09 16:27:19 +02:00
The3D
f1743a5eac Fixed liquidation tests 2020-07-08 17:26:50 +02:00
The3D
abc0d3edb6 Fixed tests 2020-06-27 04:13:32 +02:00
The3D
c298579908 Fixed tests 2020-06-26 16:58:52 +02:00
The3D
51fee50e50 Fixed setup 2020-06-26 14:34:44 +02:00
The3D
02d943b235 Refactoring migration 2020-06-21 01:40:03 +02:00
eboado
18e19b4f84 - Added getAllReservesTokens for AaveProtocolTestHelpers. 2020-06-09 11:11:19 +02:00
eboado
0453a49f8f - Fixed issue on AaveProtocolTestHelpers.
- Migrated atoken-modifiers tests.
2020-06-08 21:06:26 +02:00
eboado
21e6697eda - Added AaveProtocolTestHelpers 2020-06-08 17:36:40 +02:00
andyk
f3597f670f remove EthAddressLib 2020-06-02 17:16:22 +03:00
eboado
b889cb25b6 - Added contracts from v1 of the protocol. 2020-05-29 18:45:37 +02:00