Skip to content

Latest commit

 

History

History
179 lines (105 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

179 lines (105 loc) · 14.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2023-06-29)

Features

Bug Fixes

2.2.0 (2023-02-22)

Features

2.1.0 (2023-02-14)

Features

Bug Fixes

  • enforce non zero targets on executor (#47) (23fb586)

2.0.0 (2023-02-02)

⚠ BREAKING CHANGES

  • createProposal was renamed to createTestProposal
  • the new createProposal is intended to be used for actual proposal creation and enforces delegatecall style proposals

Features

  • add implementation snapshots to v3 configurationSnapshots (#43) (e10aa98)

  • !feat: proposal creation helpers (#42) (13a9871), closes #42

1.6.0 (2023-01-31)

Features

Bug Fixes

1.5.0 (2023-01-26)

Features

1.4.0 (2023-01-19)

Features

  • add 3_0_1 snapshot (#32) (3a17bb9)
  • added TestWithExecutor contract to GovHelpers (5449659)

Bug Fixes

  • add _clone() of ReserveConfig for _findReserveConfigBySymbol() and _findReserveConfig() (#27) (043e0cc)

1.3.0 (2023-01-19)

Features

  • added TestWithExecutor contract to GovHelpers (5449659)

Bug Fixes

  • add _clone() of ReserveConfig for _findReserveConfigBySymbol() and _findReserveConfig() (#27) (043e0cc)

1.2.5 (2023-01-18)

Bug Fixes

  • add _clone() of ReserveConfig for _findReserveConfigBySymbol() and _findReserveConfig() (#27) (043e0cc)

1.2.4 (2023-01-17)

1.2.3 (2022-12-22)

1.2.2 (2022-12-22)

1.2.1 (2022-12-21)

1.2.0 (2022-12-10)

Features

Bug Fixes

1.1.0 (2022-08-02)

Features

  • add main entry point for helpers (#4) (76217c4)
  • governance and proxy helpers (37884c8)

Bug Fixes