Commit Graph

  • 59bfdc39f2 Fix conflicts David Racero 2020-09-14 19:59:00 +0200
  • 4ec61ee993 When transfer, check pause at pool to save one external call. David Racero 2020-09-14 19:46:27 +0200
  • d542f098c1 fixed deposit, withdraw tests The3D 2020-09-14 19:25:45 +0200
  • 80da6f2e7a Merge branch 'feat/36-permit-atoken' into 'master' The-3D 2020-09-14 15:30:44 +0000
  • 0d36eab807 Merge branch 'master' into feat/36-permit-atoken eboado 2020-09-14 17:27:12 +0200
  • 721dc1c832 - Fixed comment on permit(). eboado 2020-09-14 17:27:08 +0200
  • fce0baffd5 Merge branch '33-add-native-credit-delegation' into 'master' Ernesto Boado 2020-09-14 15:25:52 +0000
  • a87dae445f Merge branch 'master' into 33-add-native-credit-delegation eboado 2020-09-14 17:24:55 +0200
  • 6d96be5f42 - Added extra natspecs eboado 2020-09-14 17:18:57 +0200
  • 9d757aaa37 fix docustring andyk 2020-09-14 17:57:59 +0300
  • 64066a14ec Rename IS_ACTIVE to NOT_PAUSED error. David Racero 2020-09-14 16:09:57 +0200
  • c531b87703 Merge branch 'master' into feat/36-permit-atoken eboado 2020-09-14 16:02:53 +0200
  • 98ed475000 Remove Context and account from PausablePool events. David Racero 2020-09-14 15:59:11 +0200
  • 748312cf20 - Added permit() to aToken. eboado 2020-09-14 15:57:11 +0200
  • 5af23057fa Fix conflicts. David Racero 2020-09-14 15:53:34 +0200
  • 775d003cc0 Keep standard paused() name function. David Racero 2020-09-14 15:33:24 +0200
  • 6e0091a668 Added PausablePool contract to support errors by number. David Racero 2020-09-14 15:24:30 +0200
  • 7c67e0221c extra comment andyk 2020-09-14 16:16:54 +0300
  • b2ec4dd2fa Renamed totalBorrowsStable, totalBorrowsVariable The3D 2020-09-14 15:13:30 +0200
  • a6d3cfd03b Merge branch 'master' into fix/34 The3D 2020-09-14 15:09:27 +0200
  • bb4e1b5c4b Fixed errors The3D 2020-09-14 15:09:16 +0200
  • 202ddbdec4 Moved all pausable tests into their own Pausable test suite David Racero 2020-09-14 15:02:48 +0200
  • 35bff4bea2 add comment for getDebtTokenAddress function andyk 2020-09-14 15:50:46 +0300
  • d135c25b39 add borrowRateMode check on credit delegation andyk 2020-09-14 15:41:44 +0300
  • b8a7237458 Remove whenNotPaused modifier for configurator functions. Added more test cases. David Racero 2020-09-14 14:36:12 +0200
  • ad2581b0a0 Added pausable tests David Racero 2020-09-14 13:57:40 +0200
  • 4a6517dce1 Inherit Pausable from LendingPoolLiquidationManager to match same storage layout as LendingPool. David Racero 2020-09-14 13:17:06 +0200
  • bbc11eb092 Added pausable to Pool actions and aTokens at transfer, triggered by LendingPoolConfigurator. Added basic test to aToken transfer. David Racero 2020-09-14 13:03:39 +0200
  • c0c3133763 makecredit delegation per debt token andyk 2020-09-14 13:52:05 +0300
  • 4b8962d38f Commented buidler gas reporter The3D 2020-09-14 11:48:52 +0200
  • 6e92575ac2 add code to _mintToTreasury The3D 2020-09-14 11:41:14 +0200
  • 13f77ec0d2 Fixed repay The3D 2020-09-14 11:34:40 +0200
  • d1ffac6380 Merge branch 'master' into fix/34 The3D 2020-09-14 11:33:34 +0200
  • a64edb3011 Removed interest redirection leftovers The3D 2020-09-14 11:13:53 +0200
  • 5061aab9cc Added the total supply on stable debt token The3D 2020-09-14 11:09:47 +0200
  • e2500d1532 - Refactored validation logic of liquidationCall() and repayWithCollateral() to ValidationLogic. eboado 2020-09-14 10:52:31 +0200
  • 1fbe84df49 Remove unused parameter to allow compilation without optimization for coverage. David Racero 2020-09-14 10:46:57 +0200
  • 3c8018fab9 Cleaned up code, converted addressesProvider to immutable in LendingPool The3D 2020-09-14 10:43:30 +0200
  • fc2852e94e Rename updateIndexesAndTimestamp to updateState The3D 2020-09-14 09:53:21 +0200
  • 162c7924a9 Added index to mint and burn of variableDebtToken The3D 2020-09-14 09:33:53 +0200
  • dbf1a0b9e7 Merge branch 'master' into fix/34 The3D 2020-09-14 09:22:39 +0200
  • 7a8a0d6ac5 Merge branch 'master' into 30-collateral-swap eboado 2020-09-14 08:58:37 +0200
  • f3856bac12 Refactored variable names, reordered the ReserveData struct The3D 2020-09-13 11:58:45 +0200
  • edfcdd6db4 Removed timestamp from stableDebtToken The3D 2020-09-13 10:58:36 +0200
  • 0911f907a8 Fixes #35 eboado 2020-09-13 10:08:14 +0200
  • 7794839f3c Merge branch 'fix/29' into 'master' Ernesto Boado 2020-09-12 15:23:45 +0000
  • 70e1f88ce4 removed comment The3D 2020-09-12 13:19:41 +0200
  • 0d9a18813f Added optimization on mint and burn The3D 2020-09-12 13:18:17 +0200
  • 7383fc9786 Merge branch 'master' into fix/29 The3D 2020-09-11 16:47:47 +0200
  • 420b48978f Merge branch '32-deposit-on-behalf-of' into 'master' The-3D 2020-09-11 14:43:57 +0000
  • b5efaa740f Added total supply timestamp on the stable debt token The3D 2020-09-11 15:22:54 +0200
  • 4058a7284c Update storage layout of LendingPoolLiquidationManager to add new mapping from LendingPool. Fixes delegatecall liquidation error. David Racero 2020-09-11 12:59:19 +0200
  • f355ae219f Merge branch 'master' into 33-add-native-credit-delegation eboado 2020-09-11 11:25:42 +0200
  • d3f9cd2191 Merge branch 'master' into 32-deposit-on-behalf-of eboado 2020-09-10 21:40:26 +0200
  • 496f6f0769 Merge branch 'feat/26-repay-collateral' into 'master' Ernesto Boado 2020-09-10 19:27:07 +0000
  • 167f02533f Delete "if" condition due always will be true. Delete unreachable "else" code at repayWithCollateral. David Racero 2020-09-10 13:30:57 +0000
  • 73d7ca001c added configurator tests The3D 2020-09-10 13:52:07 +0200
  • 3563f1379d Updated configurator for the reserve factor The3D 2020-09-10 13:26:02 +0200
  • c3b1ab0585 Refactored interestRateStrategy The3D 2020-09-10 13:21:50 +0200
  • af362141fd Added reserveFactor to getReserveConfigurationData The3D 2020-09-10 13:16:32 +0200
  • 831bc3d0eb Added tests to check repay with collateral when is disabled David Racero 2020-09-10 13:05:26 +0200
  • de8ae523c8 Fixed total supply, tests The3D 2020-09-10 13:05:02 +0200
  • 4a1e1156f4 Merge local branch The3D 2020-09-10 12:51:52 +0200
  • 1d2617a4ce fix usageAsCollateral test andyk 2020-09-10 13:31:43 +0300
  • 3df87a8e5d Initial commit The3D 2020-09-10 11:25:45 +0200
  • e923324ea5 Removed duplicated comment The3D 2020-09-10 09:57:15 +0200
  • 53112c0982 Merge changes David Racero 2020-09-09 21:26:52 +0200
  • 113c481512 Fixed coverage random failing tests. Added coverage network and minimal config. David Racero 2020-09-09 21:24:20 +0200
  • a67c56c09f Removed interest redirection, fixed tests The3D 2020-09-09 21:16:39 +0200
  • 4b3abac526 Merge branch 'master' into feat/26-repay-collateral eboado 2020-09-09 21:12:36 +0200
  • a3934152fe updated interest redirection The3D 2020-09-09 19:43:41 +0200
  • 0f06c3b72e updated interest redirection tests The3D 2020-09-09 17:20:36 +0200
  • 23b7226a73 Fix bignumber global test config David Racero 2020-09-09 16:35:49 +0200
  • 398335124f Added collateral test to flash liquidation David Racero 2020-09-09 15:43:02 +0200
  • 2b930e4cd7 Merge branch 'feat/26-repay-collateral' of gitlab.com:aave-tech/protocol-v2 into feat/26-repay-collateral David Racero 2020-09-09 14:47:56 +0200
  • f1bd569346 Added reentrancy test and full amount flash liquidation test David Racero 2020-09-09 14:47:33 +0200
  • 3173bee782 initial implementation of the credit delegation + basic tests andyk 2020-09-09 15:33:05 +0300
  • 75c5c7c615 - Added test for user's usage as collateral on repayWithCollateral(). eboado 2020-09-09 14:22:35 +0200
  • 223690f5f1 Fixed test on transfer, updated interest redirection tests The3D 2020-09-09 14:15:38 +0200
  • d828c63a83 - Added reset of user's usage as collateral on repayWithCollateral(). eboado 2020-09-09 13:21:19 +0200
  • 91e064eb31 Merge branch 'feat/26-repay-collateral' of gitlab.com:aave-tech/protocol-v2 into feat/26-repay-collateral eboado 2020-09-09 13:07:10 +0200
  • 37a9c7ad88 - Added reentrancy guard on repayWithCollateral() and test. eboado 2020-09-09 13:06:46 +0200
  • 940d9d44f2 redo useless change of package.json andyk 2020-09-09 13:48:52 +0300
  • 9d7bf388a6 initial changes + test andyk 2020-09-09 13:47:27 +0300
  • b0084aaf33 Fixes borrow, repay, swap rate mode, rebalance tests The3D 2020-09-09 11:43:11 +0200
  • 77ca4b47f8 add failing test for setUsingAsCollateral andyk 2020-09-09 12:36:13 +0300
  • 6454f040e8 Fixed withdrawal tests The3D 2020-09-09 10:44:34 +0200
  • 90de5d2b0f Fixed transfer tests The3D 2020-09-09 10:03:19 +0200
  • 863d888be6 Added flash-liquidation tests, mimics self-liquidation tests David Racero 2020-09-08 20:06:28 +0200
  • 56ddeceb94 - Added extra test of repayWithCollateral() on self-liquidation. eboado 2020-09-08 16:25:16 +0200
  • 2e8f6ee02c Updating withdrawal tests The3D 2020-09-08 16:14:32 +0200
  • 3aa0dbc570 - Added tests of repayWithCollateral(), only for self-liquidation. eboado 2020-09-08 15:05:53 +0200
  • e3c422468d Updated comment The3D 2020-09-08 13:48:33 +0200
  • 03767e003f Fixes deposits tests The3D 2020-09-08 13:45:24 +0200
  • 4912f3bb73 update tests calculation logic on swap andyk 2020-09-08 13:08:16 +0300
  • a7b6beef48 Initial refactor commit The3D 2020-09-07 17:55:47 +0200
  • aaab81bc15 add hf related test andyk 2020-09-07 16:59:41 +0300
  • 212cf76f23 add base tests andyk 2020-09-07 16:48:46 +0300
  • 721e73c36e add error from lib andyk 2020-09-07 14:41:27 +0300
  • 5e3b6869b5 add check of 0 amountToReceive andyk 2020-09-07 13:00:28 +0300