Commit Graph

  • 8b191d3d52 fix ci andyk 2020-08-21 15:12:18 +0300
  • 2cc6aa9974 add test step to CI andyk 2020-08-21 15:11:01 +0300
  • 38bff60298 Updated comments The3D 2020-08-21 14:05:14 +0200
  • b4b9ff604a Cleaned up configurator, LendingPooL The3D 2020-08-21 14:03:17 +0200
  • b5f630f78f refactoring misc folder to fit current guideline andyk 2020-08-21 15:00:10 +0300
  • 05fac16063 Cleanup LendingPool The3D 2020-08-21 13:15:29 +0200
  • 82ee09caef Added initialize task David Racero 2020-08-21 13:07:32 +0200
  • 4ecc53abee fix typo in StableDebtToken balanceOf method andyk 2020-08-21 13:40:56 +0300
  • 94d8f38597 refactoring tokenization folder to fit current guideline, small gas optimizations andyk 2020-08-21 13:38:08 +0300
  • b93937f4fd Fixed DefaultReserveInterestRateStrategy The3D 2020-08-21 11:21:50 +0200
  • d2848105f7 fix liquidation test andyk 2020-08-21 10:33:06 +0300
  • cdaa313f65 change public to external on debt tokens -2 andyk 2020-08-21 10:24:59 +0300
  • 54d9e3a7ee Added missing stash work David Racero 2020-08-20 17:38:57 +0200
  • 383f7fc3bb WIP: Added dev-deployment scripts. Moved some helpers and mocks outside of test setup. David Racero 2020-08-20 17:35:05 +0200
  • dc4823ec09 Merge branch 'fix/19' into 'master' Andrey Ko 2020-08-20 15:12:00 +0000
  • 2d769f4480 Fixes #19 The3D 2020-08-20 17:09:23 +0200
  • dc64b7f992 Merge branch 'feat/debt-token-fixes' into 'master' The-3D 2020-08-20 14:35:31 +0000
  • ec0498bd3b Merge branch 'master' into feat/debt-token-fixes andyk 2020-08-20 17:26:49 +0300
  • 735a00b5f3 fix minor debt token issues andyk 2020-08-20 17:26:06 +0300
  • 8bdbd0a7ce Merge branch 'master' of gitlab.com:aave-tech/protocol-v2 The3D 2020-08-20 16:18:08 +0200
  • fa32406b48 Removed redundant virtual in IVariableDebtToken The3D 2020-08-20 16:04:03 +0200
  • 57fb45e380 remove named return in calculateAvailableCollateralToLiquidate andyk 2020-08-20 16:31:52 +0300
  • 7c3d5e0239 Merge branch 'feat/remove-payable' into 'master' The-3D 2020-08-20 13:29:31 +0000
  • 26115b4601 RepayLocalVars removal andyk 2020-08-20 16:12:19 +0300
  • a6e78856a0 remove using WadRayMath and SafeMath duplication andyk 2020-08-20 16:01:54 +0300
  • 3a24d4e434 remove unused Address lib imports andyk 2020-08-20 15:35:51 +0300
  • 39984383c6 remove payable, add IAToken and ILendingPool andyk 2020-08-20 15:32:20 +0300
  • ae8878a50e fix more imports andyk 2020-08-20 13:44:51 +0300
  • 65f0ebf4f4 Merge branch 'feat/token-distributor-removal' into 'master' The-3D 2020-08-20 10:30:37 +0000
  • 8a8c75c713 Fixed flashloan test The3D 2020-08-20 12:21:42 +0200
  • 028d859a54 Merge branch 'master' into feat/token-distributor-removal The3D 2020-08-20 11:32:26 +0200
  • 440e5565ce Merge branch 'fix/7' into 'master' The-3D 2020-08-20 08:34:26 +0000
  • a437512ae9 Removed origination fee event, variables The3D 2020-08-20 09:56:43 +0200
  • 76fcb20b44 Code cleanup The3D 2020-08-20 09:51:21 +0200
  • 1a2bfcbf45 remove FeeProvider setters and getters andyk 2020-08-19 19:06:32 +0300
  • 2579bbcfec removal of TOKEN_DISTRIBUTOR constant andyk 2020-08-19 18:58:53 +0300
  • d60f7b6272 removal of TokenDistributor, FeeProvider and FlashLoanVars andyk 2020-08-19 18:56:51 +0300
  • 926d25dba8 Cleaned up validation logic The3D 2020-08-19 16:57:49 +0200
  • a419ca9014 Further cleaned up reserveLogic The3D 2020-08-19 16:39:04 +0200
  • b68bb992fb Cleaned up reserveLogic The3D 2020-08-19 16:36:58 +0200
  • 7d23041849 Configured gitignore The3D 2020-08-19 16:17:27 +0200
  • 5b33ea65d1 Initial fix The3D 2020-08-19 16:10:08 +0200
  • 0e9883d1f9 Merge branch 'refactoring/addresses-provider' into 'master' Andrey Ko 2020-08-19 13:03:23 +0000
  • 6a4caff6e4 AddressesSorage and UintStorage removal, guidlene fixes in AddressesProvider andyk 2020-08-19 15:53:00 +0300
  • d141d090e4 migrate to ethers v5 andyk 2020-08-19 15:23:41 +0300
  • e01b39814d Merge branch 'fix/8' into 'master' The-3D 2020-08-19 11:33:46 +0000
  • 90b2625bc0 Refactored tests, burn and mint function The3D 2020-08-19 12:56:39 +0200
  • 576fd4ec55 Initial refactor The3D 2020-08-18 21:19:11 +0200
  • 573738cd7b Merge branch 'fix/16' The3D 2020-08-18 20:07:18 +0200
  • dd008ae226 Refactored code The3D 2020-08-18 18:48:23 +0200
  • 61053e9ca4 Merge branch 'fix/16' into 'master' Andrey Ko 2020-08-18 14:26:50 +0000
  • 7b51fde8e7 Added tests for debt tokens upgradeability emilio 2020-08-18 12:16:48 +0200
  • 3247fb8784 Added mock debt tokens for test emilio 2020-08-18 11:39:34 +0200
  • 4a4073f1a9 Added function to update stable/variable debt tokens emilio 2020-08-18 02:16:46 +0200
  • 674b885b31 Updated initReserve() with proxies emilio 2020-08-17 21:28:50 +0200
  • 45d12fd43d Merge branch 'fix/17' into 'master' The-3D 2020-08-17 14:52:32 +0000
  • d7656839fa Fixes remaining tests emilio 2020-08-17 13:48:23 +0200
  • 142cec24e7 fixed usage as collateral tests emilio 2020-08-17 11:59:38 +0200
  • ffb3c9f39d Fixes flashloans tests emilio 2020-08-14 19:05:31 +0200
  • fbc6205479 Fixes liquidation/transfer tests emilio 2020-08-13 19:25:29 +0200
  • db17958737 Fixes the borrow-repay-variable scenario emilio 2020-08-13 16:58:06 +0200
  • 85f6feba89 Further fix emilio 2020-08-13 16:15:34 +0200
  • 991fba36c3 Fixes borrow-repay-stable scenario emilio 2020-08-13 16:15:02 +0200
  • 8af0e9fd11 Fixed borrow negatives emilio 2020-08-13 15:46:31 +0200
  • 78023ae5c3 Fixed redeem negatives emilio 2020-08-13 15:37:11 +0200
  • f149d9e56a Fixed redeem scenarios emilio 2020-08-13 14:58:44 +0200
  • 547c95dc1a Updated deposit scenarios emilio 2020-08-13 14:32:41 +0200
  • 3c3e4d146a First refactor of the tests; replaced ETH with WETH in the configuration emilio 2020-08-13 13:06:23 +0200
  • 1b2594b550 Fixed syntax error emilio 2020-08-12 19:42:40 +0200
  • 1d02b7f5e3 Initial commit emilio 2020-08-12 19:36:58 +0200
  • 9ac6bfa90b Merge branch 'fix/15' into 'master' The-3D 2020-08-12 15:04:16 +0000
  • b5264a7c66 Removed rayPow emilio 2020-08-11 12:32:34 +0200
  • afc9612ac4 Updated optimization in aToken and debt tokens emilio 2020-08-11 12:26:15 +0200
  • 9b0b190019 Fixed compounded interest approximation emilio 2020-08-11 10:11:35 +0200
  • 413b648b41 implementation emilio 2020-08-11 09:36:46 +0200
  • 83952c2975 Merge branch 'feat/10' into 'master' The-3D 2020-08-11 07:33:00 +0000
  • 7bb6f2fef2 Space emilio 2020-08-11 09:23:57 +0200
  • b3bf8d66a2 Updated initReserve() parameter emilio 2020-08-11 09:20:47 +0200
  • 1e5c3d7234 Removed gitignore newline The3D 2020-08-10 20:23:36 +0200
  • ed59381220 Removed gitignore The3D 2020-08-10 20:22:39 +0200
  • b387bcf845 Added upgradeability tests The3D 2020-08-10 20:20:08 +0200
  • 734d125cd7 added function to update the aToken instance The3D 2020-08-10 15:29:18 +0200
  • fb5377a63e Gas optimization in getNormalizedIncome/getNormalizedDebt emilio 2020-08-10 00:11:06 +0200
  • 49bca9febb Optimized aToken - turned pool and underlying asset address into immutables emilio 2020-08-08 19:21:23 +0200
  • 50bb9d39b0 Merge branch 'master' into feat/10 emilio 2020-08-07 19:32:34 +0200
  • cf3f68653f Updated setup script emilio 2020-08-07 19:29:13 +0200
  • a0bf692373 Initial commit emilio 2020-08-07 18:23:52 +0200
  • 06166c665d Merge branch 'feat/3' into 'master' The-3D 2020-08-07 13:58:26 +0000
  • 1015a7ca13 Fixes comments emilio 2020-08-06 19:49:41 +0200
  • 5c4df95b87 Added comments to UserConfiguration emilio 2020-08-06 09:57:12 +0200
  • f9115b7030 refactored UserLogic emilio 2020-08-06 09:52:15 +0200
  • 8df5182c59 Fixed bugs in user configuration emilio 2020-08-06 00:46:22 +0200
  • 1eb2d11a3d initial commit emilio 2020-08-05 12:40:24 +0200
  • d8dd838d85 Merge branch 'feat/13' into 'master' The-3D 2020-08-03 10:51:41 +0000
  • 23f8f65890 Merge branch 'fix/14' into 'feat/13' The-3D 2020-08-03 09:31:38 +0000
  • d8424d43a5 Added comments emilio 2020-08-03 09:08:07 +0200
  • c86884ef28 Fixes tests on liquidation emilio 2020-08-02 18:36:04 +0200
  • 692cc87f62 Updated PercentageMath to support two decimals of precision The3D 2020-07-27 16:14:21 +0200
  • 11e06e2e92 Refactored code to use PercentageMath, fixed PercentageMath bug The3D 2020-07-27 13:47:48 +0200
  • 4baf17d9e6 added percentMath The3D 2020-07-27 12:32:54 +0200