All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.0 (2023-02-22)
2.1.0 (2023-02-14)
2.0.0 (2023-02-02)
-
- gov helpers no longer re-exports addresses, fetch them from address-book instead (https://github.com/bgd-labs/aave-address-book/blob/main/src/AaveGovernanceV2.sol)
createProposal
was renamed tocreateTestProposal
- the new
createProposal
is intended to be used for actual proposal creation and enforces delegatecall style proposals
-
add implementation snapshots to v3 configurationSnapshots (#43) (e10aa98)
-
!feat: proposal creation helpers (#42) (13a9871), closes #42
1.6.0 (2023-01-31)
1.5.0 (2023-01-26)
1.4.0 (2023-01-19)
- add _clone() of ReserveConfig for _findReserveConfigBySymbol() and _findReserveConfig() (#27) (043e0cc)
1.3.0 (2023-01-19)
- added TestWithExecutor contract to GovHelpers (5449659)
- add _clone() of ReserveConfig for _findReserveConfigBySymbol() and _findReserveConfig() (#27) (043e0cc)
1.2.5 (2023-01-18)
- 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)
- add bridge executor helper (#6) (c370d02)
- add findReserveConfigBySymbol (6ce8276)
- add helper for fetching current implementation (#17) (2118f43)
- add missing governance methods (#10) (7de5219)
- add repay method (#14) (e00fd13)
- extend AaveTestBase v3 (#12) (8ee6ee7)
- protocol test (#11) (80379df)
- use governance from address book DRY (#16) (eebcded)
- allow supplying user (dc78ec0)
- improve e2e test (#15) (0e7a51a)
- updated constants to actual address (#18) (6d13520)
- fix goverannce helper (38d6284)