·
2 commits
to dev
since this release
Immutable
release. Only release title and notes can be modified.
Production release.
Summary of Changes
- Add weETH support
- Add safety param checks to ERC4626
- Make OTCBuffer upgradeable
- Add ETH => WETH wrapper function
- Add better documentation
- Move LayerZero logic into a library
- Improve OTC logic hardness
What's Changed
- feat: Add 1.9.0 audits by @lucas-manuel in #213
- feat: Add v1.9.0 staging deployments (DEV-1004) by @lucas-manuel in #218
- [DEV-1041] : Add weETH integration by @supercontracts in #215
- refactor: LayerZero by @supercontracts in #216
- feat: Tighter UniswapV4 types by @deluca-mike in #220
- fix: Missing return for
ILiquidityPoolLike.depositby @deluca-mike in #221 - fix: Prevent OTC buffer rotation when swap in-progress (DEV-1127) by @supercontracts in #224
- fix: Use
Actions.CLOSE_CURRENCYfor increase liquidity by @deluca-mike in #226 - feat: Add minOutShares to weETH (DEV-1121) by @supercontracts in #223
- fix: Get quote from ALM Proxy (DEV-1141) by @supercontracts in #230
- feat: Safety param checks on ERC4626 functions (DEV-1126) by @TheMj0ln1r in #225
- fix: WEETHModule to use safeTransfer (DEV-1150) by @supercontracts in #229
- feat: Use LayerZeroLib in Foreign Controller (DEV-1142) by @supercontracts in #231
- feat: Make OTCBuffer Upgradeable (DEV-1158) by @supercontracts in #232
- fix: ISUSDELike functions to have return values (DEV-1143) by @supercontracts in #234
- fix:
poolKey-poolId-mismatch(DEV-1145) by @deluca-mike in #236 - fix: ERC20 return data size (DEV-1147) by @deluca-mike in #237
- feat: Make weETHModule an upgradeable proxy (DEV-1149) by @supercontracts in #228
- feat: Create wrapAllProxyETH (DEV-1144) by @TheMj0ln1r in #233
- docs: Add comprehensive multi-file documentation (DEV-1157) by @lucas-manuel in #239
- fix:
CLOSE_CURRENCYinstead ofSETTLE_PAIR(DEV-1229) by @deluca-mike in #242 - fix: Call
quoteSendthrough proxy (DEV-1231) by @supercontracts in #243 - feat: Add note about hooks to docs (DEV-1214) by @TheMj0ln1r in #245
- fix: Minor issues, Typos & Documentation (DEV-1230) by @TheMj0ln1r in #244
- fix: added minEETHShares to WeETH withdraw request (DEV-1228) by @TheMj0ln1r in #241
- fix: Update
claimWithdrawalto userateLimitExists(DEV-1236) by @supercontracts in #246 - fix: Incorrect link in ARCHITECTURE.md by @supercontracts in #247
- doc: Max Slippages (DEV-1180) by @deluca-mike in #248
- Fix : Fix conversion check on weETH request withdraw flow (DEV-1251) by @TheMj0ln1r in #249
New Contributors
- @TheMj0ln1r made their first contribution in #225
Full Changelog: v1.9.0...v1.10.0