The3D
|
58488158cd
|
Refactored error messages
|
2020-09-04 12:48:29 +02:00 |
|
The3D
|
9aad57978d
|
Merged master
|
2020-09-04 10:27:32 +02:00 |
|
The3D
|
03ec940109
|
Changed the indexes and rates type to uint128
|
2020-08-23 11:13:43 +02:00 |
|
The3D
|
5b7a2f2a55
|
Optimized debt tokens
|
2020-08-22 19:33:55 +02:00 |
|
The3D
|
4d054dd56d
|
Optimized MathUtils, ReserveLogic
|
2020-08-22 13:01:41 +02:00 |
|
The3D
|
06fbe2d2a4
|
Removed SafeMath from WadRayMath, PercentageMath
|
2020-08-22 12:04:34 +02:00 |
|
The3D
|
796dc8ee3f
|
Updated repay function
|
2020-08-21 19:10:48 +02:00 |
|
The3D
|
9a4ccde6a2
|
Removed obsolete code
|
2020-08-21 19:00:08 +02:00 |
|
The3D
|
955d2be1da
|
Merge branch 'master' into fix/22
|
2020-08-21 18:48:16 +02:00 |
|
The3D
|
bd0377198c
|
Merge branch 'master' into fix/interfaces-guideline
|
2020-08-21 18:36:03 +02:00 |
|
The3D
|
1864c7abf4
|
Updated libraries, renamed internal methods
|
2020-08-21 18:18:12 +02:00 |
|
andyk
|
13f4d34867
|
refactoring flashloan folder to fit current guideline, move events to interfaces
|
2020-08-21 17:03:01 +03:00 |
|
The3D
|
78cf1d5bfd
|
Merge branch 'master' into fix/22
|
2020-08-21 16:00:51 +02:00 |
|
andyk
|
2d0325a3d2
|
refactoring interfaces and config folders to fit current guideline
|
2020-08-21 16:38:47 +03:00 |
|
Andrey Ko
|
c340b9972f
|
Merge branch 'master' into 'fix/21'
# Conflicts:
# contracts/lendingpool/LendingPool.sol
|
2020-08-21 13:20:41 +00:00 |
|
The3D
|
b7fa1bcac8
|
Merge branch 'master' into fix/22
|
2020-08-21 15:14:43 +02:00 |
|
The3D
|
8fe40b4639
|
Initial update of ReserveLogic
|
2020-08-21 15:13:08 +02:00 |
|
The-3D
|
dfa64d63f3
|
Merge branch 'fix/misc-guideline' into 'master'
Refactoring misc folder to fit current guideline
See merge request aave-tech/protocol-v2!26
|
2020-08-21 13:03:47 +00:00 |
|
The3D
|
86541b3fe5
|
Fixed GenericLogic
|
2020-08-21 14:58:30 +02:00 |
|
The3D
|
e948101f87
|
Fixed Helpers
|
2020-08-21 14:54:07 +02:00 |
|
The3D
|
b13e08cfde
|
Fixed UserConfiguration
|
2020-08-21 14:52:10 +02:00 |
|
The3D
|
e39cf64183
|
Updated ReserveConfiguration
|
2020-08-21 14:50:28 +02:00 |
|
The3D
|
1dd2a638ca
|
Updated LiquidationManager
|
2020-08-21 14:14:13 +02:00 |
|
The3D
|
38bff60298
|
Updated comments
|
2020-08-21 14:05:14 +02:00 |
|
The3D
|
b4b9ff604a
|
Cleaned up configurator, LendingPooL
|
2020-08-21 14:03:17 +02:00 |
|
andyk
|
b5f630f78f
|
refactoring misc folder to fit current guideline
|
2020-08-21 15:00:10 +03:00 |
|
The3D
|
05fac16063
|
Cleanup LendingPool
|
2020-08-21 13:15:29 +02:00 |
|
andyk
|
4ecc53abee
|
fix typo in StableDebtToken balanceOf method
|
2020-08-21 13:40:56 +03:00 |
|
andyk
|
94d8f38597
|
refactoring tokenization folder to fit current guideline, small gas optimizations
|
2020-08-21 13:38:08 +03:00 |
|
The3D
|
b93937f4fd
|
Fixed DefaultReserveInterestRateStrategy
|
2020-08-21 11:21:50 +02:00 |
|
andyk
|
cdaa313f65
|
change public to external on debt tokens -2
|
2020-08-21 10:24:59 +03:00 |
|
The3D
|
2d769f4480
|
Fixes #19
|
2020-08-20 17:09:23 +02:00 |
|
andyk
|
ec0498bd3b
|
Merge branch 'master' into feat/debt-token-fixes
|
2020-08-20 17:26:49 +03:00 |
|
andyk
|
735a00b5f3
|
fix minor debt token issues
|
2020-08-20 17:26:06 +03:00 |
|
The3D
|
8bdbd0a7ce
|
Merge branch 'master' of gitlab.com:aave-tech/protocol-v2
|
2020-08-20 16:18:08 +02:00 |
|
The3D
|
fa32406b48
|
Removed redundant virtual in IVariableDebtToken
|
2020-08-20 16:04:03 +02:00 |
|
andyk
|
57fb45e380
|
remove named return in calculateAvailableCollateralToLiquidate
|
2020-08-20 16:31:52 +03:00 |
|
The-3D
|
7c3d5e0239
|
Merge branch 'feat/remove-payable' into 'master'
Remove payable
See merge request aave-tech/protocol-v2!20
|
2020-08-20 13:29:31 +00:00 |
|
andyk
|
26115b4601
|
RepayLocalVars removal
|
2020-08-20 16:12:19 +03:00 |
|
andyk
|
a6e78856a0
|
remove using WadRayMath and SafeMath duplication
|
2020-08-20 16:01:54 +03:00 |
|
andyk
|
3a24d4e434
|
remove unused Address lib imports
|
2020-08-20 15:35:51 +03:00 |
|
andyk
|
39984383c6
|
remove payable, add IAToken and ILendingPool
|
2020-08-20 15:32:20 +03:00 |
|
andyk
|
ae8878a50e
|
fix more imports
|
2020-08-20 13:44:51 +03:00 |
|
The3D
|
028d859a54
|
Merge branch 'master' into feat/token-distributor-removal
|
2020-08-20 11:32:26 +02:00 |
|
The3D
|
a437512ae9
|
Removed origination fee event, variables
|
2020-08-20 09:56:43 +02:00 |
|
The3D
|
76fcb20b44
|
Code cleanup
|
2020-08-20 09:51:21 +02:00 |
|
andyk
|
1a2bfcbf45
|
remove FeeProvider setters and getters
|
2020-08-19 19:06:32 +03:00 |
|
andyk
|
2579bbcfec
|
removal of TOKEN_DISTRIBUTOR constant
|
2020-08-19 18:58:53 +03:00 |
|
andyk
|
d60f7b6272
|
removal of TokenDistributor, FeeProvider and FlashLoanVars
|
2020-08-19 18:56:51 +03:00 |
|
The3D
|
926d25dba8
|
Cleaned up validation logic
|
2020-08-19 16:57:49 +02:00 |
|