eboado
|
e418bcc01e
|
- Added return of withdraw amount to withdraw()
|
2020-11-26 11:02:26 +01:00 |
|
eboado
|
3206c5297f
|
- Added return value to repay()
|
2020-11-26 10:58:38 +01:00 |
|
The3D
|
e4bccaed91
|
Fixed ILendingPool interface
|
2020-11-25 11:40:55 +01:00 |
|
The3D
|
1054dea632
|
Removed reserveLogic import from WETHGateway
|
2020-11-24 17:07:47 +01:00 |
|
The3D
|
126458c7aa
|
Updated ReserveMap and UserMap
|
2020-11-24 16:17:27 +01:00 |
|
eboado
|
5532ebdc8a
|
- Moved data types (structs and enum) to a DataTypes library, to simplify interfaces
|
2020-11-24 14:53:34 +01:00 |
|
The3D
|
10e9f17446
|
Added interface for LendingPoolLiquidationManager
|
2020-11-23 19:17:19 +01:00 |
|
eboado
|
e2d1a274bc
|
Merge branch 'master' into feat/153-improve-docs
|
2020-11-23 15:56:55 +01:00 |
|
David Racero
|
6532fd0765
|
Move protocol contracts inside own directory to scope audits. Update library hash at contracts-deployments.ts:165 due libraries paths has changed.
|
2020-11-23 11:28:57 +01:00 |
|
eboado
|
0bca8c6519
|
Merge branch 'master' into feat/153-improve-docs
|
2020-11-23 11:15:31 +01:00 |
|
eboado
|
f98335cb68
|
- Improved docs on LendingPool and interface
|
2020-11-23 10:58:04 +01:00 |
|
The3D
|
f1778b88d4
|
Removed the ^ on solidity version
|
2020-11-20 11:45:20 +01:00 |
|
The3D
|
8c03180f89
|
Updated solidity version
|
2020-11-20 11:41:58 +01:00 |
|
eboado
|
0c6ec03cec
|
- Reviewed comments on DefaultReserveInterestRateStrategy and interface.
|
2020-11-19 14:48:15 +01:00 |
|
eboado
|
a5f9332234
|
- Fixed comments on LendingPoolAddressesProviderRegistry and removed useless getter.
|
2020-11-19 14:21:36 +01:00 |
|
The3D
|
c81047ca93
|
Fixes #123
|
2020-11-10 14:57:09 +01:00 |
|
emilio
|
57e444714d
|
Merge branch 'master' into fix/114
|
2020-11-05 15:25:24 +01:00 |
|
emilio
|
69c3d5b9b7
|
Adds Emergency admin
|
2020-11-05 12:35:50 +01:00 |
|
The3D
|
4e4fbe6539
|
Refactoring of credit delegation
|
2020-11-03 19:47:57 +01:00 |
|
The3D
|
3570fc7803
|
Added delegation capabilities to the aToken
|
2020-11-02 12:54:56 +01:00 |
|
eboado
|
cba766d282
|
Merge branch 'master' into feat/102-batch-delegation-allowance
|
2020-10-30 16:04:31 +01:00 |
|
eboado
|
5a9a46a31f
|
Merge branch 'master' into 100/flash-loan-bath-modes
|
2020-10-30 14:55:03 +01:00 |
|
Ernesto Boado
|
8a9afaaea0
|
Merge branch 'feat/105-msgsender-executeOperation' into 'master'
Passed `initiator` param to flashLoan()'s executeOperation() receiver.
Closes #105
See merge request aave-tech/protocol-v2!114
|
2020-10-30 13:00:27 +00:00 |
|
eboado
|
631d6ebfcb
|
- Passed initiator param to flashLoan()'s executeOperation() receiver.
- Removed unused ISwapAdapter.
|
2020-10-30 13:32:42 +01:00 |
|
eboado
|
b2bbe62822
|
- Added to to withdraw()
|
2020-10-30 12:38:41 +01:00 |
|
eboado
|
910fa2dce6
|
- Added indexed to flash loan events.
|
2020-10-30 11:52:00 +01:00 |
|
eboado
|
092aacc85a
|
- Added initiator to flash loan event.
|
2020-10-30 11:49:23 +01:00 |
|
eboado
|
de7ec39f24
|
- Fixed comment on ILendingPool
|
2020-10-30 11:42:27 +01:00 |
|
eboado
|
1954f609c2
|
Merge branch 'master' into 100/flash-loan-bath-modes
|
2020-10-30 11:40:31 +01:00 |
|
emilio
|
e4dc22e50e
|
Fixed events, removed unused constants in addressesProvider
|
2020-10-29 18:03:19 +01:00 |
|
Ernesto Boado
|
6b26e39d5f
|
Merge branch 'feat/74' into 'master'
Feat/74 - Add `onBehalf` for flashloan(), to open debt if debt mode selected
Closes #74
See merge request aave-tech/protocol-v2!96
|
2020-10-29 15:08:18 +00:00 |
|
eboado
|
913a6a9237
|
- Added batch of modes to flashLoan()
|
2020-10-29 15:14:28 +01:00 |
|
eboado
|
edfe17bd97
|
- Added batch to credit delegation
|
2020-10-29 14:36:01 +01:00 |
|
emilio
|
9e55ea12b6
|
Fixes #99
|
2020-10-29 11:57:43 +01:00 |
|
emilio
|
bd911de167
|
Fixed ReserveDataUpdated event
|
2020-10-27 15:09:11 +01:00 |
|
David Truong
|
a517d5d11d
|
- implement test for onBehalfOf flashloan borrow debt
|
2020-10-27 13:10:10 +01:00 |
|
David Truong
|
d78c89151b
|
Merge remote-tracking branch 'origin/master' into feat/74
|
2020-10-27 12:14:34 +01:00 |
|
David Truong
|
e0660bda7b
|
Merge remote-tracking branch 'origin/master' into feat/74
# Conflicts:
# contracts/interfaces/ILendingPool.sol
# contracts/lendingpool/LendingPool.sol
# test/flashloan.spec.ts
|
2020-10-27 12:05:48 +01:00 |
|
emilio
|
31a76ef047
|
Updated ILendingPool
|
2020-10-27 10:31:32 +01:00 |
|
David Truong
|
24d5c4766f
|
[WIP] Adding onBehalfOf to flashloan
|
2020-10-26 13:27:31 +01:00 |
|
The3D
|
c44ed2c0c7
|
Updated flashloan event
|
2020-10-26 10:35:44 +01:00 |
|
The3D
|
a2e2450bb3
|
Finalized implementation, fixed tests
|
2020-10-22 20:37:50 +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
|
bb234fbc7c
|
fixed #72
|
2020-10-19 10:55:45 +02:00 |
|
The3D
|
6a06a3e88f
|
removed openzeppelin imports2
|
2020-10-15 15:41:56 +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 |
|
David Racero
|
b919886916
|
Remove unused imports
|
2020-10-14 09:53:48 +02:00 |
|
The3D
|
b450a04642
|
Added getter for userconfiguration
|
2020-10-12 14:37:53 +02:00 |
|