Commit Graph

1216 Commits

Author SHA1 Message Date
andyk
2d0325a3d2 refactoring interfaces and config folders to fit current guideline 2020-08-21 16:38:47 +03:00
Andrey Ko
cdc7e4effc Merge branch 'fix/21' into 'master'
Resolve "Align the usage of _ to our internal guidelines"

Closes #21

See merge request aave-tech/protocol-v2!24
2020-08-21 13:23:53 +00: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
The-3D
9caf3ea60a Merge branch 'fix/tokenization-guideline' into 'master'
Refactoring tokenization folder to fit current guideline, small gas optimizations

See merge request aave-tech/protocol-v2!25
2020-08-21 13:03:30 +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
andyk
83b499fd71 fix ci -5 2020-08-21 15:19:07 +03:00
andyk
19b259f959 fix ci -4 2020-08-21 15:16:30 +03:00
andyk
03669633cc fix ci -3 2020-08-21 15:15:52 +03:00
The3D
1dd2a638ca Updated LiquidationManager 2020-08-21 14:14:13 +02:00
andyk
e6633bdb01 fix ci -2 2020-08-21 15:13:19 +03:00
andyk
8b191d3d52 fix ci 2020-08-21 15:12:18 +03:00
andyk
2cc6aa9974 add test step to CI 2020-08-21 15:11:01 +03: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
David Racero
82ee09caef Added initialize task 2020-08-21 13:07:32 +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
d2848105f7 fix liquidation test 2020-08-21 10:33:06 +03:00
andyk
cdaa313f65 change public to external on debt tokens -2 2020-08-21 10:24:59 +03:00
David Racero
54d9e3a7ee Added missing stash work 2020-08-20 17:38:57 +02:00
David Racero
383f7fc3bb WIP: Added dev-deployment scripts. Moved some helpers and mocks outside of test setup. 2020-08-20 17:35:05 +02:00
Andrey Ko
dc4823ec09 Merge branch 'fix/19' into 'master'
Resolve "Issue: Timestamp is not updated in the burn() function of StableDebtToken"

Closes #19

See merge request aave-tech/protocol-v2!22
2020-08-20 15:12:00 +00:00
The3D
2d769f4480 Fixes #19 2020-08-20 17:09:23 +02:00
The-3D
dc64b7f992 Merge branch 'feat/debt-token-fixes' into 'master'
Debt token fixes

See merge request aave-tech/protocol-v2!21
2020-08-20 14:35:31 +00: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
The-3D
65f0ebf4f4 Merge branch 'feat/token-distributor-removal' into 'master'
Removal of TokenDistributor, FeeProvider and FlashLoanVars

See merge request aave-tech/protocol-v2!18
2020-08-20 10:30:37 +00:00
The3D
8a8c75c713 Fixed flashloan test 2020-08-20 12:21:42 +02:00
The3D
028d859a54 Merge branch 'master' into feat/token-distributor-removal 2020-08-20 11:32:26 +02:00
The-3D
440e5565ce Merge branch 'fix/7' into 'master'
Resolve "Code cleanup"

Closes #7

See merge request aave-tech/protocol-v2!17
2020-08-20 08:34:26 +00: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