Releases: aave/aave-v3-core
Releases · aave/aave-v3-core
@aave/core-v3 v1.16.1
@aave/core-v3 v1.16.0
@aave/core-v3 v1.15.0
@aave/core-v3 v1.14.2
@aave/core-v3 v1.14.1
@aave/core-v3 v1.14.0
Features
- clean dependencies and upgrade child dependencies (7ca97ca)
- removed obsolete files for the certora tools (d7e0e7c)
Bug Fixes
reserves
renamed toreservesData
orreservesList
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
@aave/core-v3 v1.13.0
Features
- bump @aave/deploy-v3 (430c9d3)
@aave/core-v3 v1.12.0
@aave/core-v3 v1.11.1
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
andgetReservesList
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)