Skip to content

Releases: aave/aave-v3-core

v1.19.4

25 Jun 17:57
b74526a
Compare
Choose a tag to compare

1.19.4 (2024-06-19)

Bug Fixes

v1.19.3

07 Mar 08:56
724a9ef
Compare
Choose a tag to compare

1.19.3 (2024-03-07)

Bug Fixes

v1.19.2

17 Oct 10:29
6070e82
Compare
Choose a tag to compare

1.19.2 (2023-10-17)

Bug Fixes

v1.19.1

04 Jul 14:34
cad2ceb
Compare
Choose a tag to compare

1.19.1 (2023-07-04)

Bug Fixes

v1.19.0

04 Jul 11:15
110cf9d
Compare
Choose a tag to compare

1.19.0 (2023-07-04)

Features

  • add OpenZeppelin SafeERC20 and Address dependencies (#859) (493bb4d)

Bug Fixes

  • add natspec docs to flags of reserve configuration map (#854) (792c23e)
  • remove initial config of fee params in pool initialize function (#846) (3bb960b)
  • Soften solidity version of FlashLoanBase contracts (#861) (364a779)

v1.18.0

26 Jun 20:53
4210352
Compare
Choose a tag to compare

1.18.0 (2023-06-26)

Features

Bug Fixes

  • communicate correct premium in case of debt-bearing flashloan (#822) (7b2a284)
  • Fix collateral behavior of zero-ltv assets (#820) (ea48670)
  • Fix event checks in test cases (#824) (29ff9b9)
  • linting (#837) (97cb6ea)
  • Return final withdraw amount in L2Pool withdraw fn (#831) (37b4d1f)

v1.17.2

31 Jan 14:54
a00f28e
Compare
Choose a tag to compare

1.17.2 (2023-01-31)

Bug Fixes

  • expose error list and types at npm package (#809) (0334bf2)

v1.17.1

11 Jan 09:36
641c12a
Compare
Choose a tag to compare

1.17.1 (2023-01-10)

Bug Fixes

v1.17.0

28 Dec 16:05
9630ab7
Compare
Choose a tag to compare

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)

v1.16.2

01 Aug 08:29
287ec28
Compare
Choose a tag to compare

1.16.2 (2022-07-28)

Features

  • bump ci node.js to 16 (82a11d2)
  • set to hardhat 2.10.0 and ethers to 5.6.9 (9b50898)

Bug Fixes

  • dependencies (f844a45)
  • load market test data correctly, fix atoken/debt token names (72d1264)
  • remove npm ci cache, bump gas reporter to fixed version 1.0.8 set ethers to fixed version 5.6.1 (bbb2dfd)
  • upgrade periphery and deploy library to latest version (902b48a)
  • use ethers 5.5.3 to prevent different @ethersproject/bignumber version (5411930)

Miscellaneous Chores