David Racero
|
92168f500b
|
Fixes missing param at deployDefaultReserveInterestRateStrategy. Update WalletBalanceProvider to add provider argument. Minor fixes migration script.
|
2020-11-20 11:32:17 +01:00 |
|
The3D
|
75c7d52031
|
removed hardhat console
|
2020-11-20 10:13:14 +01:00 |
|
David Racero
|
12d17179d6
|
Renamed ChainlinkProxyPriceProvider to AaveOracle
|
2020-11-17 10:24:24 +01:00 |
|
David Racero
|
27365697ac
|
Added mainnet check list. Remove deployed contracts. Update README.md
|
2020-11-16 19:22:22 +01:00 |
|
David Racero
|
4df4841767
|
Rename AaveProtocolTestHelpers to AaveProtocolDataProvider. Add task to deploy AaveProtocolDataProvider.
|
2020-11-10 15:19:47 +01:00 |
|
andyk
|
6a3695c5b7
|
final fix for ETH balance calculations in getUserWalletBalances
|
2020-11-10 10:33:53 +02:00 |
|
andyk
|
206d33eaa6
|
fix getUserWalletBalances of WalletBalanceProvider - 2
|
2020-11-06 18:23:18 +03:00 |
|
andyk
|
d7f4998f52
|
fix getUserWalletBalances of WalletBalanceProvider
|
2020-11-06 18:01:19 +03:00 |
|
The3D
|
47569dccfe
|
Updated WalletBalanceProvider to use the addressesProvider interface
|
2020-11-06 15:32:51 +01:00 |
|
andyk
|
7cb042517f
|
change wallet balance provider to support eth
|
2020-11-06 17:06:52 +03:00 |
|
andyk
|
efb77fdf4c
|
Merge branch 'master' into feat/data-helpers
|
2020-11-06 15:54:50 +03:00 |
|
andyk
|
e32b62fb6f
|
add eth to the wallet balance provider
|
2020-11-06 15:51:08 +03:00 |
|
David Racero
|
7beda9bcc0
|
Merge branch 'master' of gitlab.com:aave-tech/protocol-v2 into 119-add-a-borroweth-function-to-the-weth-gateway
|
2020-11-06 13:22:15 +01:00 |
|
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 |
|