Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.16.2 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 5, 2023

🤖 I have created a release beep boop

1.16.2 (2024-03-25)

Features

  • Add additional compressed pool interactions (690d1ab)
  • add additional flashloan scenario (8888093)
  • add OpenZeppelin SafeERC20 and Address dependencies (#859) (493bb4d)
  • add owner constructor parameter to contracts that inherits Ownable to support CREATE2 factory deployment (b6cc245)
  • Add rescueTokens functionality for Pool and AToken (047edf8)
  • add tests, fixed supply, supplyWithPermit decode (0ab5099)
  • add unit test for reserve configuration (49d0f4e)
  • Add zero IR strategy (#818) (ade6cf8)
  • added check on setSiloedBorrowing (ab5be8e)
  • added method (e2cf96c)
  • bump @aave/deploy-v3 (430c9d3)
  • bump @aave/deploy-v3 version (85ec0fe)
  • bump beta deploy package (fbcf885)
  • bump ci node.js to 16 (82a11d2)
  • bump to beta version (348ce20)
  • clean dependencies and upgrade child dependencies (7ca97ca)
  • enable and disable flashloans (bb62572)
  • initial commit (19a37e3)
  • initial implementation (5f0da40)
  • refactored executeLiquidationCall function (63e43ef)
  • remove borrow enabled requirement (8b9221b)
  • removed obsolete files for the certora tools (d7e0e7c)
  • set to hardhat 2.10.0 and ethers to 5.6.9 (9b50898)
  • switch bit used for flashloan enabled (748818f)
  • updated price oracle sentinel interface (0457e71)
  • updated price oracle sentinel interface (f6b71f5)
  • updates and tests (8d12d79)

Bug Fixes

  • reserves renamed to reservesData or reservesList when fitting (3a6b928)
  • Add userTotalDebt variable and refactor fix (f9794f1)
  • Add BUSL to tokenization contracts (#784) (bf87c52)
  • Add checks to turn off borrowing. (f9ec711)
  • add comment for undocumentted parameter (ba0e4ee)
  • Add docstrings (83d1161)
  • Add error message (18ae21f)
  • Add getter for _stableRateExcessOffset (3586ebb)
  • Add helpers for proxy contracts (eip1967 slots) (d82be43)
  • Add IL2Pool interface with comment + inheritdoc in L2Pool (c077b30)
  • Add license to L2Pool contract (#765) (56fd7ba)
  • Add missing natspec + repay with aToken (af1f7d7)
  • add more validation to set emode params (383bde5)
  • Add natspec @dev for new flow (b07e852)
  • Add natspec and handle naming (1f5c8a9)
  • add natspec docs to flags of reserve configuration map (#854) (792c23e)
  • add owner parameters to test suites (6e96821)
  • add validation to simpleFlashLoan (bf652c2)
  • Add virtual to getReserveNormalizedIncome function (bc10fd2)
  • Adding literal params struct to initReserve (43cced7)
  • Avoid emitting events when balanceIncrease is zero (#745) (43f34c9)
  • Bump version of v3 dependencies (#938) (64870f0)
  • Capitalize license name of contracts (fba69f0)
  • CEI to fix reentrancy risk with reentrant tokens (eg ERC777) (#704) (7fbdc6e)
  • Change function modifier of MAX_NUMBER_RESERVES to pure (dc34a67)
  • check revert msg and event emission (284b492)
  • Cleanup naming and remove duplicate tests (6ed5891)
  • communicate correct premium in case of debt-bearing flashloan (#822) (7b2a284)
  • Complete interfaces of IReserveInterestRateStrategy and IPoolDataProvider (#766) (a00dda8)
  • Consistently use from when burning. (a5fa434)
  • dependencies (f844a45)
  • Emit ZERO_ADDRESS as target of Burn event in VariableDebtToken (5b313a7)
  • Enforce restrictions on stableRateBorrowingEnabled flag (5d9938d)
  • Error library (475eb1d)
  • expose error list and types at npm package (#809) (0334bf2)
  • Fix collateral behavior of zero-ltv assets (#820) (ea48670)
  • fix comments (b90b888)
  • Fix condition of full liquidation of collateral (#753) (56bcf5d)
  • Fix constant declaration code style (e9bd9cc)
  • Fix constant definition for readability (2d4ce6b)
  • Fix contract docstrings (802a4bd)
  • Fix docs param in burnScaled (6b504d4)
  • Fix docstrings of IScaledBalanceToken (8fe422c)
  • Fix docstrings of ISequencerOracle (4391fd4)
  • Fix event checks in test cases (#824) (29ff9b9)
  • Fix imports order (5d237a4)
  • Fix missing !=0 to >0 (58cf7d7)
  • Fix param of IAToken function (1cb9ba1)
  • Fix prepublish step in CI (#862) (ec2902a)
  • Fix test of inaccuracy when liquidationProtocolFee is on (7d8b7bf)
  • Fix ts type of contract in tests (12373ca)
  • Fix typo in docs (#752) (9ccb1ab)
  • Fix typo in package contributors tag (14a3b6d)
  • fix typos (5f623aa)
  • Fix typos (#781) (8a39136)
  • Fix visibility modifier (d5a7e37)
  • fixed condition in validateBorrow (a810aba)
  • fixed issue after merge (715c6e0)
  • Fixes solc version of contracts (#920) (6d6fa53)
  • Handle minor merge conflict (8a715e7)
  • import updated deploy package and fix token upgrade functions (1d409d6)
  • Improve consistency of function naming of CalldataLogic (1a5517d)
  • Install the last package of periphery for the rewards contract update (066259a)
  • issue fix - breaks v3-deploy (9c476a9)
  • Linebreak to reduce keep line length < 120. (1ca5e38)
  • linting (#837) (97cb6ea)
  • load market test data correctly, fix atoken/debt token names (72d1264)
  • make InterestRateStrategy contract inheritable (d06f8f2)
  • make InterestRateStrategy contract inheritable (0311475)
  • Make transferOnLiq() virtual (6968062)
  • Mark all functions as virtual (f6932b3)
  • Minimize the IAaveIncentivesController with only the handleAction (a33f931)
  • mintToTreasurey call _mintScaled directly (c422ac8)
  • missing library at test, add updated deploy beta package (67a5c80)
  • modify interface versions to support all minor 0.8.x vers (9e95439)
  • 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 delegationWithSig to ICreditDelegationToken interface (c6df4a5)
  • Move getters back to Pool, rename execute for functions called by pool (106b617)
  • Move reservesData param to the beginning of the param list (0872cb4)
  • Moved getUserAccountData logic to PoolLogic to minimize contract size (b07bdab)
  • Naming Atoken to AToken in LiquidationLogic (7ff9858)
  • Naming Atoken to AToken (0d50841)
  • Naming of excess variables + introduction of constant for stable ratio (37c2a63)
  • Natspec for IPool::swapBorrowRateMode() (5b016fc)
  • Optimize logic for atoken self-transfers (6c3154e)
  • Place interface extension declaration at the end (19c015e)
  • Place interface extension declaration at the end of L2Pool definition (93f2b85)
  • Re-add the abstract modifier to base tokenization contracts (52abb3f)
  • reentrancy in liquidationCall (cd508a7)
  • refactor calldata minifier for L2 gas optimization (ac37b45)
  • Reformat code (84b900c)
  • Remove blank space (0c208fa)
  • Remove FLASHLOAN_PREMIUMS_MISMATCH error and update error values (4c2a884)
  • remove formatting conflicts (4c2cda0)
  • remove gitignore update (d7aa26a)
  • remove initial config of fee params in pool initialize function (#846) (3bb960b)
  • remove npm ci cache, bump gas reporter to fixed version 1.0.8 set ethers to fixed version 5.6.1 (bbb2dfd)
  • Remove rescueTokensFromAToken from Pool (1a32301)
  • Remove SafeCast in Pool and add use of uint128 for flashloan premiums (ba50cc7)
  • Remove SafeCast in Pool and user uin128 for flashloan premiums (fff3f9a)
  • Remove toEModeCategory field in FinalizeTransferParams (cb404aa)
  • Remove unnecessary parameter to executeMintUnbacked() (71714c4)
  • Remove unneeded abstract modifier of token contracts (c143208)
  • Remove unneeded and clean imports (e0a1d90)
  • Remove unneeded comment (1cb2324)
  • Remove unneeded comment (4134d89)
  • Remove unneeded constants for tests (27130ac)
  • Remove unneeded currentLiquidationThreshold field from ValidateBorrowLocalVars struct (fd0d117)
  • Remove unneeded debtToken field from FlashLoanLocalVars struct (0cab344)
  • Remove unneeded debug console (4654be0)
  • Remove unneeded fields in FlashLoanLocalVars struct (9cb3a05)
  • Remove unneeded import of interface in Pool (cc49160)
  • Remove unneeded underlyingAssetName field from InitReserveInput struct (2dd66b8)
  • Remove unnneeded package script (48c48b7)
  • remove unrelated change (a5ce86a)
  • Remove unused commented value (9179670)
  • Remove unused import from Calldatalogic (ba8ab4a)
  • Remove unused imports (0c13d42)
  • removed shift on borrowing mask (53fd36d)
  • removed using (fd36278)
  • Rename flashloanRepayment internal funciton to _flashloanRepayment (3e18b8a)
  • Rename last test helper with utilizationRate naming (8acfc1a)
  • Rename reserves to reservesList (4b0af0b)
  • Replace > 0 with != 0 (7bc9926)
  • Replace ...PriceAddress with ...PriceSource (10a8667)
  • Replace unneeded inline if with expect (d0d24b8)
  • replace with correct npm package name (3d2d9fb)
  • Return final withdraw amount in L2Pool withdraw fn (#831) (37b4d1f)
  • Return real backing amount when backUnbacked (526a1e6)
  • Revert chainId renaming (c4283d5)
  • Revert dependencies to last working state (ff4d987)
  • Revision numbers and visibility (1f35e76)
  • Simplify executeRepay (6ab4a44)
  • Soften solidity version of FlashLoanBase contracts (#861) (364a779)
  • solution to fix liquidation failed case. (623730b)
  • streamline test (516e0e8)
  • Swap order of hierarchy of VariableDebtToken contract (368f1a9)
  • typo (#717) (9666e99)
  • typo in tech paper (d6b9cbc)
  • typos (#715) (7dd869f)
  • uint256 for decoded deadline + natspec to calldatalogic (6002d6f)
  • undo removed spaces (a631f80)
  • Update comment (94c4cfb)
  • update comment for setReserveFlashLoaning (9d84549)
  • update comments (5f09cf9)
  • Update contributors etc in package.json (60fc967)
  • update deploy and periphery dependencies (078fa28)
  • Update deploy version (a99e5b4)
  • Update gas optimization numbers (8719929)
  • update hardhat dependencies and fix test-suite error codes (#739) (a54692a)
  • Update import order in PoolLogic (40447cd)
  • Update naming of EXCESS constants (064a4d4)
  • Update natspec (f60a451)
  • Update natspec and test (39363e4)
  • Update natspec for calculateInterestRates() (b22150b)
  • Update ordering in FlashLoanRepaymentParams (93dd9ea)
  • Update test name (f6319b9)
  • update use of virtual (f652adf)
  • Update validationlogic constant value formatting (d6ff0b2)
  • upgrade periphery and deploy library to latest version (902b48a)
  • Use &gt; 0 consistently over != 0 (f40538c)
  • Use EModeLogic::isInEModeCategory in executeLiquidationCall (28f72fe)
  • use ethers 5.5.3 to prevent different @ethersproject/bignumber version (5411930)
  • Use memory instead of storage in getLiquidationBonus (deccf52)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--master--components--aave-v3-core branch from a610d05 to 14131a5 Compare January 25, 2023 09:06
@github-actions github-actions bot force-pushed the release-please--branches--master--components--aave-v3-core branch from 14131a5 to fce96c8 Compare February 11, 2023 15:23
@github-actions github-actions bot force-pushed the release-please--branches--master--components--aave-v3-core branch from fce96c8 to 1af437e Compare March 13, 2023 08:32
@github-actions github-actions bot force-pushed the release-please--branches--master--components--aave-v3-core branch from 1af437e to 0309e0b Compare May 10, 2023 10:49
@github-actions github-actions bot force-pushed the release-please--branches--master--components--aave-v3-core branch from 0309e0b to e5e26bd Compare August 23, 2023 21:01
@github-actions github-actions bot force-pushed the release-please--branches--master--components--aave-v3-core branch from e5e26bd to be09897 Compare November 12, 2023 10:23
@github-actions github-actions bot force-pushed the release-please--branches--master--components--aave-v3-core branch from be09897 to 2e346ab Compare March 25, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants