The3D
|
435c34fefd
|
fix: changed conditions of the exposure ceiling
|
2021-06-28 16:41:35 +02:00 |
|
The3D
|
715635def4
|
Merge branch 'protocol-2.5' into feat/2.5-exposure-ceiling
|
2021-06-28 14:31:17 +02:00 |
|
The3D
|
d2d7e48ee3
|
refactor: optimization on getUserAccountData()
|
2021-06-28 14:30:07 +02:00 |
|
The3D
|
d52046dbbc
|
test: updated tests for the borrow/repay validation
|
2021-06-22 18:01:13 +02:00 |
|
Hadrien Charlanes
|
a0a185fbf6
|
feat: added new Errors.VL_SAME_BLOCK_BORROW
|
2021-06-21 12:58:20 +02:00 |
|
Hadrien Charlanes
|
09233d09bf
|
feat: added storage and check that repayer is not the last borrower of a reserve
|
2021-06-21 12:25:33 +02:00 |
|
Hadrien Charlanes
|
369e25f5d8
|
Merge branch 'protocol-2.5' into feat/2.5-exposure-ceiling
|
2021-06-17 11:16:50 +02:00 |
|
emilio
|
cce28ab4ea
|
refactor: moved check to validateRebalanceStableBorrowRate
|
2021-06-15 18:56:38 +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
|
978f6c9385
|
refactor:removed unused/unneeded fields in the cache object
|
2021-06-14 15:47:13 +02:00 |
|
emilio
|
9f71c7da8e
|
comments: fixed natspec comments on validation
|
2021-06-13 21:54:23 +02:00 |
|
emilio
|
0965a99d88
|
refactor: fixed natspec comments and removed redunant check in refreshDebt()
|
2021-06-13 21:15:06 +02:00 |
|
emilio
|
dd07e934c2
|
comments: updated comments
|
2021-06-11 19:45:31 +02:00 |
|
emilio
|
065799eb29
|
comments: added comments to cache() and refreshDebt()
|
2021-06-11 17:03:52 +02:00 |
|
emilio
|
760be1cb42
|
refactor: further refactored cache, changed linkage behavior of GenericLogic
|
2021-06-11 11:27:19 +02:00 |
|
emilio
|
666c6a0666
|
Merge branch 'protocol-2.5' into feat/gas-optimization-5
|
2021-06-10 18:52:16 +02:00 |
|
emilio
|
61217d1ee5
|
refactor: further refactored the caching logic
|
2021-06-10 18:18:01 +02:00 |
|
Hadrien Charlanes
|
46d14e9124
|
refactor: changed the order of requirements in validateDropReserve for easier testing
|
2021-06-08 17:57:15 +02:00 |
|
Hadrien Charlanes
|
68b7384146
|
rename: renamed NOT_NULL Errors to NOT_ZERO
|
2021-06-08 17:56:57 +02:00 |
|
Hadrien Charlanes
|
d0841097e6
|
fix: drop reserve logic updated
|
2021-06-08 17:56:39 +02:00 |
|
Hadrien Charlanes
|
776220d705
|
feat: removed user updates on droped reserves
|
2021-06-08 17:53:52 +02:00 |
|
Hadrien Charlanes
|
e2edf016eb
|
feat: added drop reserve main capability
|
2021-06-08 17:52:30 +02:00 |
|
emilio
|
b8fb9e592f
|
refactor: updated cache field names
|
2021-06-08 10:44:16 +02:00 |
|
The3D
|
86686ef3be
|
refactor: further refactored the cache helper functions
|
2021-06-07 18:02:13 +02:00 |
|
The3D
|
044b492f7f
|
refactor: further refactored the CachingHelper
|
2021-06-04 14:47:02 +02:00 |
|
The3D
|
360e83fd05
|
refactor: further refactored the cache layer and replaced reads/calls
|
2021-06-03 21:28:21 +02:00 |
|
Hadrien Charlanes
|
7a80d5cd14
|
feat: allowed people to withdraw colleteral that exceeded the exposure cap if their ltv still superior to their liq threshold
|
2021-06-03 18:19:38 +02:00 |
|
Hadrien Charlanes
|
485a41a0ef
|
feat: added exposure cap == 0 means no exposure cap
|
2021-06-03 16:33:26 +02:00 |
|
Hadrien Charlanes
|
129a96a3cf
|
fix: exposure cap is on supply of collaterals, not on debts..
|
2021-06-03 16:31:09 +02:00 |
|
The3D
|
6cdfd8e31b
|
feat: initial cache layer implementation
|
2021-06-03 14:10:50 +02:00 |
|
Hadrien Charlanes
|
68ff74a3a6
|
feat: added exposure cap logic in calculateUserAccountData
|
2021-06-03 11:57:14 +02:00 |
|
Hadrien Charlanes
|
5a8572d568
|
feat: added collateral withdrawal check regarding exposure cap
|
2021-06-03 11:24:01 +02:00 |
|
The3D
|
ec0199e3d7
|
Merge branch 'protocol-2.5' into feat/gas-optimization-3
|
2021-06-01 20:22:58 +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
|
a4b6064f56
|
rebase: resolved conflicts after rebase: market config, internal/external validation for codesize and fixed bad conflict resolution
|
2021-05-26 09:27:45 +02:00 |
|
Hadrien Charlanes
|
b6f8dedfca
|
refactor: refactor validation logic after merging validateHealthFactor
|
2021-05-26 09:21:49 +02:00 |
|
Hadrien Charlanes
|
2019b5f500
|
feat: implemented pause validation for reserve assets
|
2021-05-26 09:19:59 +02:00 |
|
Hadrien Charlanes
|
3be81a0433
|
feat: added bool isPaused in data reserve config
|
2021-05-26 09:14:13 +02:00 |
|
Hadrien Charlanes
|
62f3f47b84
|
feat: supply cap now by default disabled
|
2021-05-25 14:20:09 +02:00 |
|
Hadrien Charlanes
|
7a40b944df
|
fix: cached reserve parameters in validateDeposit and validateBorrow
|
2021-05-25 11:22:13 +02:00 |
|
The3D
|
26a09f2ba8
|
refactor: changed _mintToTreasury() function name
|
2021-05-24 19:39:13 +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
|
7395363e59
|
Merge branch 'protocol-2.5' into feat/gas-optimization-3
|
2021-05-15 00:28:21 +02:00 |
|
The3D
|
2507a2220b
|
comments: fixed comment for validateHealthFactor()
|
2021-05-13 16:42:14 +02:00 |
|
The3D
|
2dac7fbd80
|
fix: fixed behavior in case the asset withdrawn was already being used as collateral
|
2021-05-10 14:02:36 +02:00 |
|
The3D
|
550a4abe7d
|
Merge branch 'protocol-2.5' into feat/gas-optimization-3
|
2021-05-07 16:42:52 +02:00 |
|
Hadrien Charlanes
|
1de5a303f4
|
feat: implemented supply cap
|
2021-04-30 17:35:16 +02:00 |
|
Hadrien Charlanes
|
f624783a36
|
feat-refactor: added supplyCap and refactored borrowCap
|
2021-04-30 16:17:05 +02:00 |
|
The3D
|
5f0fb4bec9
|
refactor: changed the behavior of mintToTreasury
|
2021-04-29 20:40:37 +02:00 |
|