Commit Graph

  • 18ce2b3637 - Added view to getMarketId() eboado 2020-11-30 09:23:31 +0100
  • 495eed33ca Merge branch 'fix/175' into 'master' Ernesto Boado 2020-11-28 17:29:02 +0000
  • 9fc6c32905 Removed redundant code in ATokensAndRatesHelper The3D 2020-11-28 13:33:35 +0100
  • dcc60f5966 Updated migration script The3D 2020-11-28 13:32:13 +0100
  • c9875f0a8f Handled reserveFactor in the scenario tests The3D 2020-11-28 13:28:50 +0100
  • 7892587f1b Updated migration scripts to add the reserve factor configuration The3D 2020-11-28 12:54:54 +0100
  • 872eb3ff94 Merge branch 'fix/172' into 'master' Ernesto Boado 2020-11-28 07:59:07 +0000
  • 2bebc6fdfd Removed space The3D 2020-11-27 18:26:00 +0100
  • e5ec690a21 Removed unused code The3D 2020-11-27 18:23:17 +0100
  • bfa52fb3a8 Fixed tests The3D 2020-11-27 18:22:23 +0100
  • 9165cdc4d5 Updated migration scripts for the reserve factor The3D 2020-11-27 18:18:31 +0100
  • 903352eaea Merge branch 'fix/174' into 'master' Ernesto Boado 2020-11-27 17:16:52 +0000
  • 798231306b Updated event on burn of stable debt The3D 2020-11-27 16:51:21 +0100
  • 8cff75f7e3 Migration scripts updated The3D 2020-11-27 16:40:00 +0100
  • 2b9e62f1f6 Merge branch 'feat/173-receiver-base' into 'master' The-3D 2020-11-27 14:31:06 +0000
  • ae94f8ba49 - Added initialization of _lendingPool to FlashLoanReceiverBase and getters. eboado 2020-11-27 15:15:05 +0100
  • c7a0ca5fb0 Added reservefactor to the commons configuration The3D 2020-11-27 11:18:04 +0100
  • 578f3171bf Merge branch 'fix/171-getter-marketid' into 'master' The-3D 2020-11-27 09:08:23 +0000
  • 5e9ccb5244 - Added getter to _marketId eboado 2020-11-27 10:00:11 +0100
  • 4e25664eef Merge branch 'fix/141' into 'master' Ernesto Boado 2020-11-26 16:16:25 +0000
  • b7bae0cb67 Merge branch 'feat/166-market-id' into 'master' The-3D 2020-11-26 16:13:04 +0000
  • 3d6150a729 - Added test for onlyOwner on setMarketId() eboado 2020-11-26 17:08:09 +0100
  • c5d6fdba27 Merge branch 'master' into fix/141 The3D 2020-11-26 16:56:12 +0100
  • f6a33495e2 Merge branch 'fix/167-usage-collateral-liquidation' into 'master' The-3D 2020-11-26 15:49:35 +0000
  • 3f070d67ec - Added set of usage as collateral to true on liquidator receiving aToken. eboado 2020-11-26 16:44:32 +0100
  • b41ccf7441 Add repay with same asset unit test Gerardo Nardelli 2020-11-26 12:42:42 -0300
  • 2adbc54475 Merge branch 'fix/159' into 'master' Ernesto Boado 2020-11-26 15:29:27 +0000
  • 34264243be Merge branch 'master' into fix/159 The3D 2020-11-26 16:18:33 +0100
  • 3b85560340 Merge branch '170-move-mint-after-the-transfer-in-deposit' into 'master' Ernesto Boado 2020-11-26 15:17:03 +0000
  • 9924ecc64a Merge branch 'feat/168-remove-initialize' into 'master' The-3D 2020-11-26 15:14:19 +0000
  • 43712d8a2b Support marketId argument David Racero 2020-11-26 16:11:40 +0100
  • fce475ee91 Merge branch 'master' into feat/168-remove-initialize eboado 2020-11-26 16:03:12 +0100
  • b2a871f8f7 - Removed unneed (and potentially harmful) initialize() from DelegationAwareAToken. eboado 2020-11-26 16:02:51 +0100
  • e9a94b29a9 Merge branch 'fix/169-precise-comparison' into 'master' The-3D 2020-11-26 14:57:56 +0000
  • 47e80d7e4f Moved the mint action after the transfer The3D 2020-11-26 15:57:03 +0100
  • 73c1934ada - Done less strict some other comparison with max of types eboado 2020-11-26 15:46:09 +0100
  • 977a25aee2 - Relax condition on cumulateToLiquidityIndex() eboado 2020-11-26 15:41:28 +0100
  • e1f636ccd6 Merge branch 'fix/163-tokenization-docs' into 'master' The-3D 2020-11-26 14:08:28 +0000
  • 51d3bd0430 Updated comment The3D 2020-11-26 14:58:42 +0100
  • e16d33a4d7 Updated comment The3D 2020-11-26 14:57:52 +0100
  • 56aca3e156 Updated comment The3D 2020-11-26 14:57:06 +0100
  • fa11327b59 - Added marketId and setter on LendingPoolAddressesProvider eboado 2020-11-26 13:09:49 +0100
  • d5b7df3070 Merge branch 'feat/165-repay-return' into 'master' The-3D 2020-11-26 11:00:17 +0000
  • e418bcc01e - Added return of withdraw amount to withdraw() eboado 2020-11-26 11:02:26 +0100
  • 3206c5297f - Added return value to repay() eboado 2020-11-26 10:58:38 +0100
  • 997d29a009 - Added extra comment on IStableDebtToken eboado 2020-11-26 10:51:43 +0100
  • 3cbb122a2d - Fixed typo on IStableDebtToken eboado 2020-11-26 10:38:50 +0100
  • a27239129f - Misc doc fixes eboado 2020-11-26 10:37:04 +0100
  • 3ef75e4018 - Fix redeem() = withdraw() on docs eboado 2020-11-26 10:29:53 +0100
  • 16d330c5f7 Merge branch 'master' into fix/164 eboado 2020-11-26 10:22:38 +0100
  • 7bcdce3090 - Reviewed tokenization documentation-wise - Moved interaces in protocol/tokenization to the general interfaces/ folder. eboado 2020-11-26 10:21:18 +0100
  • 3415204216 Update adapter docs Gerardo Nardelli 2020-11-25 15:49:11 -0300
  • c5f7671057 Merge branch 'fix/164' into 'master' Ernesto Boado 2020-11-25 17:56:59 +0000
  • bc969d926e Add swapAndRepay unit tests Gerardo Nardelli 2020-11-25 14:55:46 -0300
  • 92a731ec2c Updated libraries The3D 2020-11-25 18:33:49 +0100
  • 513c7c09f1 Merge branch 'master' into 'certora/integrationStep2' pistiner 2020-11-25 16:20:07 +0000
  • 7cabecafe3 Merge branch 'fix/162' into 'master' Ernesto Boado 2020-11-25 15:48:15 +0000
  • 00477d9334 - Added using to LendingPoolConfigurator eboado 2020-11-25 16:17:08 +0100
  • 7d96451ced Updated comment The3D 2020-11-25 15:31:27 +0100
  • c997a910c8 Updated comment The3D 2020-11-25 15:31:03 +0100
  • 43d64c4509 Updated LendingPoolConfigurator The3D 2020-11-25 15:27:17 +0100
  • cdd922c908 Merge fixes Gerardo Nardelli 2020-11-25 11:07:33 -0300
  • 71ea58f758 Merge branch 'master' into feat/uniswap-adapter-flashloan Gerardo Nardelli 2020-11-25 10:46:01 -0300
  • a496be8833 Refactor to avoid leftovers on _swapAndRepay with flash loan Gerardo Nardelli 2020-11-25 10:44:50 -0300
  • 85a79edda0 Merge branch 'feat/161-docs-collateral-manager' into 'master' The-3D 2020-11-25 12:59:08 +0000
  • f9290705a0 Removed space in comments The3D 2020-11-25 13:45:52 +0100
  • ee11faa573 Updated comments, renamed variales The3D 2020-11-25 13:41:09 +0100
  • ba516a10d0 - Improved docs and naming on LendingPoolCollateralManager eboado 2020-11-25 12:03:11 +0100
  • e4bccaed91 Fixed ILendingPool interface The3D 2020-11-25 11:40:55 +0100
  • 4d2d9e8459 Avoid leftovers on swapAndRepay Gerardo Nardelli 2020-11-24 14:06:58 -0300
  • 0431f0dcbc Merge branch 'feat/160-structs-movement' into 'master' The-3D 2020-11-24 16:17:29 +0000
  • 1054dea632 Removed reserveLogic import from WETHGateway The3D 2020-11-24 17:07:47 +0100
  • 126458c7aa Updated ReserveMap and UserMap The3D 2020-11-24 16:17:27 +0100
  • 50e5ea907b Add first draft of swapAndRepay without using flash loans Gerardo Nardelli 2020-11-24 12:11:13 -0300
  • 093e692573 - Unexcluded types/ on contracts libraries eboado 2020-11-24 15:11:02 +0100
  • 8289fa7adb Merge branch 'certora/integrationStep2' of https://gitlab.com/aave-tech/protocol-v2 into certora/integrationStep2 pistiner 2020-11-24 16:08:32 +0200
  • 7c53ad84fa fixed syntax error pistiner 2020-11-24 16:08:23 +0200
  • 5532ebdc8a - Moved data types (structs and enum) to a DataTypes library, to simplify interfaces eboado 2020-11-24 14:53:34 +0100
  • 42954bca14 Update .gitlab-ci.yml pistiner 2020-11-24 13:48:09 +0000
  • bb52ba0659 Updated import paths pistiner 2020-11-24 15:46:09 +0200
  • 70ab16b3f6 Merged master into certora/integrationStep2 pistiner 2020-11-24 15:26:35 +0200
  • 6dc710fd45 Update .gitlab-ci.yml pistiner 2020-11-24 13:02:57 +0000
  • 66bb895cec Updated running script of UserConfiguration library. pistiner 2020-11-24 14:53:09 +0200
  • 16e67c00c3 Merge branch 'feat/153-improve-docs' into 'master' The-3D 2020-11-23 18:47:09 +0000
  • 3e6a9d3596 Updated comment The3D 2020-11-23 19:26:25 +0100
  • e415c9cd4d Updated comment The3D 2020-11-23 19:20:18 +0100
  • 10e9f17446 Added interface for LendingPoolLiquidationManager The3D 2020-11-23 19:17:19 +0100
  • eecb0b4fef Replaced borrows with debt in comments and the InterestRateStrategy contract The3D 2020-11-23 18:52:52 +0100
  • 584a567635 Updated flashloan updateInterestRates The3D 2020-11-23 18:44:13 +0100
  • 9be311562a Merge branch 'certora/integrationStep2' of https://gitlab.com/aave-tech/protocol-v2 into certora/integrationStep2 pistiner 2020-11-23 19:25:57 +0200
  • 296f1046ad Updated integirtyBalanceOfTotalSupplyOnBurn rule for StableDebtToken. pistiner 2020-11-23 19:25:47 +0200
  • b270a7a229 Merge branch 'test-ci' into 'master' Ernesto Boado 2020-11-23 16:12:51 +0000
  • 68e3e200e0 Edit custom project name to use different network David Racero 2020-11-23 16:47:05 +0100
  • becabfd726 rollback tag David Racero 2020-11-23 16:39:22 +0100
  • 651acd12c2 Run CI David Racero 2020-11-23 16:36:55 +0100
  • 4629dcd194 Merge branch 'master' into feat/153-improve-docs eboado 2020-11-23 15:57:41 +0100
  • e2d1a274bc Merge branch 'master' into feat/153-improve-docs eboado 2020-11-23 15:56:55 +0100
  • 13ce62ebe4 Merge branch '155-use-the-delegationawareatoken-for-the-uni-deployment' into 'master' Ernesto Boado 2020-11-23 14:53:28 +0000
  • 6e7567c842 Merge branch 'master' into '155-use-the-delegationawareatoken-for-the-uni-deployment' David Racero 2020-11-23 14:24:25 +0000
  • 8ccb92670b Merge branch '154-updates-for-walletbalalanceprovider-contract' into 'master' Ernesto Boado 2020-11-23 14:06:28 +0000