Skip to content

Latest commit

 

History

History
137 lines (69 loc) · 6.79 KB

CHANGELOG.md

File metadata and controls

137 lines (69 loc) · 6.79 KB

Changelog

1.56.2 (2024-03-07)

Bug Fixes

  • Bump versions of v3 dependencies (#61) (9583331)

1.56.1 (2024-03-06)

Bug Fixes

  • Update deployment scripts for test faucet contract (#59) (e2834ec)

1.56.0 (2024-02-27)

Features

  • Add task for config of wrapped native token on testnet (#43) (c76e314)
  • add withdraw-and-swap paraswap adapter and add base market (954a60b)
  • disable faucet task (776bb91)

Bug Fixes

  • bump v3-core version to 1.19.2 (#57) (32213c0)
  • Changes order of actions and rename variable (2c72c03)

1.55.3 (2023-01-25)

Bug Fixes

  • expose deploy-v3 tasks to library (9b3c9ff)

1.55.2 (2023-01-24)

Bug Fixes

  • Deploy WETH9 at 00_token_setupts to prevent error when using incentives flag (0b733d8)

1.55.1 (2023-01-24)

Bug Fixes

  • wrong contract name at testnet rewards (f850675)

1.55.0 (2023-01-11)

Features

1.54.0 (2022-12-30)

Features

  • bump periphery dependency to 1.23.1 (b4ef47e)

1.53.2 (2022-12-29)

Miscellaneous Chores

1.53.1 (2022-12-28)

Bug Fixes

  • Rename görli to goerli (599d34f)

1.53.0 (2022-12-22)

Features

  • add ownable task script, add support to view roles for 3.0.0 (bf1b142)
  • add tests to ethereum test suite check list (4952bed)
  • bump core package, fix testnet setup if reserves are set, remove unused imports (f672dff)
  • paraswap adapters check (82fc441)
  • remove deployment of fallback oracle (0bdc554)
  • split ethereum tests by categories: gov, impls, periphery, roles and config (25de08a)
  • support using treasury from config and adapt tests to new scenario (a99f705)
  • use pool admin if treasury is not set at config, use deployer if is a testnet market (5075bfe)
  • use short executor in namedAccounts, remove the transfer of eth before deploy, fix constants.ts declaration (a5fd516)

Bug Fixes

1.52.0 (2022-12-09)

Features

  • permissioned mode for Faucet (5ef1cb4)

Bug Fixes

1.51.0 (2022-11-28)

Features

  • add emission manager transfer of ownership (36b028f)

1.50.1 (2022-11-28)

Bug Fixes

  • Bump version of periphery package to 1.21 (201d939)
  • Fix rewards imple constructor (654d586)
  • Use PoolAddressesProvider for Incentives deployment (1875f2a)

Miscellaneous Chores