Skip to content

v1.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 16:05
9630ab7

1.17.0 (2022-12-28)

Features

  • add additional flashloan scenario (8888093)
  • add unit test for reserve configuration (49d0f4e)
  • bump to beta version (348ce20)
  • enable and disable flashloans (bb62572)
  • remove borrow enabled requirement (8b9221b)
  • switch bit used for flashloan enabled (748818f)
  • updated price oracle sentinel interface (0457e71)
  • updates and tests (8d12d79)

Bug Fixes

  • Add license to L2Pool contract (#765) (56fd7ba)
  • add validation to simpleFlashLoan (bf652c2)
  • Avoid emitting events when balanceIncrease is zero (#745) (43f34c9)
  • Capitalize license name of contracts (fba69f0)
  • CEI to fix reentrancy risk with reentrant tokens (eg ERC777) (#704) (7fbdc6e)
  • check revert msg and event emission (284b492)
  • Complete interfaces of IReserveInterestRateStrategy and IPoolDataProvider (#766) (a00dda8)
  • Fix condition of full liquidation of collateral (#753) (56bcf5d)
  • Fix docs param in burnScaled (6b504d4)
  • Fix param of IAToken function (1cb9ba1)
  • Fix test of inaccuracy when liquidationProtocolFee is on (7d8b7bf)
  • Fix typo in docs (#752) (9ccb1ab)
  • Install the last package of periphery for the rewards contract update (066259a)
  • make InterestRateStrategy contract inheritable (d06f8f2)
  • make InterestRateStrategy contract inheritable (0311475)
  • Make transferOnLiq() virtual (6968062)
  • Minimize the IAaveIncentivesController with only the handleAction (a33f931)
  • modify interface versions to support all minor 0.8.x vers (9e95439)
  • Optimize logic for atoken self-transfers (6c3154e)
  • reentrancy in liquidationCall (cd508a7)
  • Reformat code (84b900c)
  • remove formatting conflicts (4c2cda0)
  • remove gitignore update (d7aa26a)
  • remove unrelated change (a5ce86a)
  • solution to fix liquidation failed case. (623730b)
  • streamline test (516e0e8)
  • typo (#717) (9666e99)
  • typos (#715) (7dd869f)
  • update comment for setReserveFlashLoaning (9d84549)
  • update deploy and periphery dependencies (078fa28)
  • update hardhat dependencies and fix test-suite error codes (#739) (a54692a)