Skip to content

Releases: aave/aave-v3-core

@aave/core-v3 v1.16.1

14 Jul 09:39
fdabdcf
Compare
Choose a tag to compare

Bug Fixes

  • add comment for undocumentted parameter (ba0e4ee)
  • Add helpers for proxy contracts (eip1967 slots) (d82be43)
  • Fix ts type of contract in tests (12373ca)

@aave/core-v3 v1.16.0

15 Mar 19:40
bf4aa7a
Compare
Choose a tag to compare

Features

  • updated price oracle sentinel interface (f6b71f5)

Bug Fixes

  • Fix docstrings of ISequencerOracle (4391fd4)

@aave/core-v3 v1.15.0

07 Mar 07:50
0e9927e
Compare
Choose a tag to compare

Features

  • add owner constructor parameter to contracts that inherits Ownable to support CREATE2 factory deployment (b6cc245)
  • bump beta deploy package (fbcf885)
  • refactored executeLiquidationCall function (63e43ef)

Bug Fixes

  • add owner parameters to test suites (6e96821)
  • Move reservesData param to the beginning of the param list (0872cb4)

@aave/core-v3 v1.14.2

02 Mar 11:49
b3b18fc
Compare
Choose a tag to compare

Bug Fixes

  • Replace ...PriceAddress with ...PriceSource (10a8667)
  • Use EModeLogic::isInEModeCategory in executeLiquidationCall (28f72fe)

@aave/core-v3 v1.14.1

01 Mar 13:30
17d7b9d
Compare
Choose a tag to compare

Bug Fixes

  • Improve consistency of function naming of CalldataLogic (1a5517d)
  • Use memory instead of storage in getLiquidationBonus (deccf52)

@aave/core-v3 v1.14.0

25 Feb 13:20
ccc3c5e
Compare
Choose a tag to compare

Features

  • clean dependencies and upgrade child dependencies (7ca97ca)
  • removed obsolete files for the certora tools (d7e0e7c)

Bug Fixes

  • reserves renamed to reservesData or reservesList when fitting (3a6b928)
  • Cleanup naming and remove duplicate tests (6ed5891)
  • Fix typo in package contributors tag (14a3b6d)
  • Moved getUserAccountData logic to PoolLogic to minimize contract size (b07bdab)
  • Natspec for IPool::swapBorrowRateMode() (5b016fc)
  • Place interface extension declaration at the end (19c015e)
  • Rename reserves to reservesList (4b0af0b)
  • Revert dependencies to last working state (ff4d987)
  • typo in tech paper (d6b9cbc)
  • Update contributors etc in package.json (60fc967)
  • Update gas optimization numbers (8719929)

@aave/core-v3 v1.13.1

27 Jan 16:10
4b21ad0
Compare
Choose a tag to compare

Bug Fixes

  • Add virtual to getReserveNormalizedIncome function (bc10fd2)
  • Mark all functions as virtual (f6932b3)

@aave/core-v3 v1.13.0

25 Jan 20:32
63d935f
Compare
Choose a tag to compare

Features

@aave/core-v3 v1.12.0

25 Jan 20:07
6a3f790
Compare
Choose a tag to compare

Features

  • bump @aave/deploy-v3 version (85ec0fe)

Bug Fixes

  • missing library at test, add updated deploy beta package (67a5c80)

@aave/core-v3 v1.11.1

25 Jan 18:58
376cefe
Compare
Choose a tag to compare

Bug Fixes

  • Add natspec and handle naming (1f5c8a9)
  • Adding literal params struct to initReserve (43cced7)
  • Change function modifier of MAX_NUMBER_RESERVES to pure (dc34a67)
  • Error library (475eb1d)
  • fix comments (b90b888)
  • Move dropReserve logic to PoolLogic (169d72c)
  • Move initReserve and getReservesList to PoolLogic (b0ef5e4)
  • Move availableLiqudity assignment in DefaultReserveInterestRateStrategy (8c82d9d)
  • Move comment up in validationlogic (cbdaa30)
  • Move getters back to Pool, rename execute for functions called by pool (106b617)
  • Naming Atoken to AToken (0d50841)
  • Remove unneeded comment (1cb2324)
  • Remove unneeded comment (4134d89)
  • Remove unneeded fields in FlashLoanLocalVars struct (9cb3a05)
  • Remove unneeded import of interface in Pool (cc49160)
  • Rename flashloanRepayment internal funciton to _flashloanRepayment (3e18b8a)
  • Replace > 0 with != 0 (7bc9926)
  • Simplify executeRepay (6ab4a44)
  • update comments (5f09cf9)
  • Update deploy version (a99e5b4)
  • Update import order in PoolLogic (40447cd)
  • Update natspec (f60a451)
  • Update ordering in FlashLoanRepaymentParams (93dd9ea)