Commit Graph

179 Commits

Author SHA1 Message Date
Hadrien Charlanes
31f78a1537 feat: addind exposure caps to reserve config, condigurator and helpers 2021-06-02 16:44:03 +02:00
Hadrien Charlanes
709e3916bf doc: configurator: fixed a typoe in comments 2021-05-31 17:20:32 +02:00
Hadrien Charlanes
33d582b4ec post-rebase: fixed last conflicts remaining after rebase 2021-05-31 13:51:31 +02:00
Hadrien Charlanes
0b0996b49c feat: added risk admins 2021-05-31 13:39:53 +02:00
Hadrien Charlanes
a9ac7a3b2f merge: adding netscap doc, rename pool to _pool, adding pause reserve function to configurator interface 2021-05-31 10:18:58 +02:00
The3D
fe2e799fcf Merge branch 'protocol-2.5' into fix/130-refactor-lp-configurator 2021-05-28 20:21:34 +02:00
Hadrien Charlanes
3be81a0433 feat: added bool isPaused in data reserve config 2021-05-26 09:14:13 +02:00
miguelmtzinf
98c5bfb9a0 fix: Add interface @inheritdoc to LendingPoolConfigurator 2021-05-25 07:40:53 +02:00
miguelmtzinf
24a082ff1a fix: Expose functions of LP Configurator in its interface 2021-05-24 17:31:12 +02:00
Hadrien Charlanes
3656bee3a1
Merge branch 'protocol-2.5' into feat/2.5-supply-and-borrow-caps 2021-05-17 19:42:59 +02:00
The3D
506b8bccfe Merge branch 'master' into protocol-2.5 2021-05-06 21:29:12 +02:00
The-3D
77fe998e9f
Merge pull request #64 from aave/feat/protocol-2.5/repayPermit-depositPermit
RepayWithPermit, depositWithPermit
2021-05-05 13:12:22 +02:00
Hadrien Charlanes
f624783a36 feat-refactor: added supplyCap and refactored borrowCap 2021-04-30 16:17:05 +02:00
Hadrien Charlanes
a9fce4dd4b feat: Added setBorrowCap in lendingpoolconfigurator 2021-04-29 09:51:37 +02:00
sendra
701c0793ce fix: merged with master 2021-04-26 12:51:04 +02:00
The3D
6230f2b034 Merge branch 'master' into protocol-2.5 2021-04-23 18:59:12 +02:00
David Racero
2a19131b7a feat: Updated to new interface of Incentives Controller 2021-04-21 18:00:00 +02:00
sendra
8000d838a3 Updated to new asset struct interface 2021-04-21 17:45:19 +02:00
sendra
21fc210901 fix: updated interface to last version 2021-04-19 17:17:30 +02:00
Hadrien Charlanes
6810940c9f Added deadline, implemented deposit and repay withPermit functions 2021-04-02 09:49:13 +02:00
Hadrien Charlanes
566f9b1a5d Updated ILendingPool Interface 2021-04-02 09:26:12 +02:00
Hadrien Charlanes
2ae2680834 Added permit to IAToken interface 2021-04-02 09:24:27 +02:00
sendra
e81ddb4e2f Added incentives information to UI data provider contract 2021-03-29 17:10:35 +02:00
sendra
f9cf541be1 Added incentives data to ui helper 2021-03-23 18:52:51 +01:00
Pierrick Turelier
b7aed31f79
feat(IAToken): add UNDERLYING_ASSET_ADDRESS function 2021-03-15 21:42:33 +01:00
The3D
7f44a0c242 Removed unused param in struct 2021-03-05 10:36:55 +01:00
The3D
03dc5370ee Added initialized events 2021-03-01 18:33:48 +01:00
The3D
bc1a237f34 Added handleRepayment() function 2021-03-01 17:47:27 +01:00
The3D
e735d40a3b Merge branch 'feat/light-deployments' of github.com:aave/protocol-v2 into feat/light-deployments 2021-03-01 15:58:41 +01:00
The3D
03a410230d Updated interest rate strategy to generalize fetching of the available liquidity 2021-03-01 15:58:31 +01:00
The3D
77fab5d3bb Added encoded parameter to reserve initialization 2021-02-26 18:17:10 +01:00
Zer0dot
e729926543 Merge branch 'master' into feat/light-deployments-update 2021-02-05 10:03:11 -05:00
eboado
80fd095723 - Implemented protocol changes to enable re-usage of implementations. 2021-01-28 11:05:19 +01:00
David Racero
6a503eb0a8 Lint files. Add all ts and sol files to pre-commit. Add prettier format check to CI. 2021-01-27 15:43:34 +01:00
The3D
2e23281cdc Merge branch 'master' into 178-add-uniswap-adapters 2020-12-02 10:14:03 +01:00
eboado
aa7c124a11 - Added credit delegation interface to debt tokens. 2020-11-30 18:16:25 +01:00
Andrey Ko
a32d1ce404 Merge branch 'feat/uniswap-adapter-flashloan' into '178-add-uniswap-adapters'
Add Uniswap adapter for liquidity swap and repay with collateral using flashloan

See merge request aave-tech/protocol-v2!106
2020-11-30 10:21:46 +00:00
eboado
18ce2b3637 - Added view to getMarketId() 2020-11-30 09:23:31 +01:00
eboado
5e9ccb5244 - Added getter to _marketId 2020-11-27 10:00:11 +01:00
The-3D
b7bae0cb67 Merge branch 'feat/166-market-id' into 'master'
- Added marketId and setter on LendingPoolAddressesProvider

Closes #166

See merge request aave-tech/protocol-v2!189
2020-11-26 16:13:04 +00:00
eboado
3f070d67ec - Added set of usage as collateral to true on liquidator receiving aToken. 2020-11-26 16:44:32 +01:00
The-3D
e1f636ccd6 Merge branch 'fix/163-tokenization-docs' into 'master'
- Reviewed documentation of protocol/tokenization

Closes #163

See merge request aave-tech/protocol-v2!187
2020-11-26 14:08:28 +00:00
eboado
fa11327b59 - Added marketId and setter on LendingPoolAddressesProvider 2020-11-26 13:09:49 +01:00
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
eboado
997d29a009 - Added extra comment on IStableDebtToken 2020-11-26 10:51:43 +01:00
eboado
3cbb122a2d - Fixed typo on IStableDebtToken 2020-11-26 10:38:50 +01:00
eboado
a27239129f - Misc doc fixes 2020-11-26 10:37:04 +01:00
eboado
3ef75e4018 - Fix redeem() = withdraw() on docs 2020-11-26 10:29:53 +01:00
eboado
7bcdce3090 - Reviewed tokenization documentation-wise
- Moved interaces in protocol/tokenization to the general interfaces/ folder.
2020-11-26 10:21:18 +01:00