Commit Graph

  • 099b1f0b05 fix: from 48 to 36 bits caps, added memory lib getters for caps Hadrien Charlanes 2021-05-25 11:22:58 +0200
  • 7a40b944df fix: cached reserve parameters in validateDeposit and validateBorrow Hadrien Charlanes 2021-05-25 11:22:13 +0200
  • 56bf996885 fix: configurator: added event borrowCapChanged in enableBorrowingOnReserve function Hadrien Charlanes 2021-05-25 09:48:08 +0200
  • 98c5bfb9a0 fix: Add interface @inheritdoc to LendingPoolConfigurator miguelmtzinf 2021-05-25 07:40:53 +0200
  • 26a09f2ba8 refactor: changed _mintToTreasury() function name The3D 2021-05-24 19:39:13 +0200
  • 24a082ff1a fix: Expose functions of LP Configurator in its interface miguelmtzinf 2021-05-24 17:31:12 +0200
  • 53c1617b32 fix: Rename internal variables of LP Configurator adding _ as prefix miguelmtzinf 2021-05-24 17:28:32 +0200
  • 8a8982b324 feat: Added usd amm market config wip. Fixed market types David Racero 2021-05-24 11:55:39 +0200
  • b47fd4f7b9 feat: updated deployment scripts for the permissioned market The3D 2021-05-24 10:46:11 +0200
  • 0150023517 fix: fixed migration script to adapt to the latest master changes The3D 2021-05-21 12:55:43 +0200
  • 7da7c1a9ce test: added test for main market with floashloan debts mode 2 Hadrien Charlanes 2021-05-14 17:46:51 +0200
  • 2168a627eb feat: added fees for flashloans mode debt Hadrien Charlanes 2021-05-14 17:46:26 +0200
  • 717db22980 fix: LendingPool/ValidationLogic: validation logic functions from internal to external for bytecodesize requirements Hadrien Charlanes 2021-05-21 10:33:14 +0200
  • 335b13e891 review-fix: mul => percentMul in premium Hadrien Charlanes 2021-05-13 21:29:18 +0200
  • a24a09a2bf test: configurator: added authorize/unauthorize test and check onlyAdmin missing on risk admin Hadrien Charlanes 2021-05-13 21:13:21 +0200
  • 90eef1ffc6 test: added test for authorized flash borrowers Hadrien Charlanes 2021-05-13 21:04:12 +0200
  • 5a1e87ae09 rename: renamed flashloaner => flashBorrower Hadrien Charlanes 2021-05-12 13:45:40 +0200
  • ccad06fc94 feat: added authorized flashloaners Hadrien Charlanes 2021-05-12 13:08:18 +0200
  • ec77fc3db4 doc: updated test naming Hadrien Charlanes 2021-05-12 09:38:55 +0200
  • 2341eae52a test: added test for registering/ unregistering riskAdmins Hadrien Charlanes 2021-05-12 09:32:03 +0200
  • c1d05a13f2 test: added test for risk admin and updated configurator tests Hadrien Charlanes 2021-05-12 02:19:30 +0200
  • 32944733bd feat: added risk admins Hadrien Charlanes 2021-05-12 01:08:02 +0200
  • 4fe36c8fa4 Introduce registry of valid Augustus addresses Jason Raymond Bell 2021-05-20 23:25:51 +0100
  • f228a5d16a feat: changed behavior for the validation of depositors and borrowers in deposit() and repay() The3D 2021-05-20 18:48:30 +0200
  • 9d1cb50d76 Add reentrancy guard to adapter Jason Raymond Bell 2021-05-20 17:36:41 +0100
  • d8b8d50de8 Use better types than address Jason Raymond Bell 2021-05-20 16:50:20 +0100
  • f2e8c2337d feat: adjusted lendingpool permissions The3D 2021-05-20 17:08:33 +0200
  • bf7b19a181 Add comments to empty constructor bodies Jason Raymond Bell 2021-05-20 15:41:59 +0100
  • 38bec942da Check lengths of all the arrays Jason Raymond Bell 2021-05-20 15:00:22 +0100
  • afeb5fb996 Remove _usePermit function Jason Raymond Bell 2021-05-20 14:47:10 +0100
  • 5b45be6a44 Don't ignore return value of withdraw Jason Raymond Bell 2021-05-20 14:38:24 +0100
  • d26b1beb68 Fix _getDecimals function Jason Raymond Bell 2021-05-20 14:14:51 +0100
  • 11d0367d3c Explain code to overwrite fromAmount in comment Jason Raymond Bell 2021-05-20 14:00:34 +0100
  • b13a01d8b8 Rename _pullAToken function Jason Raymond Bell 2021-05-20 13:45:50 +0100
  • fe05ceccd6 Use safeTransfer for rescueTokens Jason Raymond Bell 2021-05-20 13:40:55 +0100
  • f3418670f8 fix: fixed test with wrong descimals in uniswap liquidity swap Hadrien Charlanes 2021-05-20 12:17:47 +0200
  • 42c6123697 test: updated permission manager tests for isInAnyRole, isInAllRoles The3D 2021-05-20 11:42:50 +0200
  • 088d2733cf feat: added isInAnyRole, isInAllRoles The3D 2021-05-20 11:38:22 +0200
  • db9a5b64dd feat: Add deployment curve atoken scripts David Racero 2021-05-20 10:58:35 +0200
  • 1ad9275cbd Merge branch 'master' into feat/permissioned-market The3D 2021-05-18 13:00:37 +0200
  • 53b27235ad
    Merge pull request #126 from aave/feat/defender-integration The-3D 2021-05-18 12:43:18 +0200
  • cb804585a6 fix: finalized configuration of AAVE in Aave pro The3D 2021-05-18 12:38:17 +0200
  • 83d2989eb1 fix: Fix grammar typos on commments feat/defender-integration miguelmtzinf 2021-05-18 11:40:02 +0200
  • 34c9bf209e fix: Fix typo of tenderlyRPC for tenderlyNetwork miguelmtzinf 2021-05-18 10:40:22 +0200
  • e18bd375cc refactor: refactor validation logic after merging validateHealthFactor Hadrien Charlanes 2021-05-18 09:51:38 +0200
  • 64d37bcc70 fix: Fix @tenderly/hardhat-tenderly to 1.1.0-beta.5 miguelmtzinf 2021-05-18 09:59:05 +0200
  • 2f388c1b49 fix: updated matic reserve config Hadrien Charlanes 2021-05-18 09:40:39 +0200
  • 1c69499f45 fix: named properly pause test Hadrien Charlanes 2021-05-18 09:40:08 +0200
  • 05f66f0513 feat: implemented pause validation for reserve assets Hadrien Charlanes 2021-05-10 10:01:50 +0200
  • 788ab15665 spec: added spec for reseve pause Hadrien Charlanes 2021-05-10 10:01:08 +0200
  • 87e69e84e1 test: tested configurator Hadrien Charlanes 2021-05-05 14:06:27 +0200
  • 2e1af3cadd feat: added bool isPaused in data reserve config Hadrien Charlanes 2021-05-05 10:16:09 +0200
  • e74386aa69 fix: changed market id The3D 2021-05-17 22:43:12 +0200
  • 026d16f44e feat: added the permission manager deployment script The3D 2021-05-17 21:36:52 +0200
  • e735d31a34 fix: finalized aave pro deployment scripts and configuration The3D 2021-05-17 21:12:54 +0200
  • 3656bee3a1
    Merge branch 'protocol-2.5' into feat/2.5-supply-and-borrow-caps Hadrien Charlanes 2021-05-17 19:42:59 +0200
  • 1d78df4292 fix: Fix ts issue with DRE object miguelmtzinf 2021-05-17 18:15:04 +0200
  • e6684bf268 fix: Fix package-lock json miguelmtzinf 2021-05-17 18:01:52 +0200
  • f9a0c172dd Merge branch 'master' into feat/permissioned-market The3D 2021-05-17 16:08:43 +0200
  • 93f9e6f678 feat: Add DEFENDER env variables to docker yml miguelmtzinf 2021-05-17 14:36:39 +0200
  • 329a48cd03 feat: Add defender utils and use of signer miguelmtzinf 2021-05-17 14:35:21 +0200
  • d6f92a6fad feat: Add defender-relay-client dependency miguelmtzinf 2021-05-17 14:06:48 +0200
  • 823aeb6b47 feat: Added correct fork block number for Curve Reward Aware AToken mainnet fork tests David Racero 2021-05-17 13:56:24 +0200
  • 45820122e5 fix: Add missing function dependency David Racero 2021-05-17 13:30:46 +0200
  • e8e9488523 feat: Added Curve LP support for reward aware aTokens David Racero 2021-05-17 13:09:13 +0200
  • 991a7d424f feat: Added impersonateAddress function David Racero 2021-05-17 13:11:38 +0200
  • 72eb085c12 fix: updated test with correct deposited amounts Hadrien Charlanes 2021-05-17 13:08:07 +0200
  • 93334a94ab fix: tsconfig.json typescript config David Racero 2021-05-17 10:33:54 +0200
  • 899085450c Merge branch 'master' into protocol-2.5 The3D 2021-05-15 01:06:29 +0200
  • 7395363e59 Merge branch 'protocol-2.5' into feat/gas-optimization-3 The3D 2021-05-15 00:28:21 +0200
  • 3732fd979c
    Merge pull request #116 from aave/feat/gas-optimization-4 The-3D 2021-05-14 20:26:18 +0200
  • a06bc329cf Merge branch 'protocol-2.5' into feat/gas-optimization-4 The3D 2021-05-14 20:15:32 +0200
  • bd86304872
    Merge pull request #103 from aave/feat/gas-optimization-2 The-3D 2021-05-14 20:14:01 +0200
  • 49db36726b fix: update behavior of finalizeTransfer() to proper emit the ReserveUsedAsCollateralDisabled event The3D 2021-05-14 20:00:37 +0200
  • 2aeb420b61
    Merge pull request #104 from aave/fix/101-support-registry-config The-3D 2021-05-14 15:07:40 +0200
  • eed776ca86 feat: Added support for Reward Aware AToken for Sushi LP shares feat/sushi-atokens David Racero 2021-05-14 09:11:07 +0200
  • 512877af44 Merge branch 'fix/101-support-registry-config' of github.com:aave/protocol-v2 into feat/reward-aware-tokens David Racero 2021-05-14 14:47:53 +0200
  • 9b06eb1477 feat: Improve readability of fork configuration. Support FORK_BLOCK_NUMBER enviroment variable. fix/101-support-registry-config David Racero 2021-05-14 14:47:19 +0200
  • 6f03bb9cf9 feat: merge fix/101-support-registry-config David Racero 2021-05-14 12:44:57 +0200
  • e15bdec898 feat: remove deprecated task initialize-tokens David Racero 2021-05-14 09:39:48 +0200
  • 37ba4765ea fix: solve conflicts from master David Racero 2021-05-14 09:26:22 +0200
  • 5d003429c7 feat: replaced SafeMath library The3D 2021-05-13 19:56:55 +0200
  • 9d12200b8c refactor: replaced balanceOf() with scaledBalanceOf() The3D 2021-05-13 18:44:47 +0200
  • 235f2d80ec refactor: added validation on withdraw/finalizeTransfer - only check the HF if the user is using the asset as collateral or is borrowing The3D 2021-05-13 18:27:15 +0200
  • 2507a2220b comments: fixed comment for validateHealthFactor() The3D 2021-05-13 16:42:14 +0200
  • 4ce6573aaa feat: Remove gasUsage variable due is unused. David Racero 2021-05-12 17:37:38 +0200
  • cd8c1922f9 fix: Add missing override for UNDERLYING_ASSET_ADDRESS function at AToken.sol David Racero 2021-05-12 17:34:28 +0200
  • f78dce9d2b fix: undo changes at IAToken.sol David Racero 2021-05-12 17:23:50 +0200
  • d6ede6c87e feat: Added Rewards Aware ATokens tests and scripts. David Racero 2021-05-12 17:09:49 +0200
  • 55a9880c79 feat: Reward aware aToken contracts David Racero 2021-05-12 09:47:45 +0200
  • b4ed523a64
    Merge pull request #68 from aave/polygon-verifier The-3D 2021-05-12 12:49:57 +0200
  • 38701827f5
    Merge pull request #112 from aave/feat/ui-pool-data-provider-task The-3D 2021-05-12 11:00:22 +0200
  • 8072db2f27 logs: remove unneeded debug log David Racero 2021-05-12 10:24:03 +0200
  • 095d5bff90 typo: rename getWrappedNativeTokenddress to getWrappedNativeTokenAddress David Racero 2021-05-12 10:23:15 +0200
  • b7462c6be2 feat: update UiPoolDataProvider task to match other tasks code style. Fix old reference of verifyContract at deployUiPoolDataProvider function. David Racero 2021-05-12 10:15:41 +0200
  • 6312f9ad64 logs: organize logs at tenderly-utils.ts David Racero 2021-05-12 09:50:24 +0200
  • 009752df4f
    fix: typo at console.log David Racero 2021-05-12 09:46:05 +0200
  • 51c0ccaca3
    Merge branch 'master' into fix/101-support-registry-config David Racero 2021-05-11 15:10:32 +0200
  • e45dff586b
    Merge pull request #18 from kartojal/feat/add-compile-prior-tests The-3D 2021-05-11 14:04:29 +0200
  • 4f7ce7e202
    Merge branch 'master' into polygon-verifier David Racero 2021-05-11 12:55:17 +0200