Commit Graph

  • 2d8f52b86c Kovan deployment release David Racero 2020-11-10 19:18:36 +0100
  • cb5a0aa80d Kovan release David Racero 2020-11-10 18:56:31 +0100
  • 1be6b5fbc9 Merge branch 'fix/135' into 'master' Andrey Ko 2020-11-10 17:33:03 +0000
  • 80997ea965 Added checks on liquidationBonus The3D 2020-11-10 18:16:27 +0100
  • 18446c7ecd Merge branch '134-add-check-on-initreserve-that-asset-is-a-valid-contract' into 'master' The-3D 2020-11-10 17:05:11 +0000
  • 2d5e651959 Fix conflicts David Racero 2020-11-10 17:52:23 +0100
  • 743eb6ec29 Added isContract to check asset at LendingPool.initResetve function David Racero 2020-11-10 17:50:13 +0100
  • 3fc812e7fb Merge branch 'fix/130' into 'master' The-3D 2020-11-10 16:48:30 +0000
  • ec600e56e7 Merge branch 'fix/131' into 'master' The-3D 2020-11-10 16:41:13 +0000
  • 2df0598e4b Added modifiers The3D 2020-11-10 17:38:06 +0100
  • 74ab2fd126 Merge branch 'fix/133' into 'master' The-3D 2020-11-10 16:29:11 +0000
  • 12707238f8 Fixes #131 The3D 2020-11-10 17:28:43 +0100
  • fe1eab670a Merge branch 'fix/137' into 'master' The-3D 2020-11-10 16:23:16 +0000
  • 6460dd9e03 fixes #133 The3D 2020-11-10 17:21:59 +0100
  • f125eeb0c5 Removed unneeded conditions The3D 2020-11-10 17:15:36 +0100
  • 751ecf6fa3 Merge branch 'fix/136' into 'master' The-3D 2020-11-10 16:12:31 +0000
  • 92e2ecab51 Added more detailed comments on configureReserveAsCollateral The3D 2020-11-10 16:57:35 +0100
  • fed8c79884 Fixed comment in ReserveLogic The3D 2020-11-10 16:52:34 +0100
  • 643ed2f9bc Fixed comment in ReserveConfiguration The3D 2020-11-10 16:52:02 +0100
  • 690d876047 Merge branch 'fix/126' into 'master' Ernesto Boado 2020-11-10 15:45:14 +0000
  • 57ed9efd58 Validated the user balance before isActive The3D 2020-11-10 16:33:00 +0100
  • 31cbe9127e Fixed validateWithdraw The3D 2020-11-10 16:29:43 +0100
  • 084dfd1c9a Merge branch 'fix/127' into 'master' Ernesto Boado 2020-11-10 15:25:18 +0000
  • a3ee5d2ce6 Added tracking of the usage as collateral to the liquidationCall The3D 2020-11-10 16:18:31 +0100
  • f87873a6de Added natspec, isActive check The3D 2020-11-10 16:07:13 +0100
  • c8e59ca950 Merge branch 'fix/139-transferOnLiquidation-event' into 'master' The-3D 2020-11-10 14:59:20 +0000
  • d66959f4ff Refactored validation logic of rebalanceStableBorrowRate The3D 2020-11-10 15:57:49 +0100
  • 954df03124 Merge branch 'fix/124' into 'master' Ernesto Boado 2020-11-10 14:43:31 +0000
  • 673b8f22c4 Fixed validation of isActive in validateWithdraw The3D 2020-11-10 15:42:03 +0100
  • 727bc12d80 - Added Transfer event on transferOnLiquidation eboado 2020-11-10 15:40:49 +0100
  • a7115f019e Merge branch 'master' into feat/uniswap-adapter-flashloan Gerardo Nardelli 2020-11-10 11:40:25 -0300
  • ce76335078 Fixes #124 The3D 2020-11-10 15:38:43 +0100
  • b0d9dbe2a7 code improvements Gerardo Nardelli 2020-11-10 11:28:19 -0300
  • 84b34d2c1a Merge branch '138-rename-aaveprotocoltesthelpers-in-aaveprotocoldataprovider' into 'master' Ernesto Boado 2020-11-10 14:24:57 +0000
  • 4df4841767 Rename AaveProtocolTestHelpers to AaveProtocolDataProvider. Add task to deploy AaveProtocolDataProvider. David Racero 2020-11-10 15:19:47 +0100
  • 3fc261037a Merge branch 'fix/123' into 'master' Ernesto Boado 2020-11-10 13:59:16 +0000
  • 4a836740d0 Merge branch 'feat/hardhat-etherscan-dependency-graph' into 'master' Ernesto Boado 2020-11-10 13:58:38 +0000
  • c81047ca93 Fixes #123 The3D 2020-11-10 14:57:09 +0100
  • 0d0ef98fe6 Added deployment addresses. Rollback atoken deployer. David Racero 2020-11-10 14:53:16 +0100
  • cf9c8855c3 Pull the correct amount of atokens from user to avoid leftovers in repay adapter Gerardo Nardelli 2020-11-10 10:38:24 -0300
  • ce3db28503 Added tokenization verifications David Racero 2020-11-10 14:18:48 +0100
  • ee1e20568b Added check The3D 2020-11-10 14:11:01 +0100
  • ce62734786 Merge branch '122-remove-setreservedecimals-from-lendingpoolconfiguration' into 'master' Ernesto Boado 2020-11-10 13:03:48 +0000
  • d9fa61539a Removed invalid tests The3D 2020-11-10 13:59:08 +0100
  • d82c86bf26 Merge branch 'fix/121' into 'master' Ernesto Boado 2020-11-10 12:49:59 +0000
  • bfa26634a6 Removed setDecimals The3D 2020-11-10 13:47:31 +0100
  • 0c8efc2261 Added negative test on setUsageAsCollateral(), clearer require condition The3D 2020-11-10 13:45:08 +0100
  • 6eb19a2d66 Move verification to a separate task and run after deployment. Speed up verification via more logic to prevent too many retries. David Racero 2020-11-10 13:11:33 +0100
  • e907f91742 Merge branch 'fix/wb-provider-eth-mock' into 'master' The-3D 2020-11-10 09:13:31 +0000
  • 6a3695c5b7 final fix for ETH balance calculations in getUserWalletBalances andyk 2020-11-10 10:33:53 +0200
  • 6e9defe14c Add repayAllDebt flag to repay the whole debt with collateral Gerardo Nardelli 2020-11-09 16:53:03 -0300
  • 8389410819 Use latest package David Racero 2020-11-09 19:28:13 +0100
  • 4fb43f7aff Remove not used batch capabilities on repay adapter Gerardo Nardelli 2020-11-09 15:27:18 -0300
  • b3870cc107 Use fallback verification if related sources causes Solidity bug. David Racero 2020-11-09 18:55:09 +0100
  • 45f882b401 Upload source dependency graph instead of all source code while etherscan verification David Racero 2020-11-09 15:52:28 +0100
  • ef98aadd66 Merge branch 'feat/118-kovan-configs' into 'master' The-3D 2020-11-09 09:09:47 +0000
  • f46bef2b00 - Reordered rest of config parameters. eboado 2020-11-09 10:05:03 +0100
  • 33057d3e61 Merge branch 'fix-gas-estimation' into 'master' Ernesto Boado 2020-11-09 08:57:22 +0000
  • 089dd2a55a Remove buidler gas estimation to fix conflict with hardhat estimation plugin David Racero 2020-11-09 09:51:44 +0100
  • 8cd474864b Merge branch 'master' into feat/118-kovan-configs eboado 2020-11-09 08:48:30 +0100
  • d3ef60f01b Merge fix Gerardo Nardelli 2020-11-06 15:21:27 -0300
  • 3f779e2e9f Merge branch 'master' into feat/uniswap-adapter-flashloan Gerardo Nardelli 2020-11-06 14:26:31 -0300
  • 58c326e8e4 Merge branch 'fix/wb-provider-2' into 'master' The-3D 2020-11-06 15:27:51 +0000
  • 206d33eaa6 fix getUserWalletBalances of WalletBalanceProvider - 2 andyk 2020-11-06 18:23:18 +0300
  • 6aeabbe00b Add build params unit tests helpers Gerardo Nardelli 2020-11-06 12:12:40 -0300
  • 1faffa2c39 Add permit amount parameter to correctly execute permit call Gerardo Nardelli 2020-11-06 12:12:08 -0300
  • 1d0dfb443f Merge branch 'fix/wb-provider' into 'master' The-3D 2020-11-06 15:09:42 +0000
  • d7f4998f52 fix getUserWalletBalances of WalletBalanceProvider andyk 2020-11-06 18:01:19 +0300
  • 47569dccfe Updated WalletBalanceProvider to use the addressesProvider interface The3D 2020-11-06 15:32:51 +0100
  • 4de4d6cf96 Merge branch 'fix/wallet-balance-provider' into 'master' The-3D 2020-11-06 14:22:11 +0000
  • 43da90b989 Added Lending rate oracle The3D 2020-11-06 15:19:09 +0100
  • 442847dc1d fix types issue andyk 2020-11-06 17:18:13 +0300
  • 7cb042517f change wallet balance provider to support eth andyk 2020-11-06 17:06:52 +0300
  • d599dee431 Merge branch 'feat/data-helpers' into 'master' Ernesto Boado 2020-11-06 12:57:32 +0000
  • efb77fdf4c Merge branch 'master' into feat/data-helpers andyk 2020-11-06 15:54:50 +0300
  • e32b62fb6f add eth to the wallet balance provider andyk 2020-11-06 15:51:08 +0300
  • e92b4eb59d Merge branch '119-add-a-borroweth-function-to-the-weth-gateway' into 'master' Ernesto Boado 2020-11-06 12:43:03 +0000
  • bb9d98c9fd Merge branch 'fix/120' into 'master' Ernesto Boado 2020-11-06 12:40:14 +0000
  • 248782ec71 Deleted unneded imports David Racero 2020-11-06 13:25:45 +0100
  • 7beda9bcc0 Merge branch 'master' of gitlab.com:aave-tech/protocol-v2 into 119-add-a-borroweth-function-to-the-weth-gateway David Racero 2020-11-06 13:22:15 +0100
  • 167bca74ab Added borrowETH to WETHGateway. David Racero 2020-11-06 13:22:03 +0100
  • 7b6058fe3b removed unused code The3D 2020-11-06 13:02:49 +0100
  • cf4483ad87 Merge branch 'master' into feat/118-kovan-configs eboado 2020-11-06 12:58:56 +0100
  • 7d4dd6d0e0 Merge branch 'feat/117-oracle-weth' into 'master' The-3D 2020-11-06 11:51:59 +0000
  • 7c80c8d243 Merge branch '116-migrate-buidler-to-hardhat' into 'master' The-3D 2020-11-06 11:48:05 +0000
  • b5a52c2b98 Fix rename David Racero 2020-11-06 12:19:08 +0100
  • 8264835735 Merge branch '116-migrate-buidler-to-hardhat' of gitlab.com:aave-tech/protocol-v2 into 116-migrate-buidler-to-hardhat David Racero 2020-11-06 12:18:24 +0100
  • 1ee5ac78af Fix typos David Racero 2020-11-06 12:14:41 +0100
  • ef9e32f13b Fix typos David Racero 2020-11-06 12:14:41 +0100
  • 3aa5de28b4 - Added management of WETH to ChainlinkProxyPriceProvider. eboado 2020-11-06 12:09:24 +0100
  • 0b5167028b - Change Kovan configs and some affecting other networks. eboado 2020-11-06 11:20:48 +0100
  • aa354bad59 Replaced getAaveAdmin with getPoolAdmin The3D 2020-11-06 10:16:40 +0100
  • 20bbae88d3 Add swapAllBalance parameter for liquidity swap Gerardo Nardelli 2020-11-05 16:49:55 -0300
  • b5f2f283a2 Fix conflicts David Racero 2020-11-05 16:15:52 +0100
  • 60428846fe Merge branch 'add-missing-kovan-aggregators' into 'master' Ernesto Boado 2020-11-05 15:06:45 +0000
  • 5ba8045c89 Added missing aggregators David Racero 2020-11-05 15:54:45 +0100
  • 1c9eb2efbf Fix CI David Racero 2020-11-05 15:52:36 +0100
  • 48b9a603a7 Update getAmountsIn to return prices Gerardo Nardelli 2020-11-05 11:33:11 -0300
  • 51b3fb1669 Fix migration logic David Racero 2020-11-05 15:31:35 +0100
  • dcf501204a Merge branch 'fix/114' into 'master' Ernesto Boado 2020-11-05 14:31:16 +0000