Commit Graph

367 Commits

Author SHA1 Message Date
The3D
715635def4 Merge branch 'protocol-2.5' into feat/2.5-exposure-ceiling 2021-06-28 14:31:17 +02:00
The3D
ef5dac3268 Merge branch 'protocol-2.5' into feat/protocol-2.5/borrow-repay-same-block 2021-06-22 18:22:07 +02:00
The3D
d52046dbbc test: updated tests for the borrow/repay validation 2021-06-22 18:01:13 +02:00
Hadrien Charlanes
694eb7731c test: configurator tested against update premium functions 2021-06-22 12:40:12 +02:00
Hadrien Charlanes
727cfa854d fix: errors ordering after merge 2021-06-21 11:23:37 +02:00
Hadrien Charlanes
9727c0ab79
Merge branch 'protocol-2.5' into feat/2.5-exposure-ceiling 2021-06-15 14:13:25 +02:00
emilio
760be1cb42 refactor: further refactored cache, changed linkage behavior of GenericLogic 2021-06-11 11:27:19 +02:00
Hadrien Charlanes
648604930e test: tested drop reserve 2021-06-08 17:57:53 +02:00
Hadrien Charlanes
e79f59d2c5 test: added tests to exposure cap 2021-06-07 16:11:03 +02:00
Hadrien Charlanes
68ff74a3a6 feat: added exposure cap logic in calculateUserAccountData 2021-06-03 11:57:14 +02:00
Hadrien Charlanes
360e2e74a6 feat: updated configs to add exposure caps 2021-06-02 17:58:33 +02:00
Hadrien Charlanes
331b86b724 test: added test for risk admin and updated configurator tests 2021-05-31 13:42:38 +02:00
Hadrien Charlanes
992e026075 revert: Revert control access of transfer back to LendingPool contract 2021-05-31 10:49:25 +02:00
Hadrien Charlanes
15a1d1608a merge-fix: finishing resolving conflicts: naming convention. Fix: removed transfer aToken origin check from lendingPool to Validation Logic 2021-05-31 10:37:42 +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
5b86a38234 Merge branch 'master' into protocol-2.5 2021-05-28 20:23:06 +02:00
Hadrien Charlanes
301b06b7f6 test: tested configurator 2021-05-26 09:14:16 +02:00
Hadrien Charlanes
099b1f0b05 fix: from 48 to 36 bits caps, added memory lib getters for caps 2021-05-25 11:23:37 +02:00
miguelmtzinf
83d2989eb1 fix: Fix grammar typos on commments 2021-05-18 11:40:02 +02:00
miguelmtzinf
34c9bf209e fix: Fix typo of tenderlyRPC for tenderlyNetwork 2021-05-18 10:40:22 +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
miguelmtzinf
329a48cd03 feat: Add defender utils and use of signer 2021-05-17 14:35:21 +02:00
The3D
899085450c Merge branch 'master' into protocol-2.5 2021-05-15 01:06:29 +02:00
David Racero
37ba4765ea fix: solve conflicts from master 2021-05-14 09:26:22 +02:00
The-3D
38701827f5
Merge pull request #112 from aave/feat/ui-pool-data-provider-task
Feat/UI pool data provider task
2021-05-12 11:00:22 +02:00
David Racero
8072db2f27 logs: remove unneeded debug log 2021-05-12 10:24:03 +02:00
David Racero
095d5bff90 typo: rename getWrappedNativeTokenddress to getWrappedNativeTokenAddress 2021-05-12 10:23:15 +02:00
David Racero
b7462c6be2 feat: update UiPoolDataProvider task to match other tasks code style. Fix old reference of verifyContract at deployUiPoolDataProvider function. 2021-05-12 10:15:41 +02:00
David Racero
6312f9ad64 logs: organize logs at tenderly-utils.ts 2021-05-12 09:50:24 +02:00
David Racero
4f7ce7e202
Merge branch 'master' into polygon-verifier 2021-05-11 12:55:17 +02:00
David Racero
9a699d58c0 misc: remove logs 2021-05-10 15:56:47 +02:00
David Racero
2117e2ca62 misc: remove logs 2021-05-10 15:53:01 +02:00
David Racero
2cdfbbbc5d feat: Added support to fork any chain. Added deployment scripts to Github Actions 2021-05-10 15:34:31 +02:00
David Racero
57cc6579e1 feat: Remove debug logs 2021-05-07 15:18:37 +02:00
David Racero
9b78daa189 fix: fix kovan deployment. Prevent to init tokens without address. Added deployRegistry flag to scripts. 2021-05-07 15:15:15 +02:00
The3D
50ea61fe70 Merge branch 'feat/gas-optimization-1' into feat/gas-optimization-2 2021-05-07 11:24:58 +02:00
The3D
506b8bccfe Merge branch 'master' into protocol-2.5 2021-05-06 21:29:12 +02:00
Hadrien Charlanes
be859bd270 test: added supply cap tests in configurator test 2021-04-30 16:55:31 +02:00
Hadrien Charlanes
6a0d27c0de fix-refactor: Refactored tests with new getCaps function, fixed contract supplyCap mask 2021-04-30 16:48:09 +02:00
Hadrien Charlanes
c8ff80b6a3 clean: removed console log 2021-04-30 12:08:09 +02:00
Hadrien Charlanes
c907d15e22 feat: borrowCap from 32 bits (4 billion max cap) to 48 bits (280 trilly) 2021-04-30 12:06:14 +02:00
The3D
bce4c6b674 test: fixed tests to adapt the error messages 2021-04-29 19:56:22 +02:00
Hadrien Charlanes
9c02b5d79b test: finish tested configurator part of borrowCap 2021-04-29 10:34:28 +02:00
Hadrien Charlanes
32cfe739c7 fix-test: fixed max Borrow Cap, adapted test asset init, asset config 2021-04-28 17:42:41 +02:00
Hadrien Charlanes
3a6948ce2c Added depositWithPermit, repayWithPermit test scenarios 2021-04-06 14:55:39 +02:00
David Racero
ab14a0bc9d Fixed asset borrowing configuration at initialization 2021-03-31 17:39:59 +02:00
David Racero
ae8f7aa21f Fixed config. Fixed WETHGateway initialiation with WrappedNativeToken. Added AaveProtocolDataProvider init at addresses provider registry. 2021-03-31 14:13:44 +02:00
sendra
516cbc7349 updated deployment scripts 2021-03-30 13:17:08 +02:00
David Racero
55201296f2 Added AAVE to Matic market config 2021-03-29 17:28:20 +02:00
David Racero
356f45f8da Fixed WETH config and added new oracle. Automatize ETH/USD aggregator at oracle task 2021-03-29 12:13:56 +02:00