Skip to content

Latest commit

 

History

History
191 lines (113 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

191 lines (113 loc) · 13.1 KB

Changelog

1.53.2 (2024-04-21)

Features

  • add emission manager transfer of ownership (36b028f)
  • add empty market to ci (62e4fd1)
  • add ownable task script, add support to view roles for 3.0.0 (bf1b142)
  • Add task for config of wrapped native token on testnet (#43) (c76e314)
  • add tests to ethereum test suite check list (4952bed)
  • add withdraw-and-swap paraswap adapter and add base market (954a60b)
  • bump core package, fix testnet setup if reserves are set, remove unused imports (f672dff)
  • bump periphery dependency to 1.23.1 (b4ef47e)
  • decouple interest rate deployment with reserves initialization (296bbcb)
  • disable faucet task (776bb91)
  • paraswap adapters check (82fc441)
  • permissioned mode for Faucet (5ef1cb4)
  • remove deployment of fallback oracle (0bdc554)
  • split ethereum tests by categories: gov, impls, periphery, roles and config (25de08a)
  • support deploy of markets without assets, add support for named addresses at scripts (5915146)
  • support using treasury from config and adapt tests to new scenario (a99f705)
  • update @aave/[email protected] (d61194e)
  • 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

  • bump v3-core version to 1.19.2 (#57) (32213c0)
  • Bump version of periphery package to 1.21 (201d939)
  • Bump versions of v3 dependencies (#61) (9583331)
  • Changes order of actions and rename variable (2c72c03)
  • Deploy WETH9 at 00_token_setupts to prevent error when using incentives flag (0b733d8)
  • expose deploy-v3 tasks to library (9b3c9ff)
  • Fix rewards imple constructor (654d586)
  • Fix typos (52ab113)
  • keep old deploy tag (32fdfb5)
  • Rename görli to goerli (599d34f)
  • renove unused transfer (ef44a90)
  • reset localhost config (39f15f7)
  • ts error at test config (b32bdd7)
  • typechain err (e8fad89)
  • Update deployment scripts for test faucet contract (#59) (e2834ec)
  • use of === (c0abbd1)
  • use pool admin as owner of paraswap adapters (02314ad)
  • Use PoolAddressesProvider for Incentives deployment (1875f2a)
  • wrong contract name at testnet rewards (f850675)

Miscellaneous Chores

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