All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.0 (2023-06-29)
- add forwarders (#72) (49e85e7)
- add oracle info (#84) (c273eec)
- add risk steward (#83) (1d973c4)
- add sentinel to snapshot (#91) (c339e88)
- added _logStrategyPreviewUrlParams() to ProtocolV3TestBase and ProtocolV2TestBase (#65) (2c62d04)
- finalize steward scripts (#95) (7be8b44)
- finalize v2 addresses (#103) (1371a7c)
- flatten structure (#75) (8e37485)
- forwarder contract for metis (#86) (8b407ff)
- improve e2e testsuite (#107) (691f48c)
- improve v3 tests (#104) (7aebb79)
- include name/samybol of asv (#106) (4c81999)
- initialize as empty objects (#87) (89b8e02)
- ipfs tools (#90) (8504b3e)
- new governance tools (#99) (cec1bff)
- patch deal (reverting caller) (#110) (32254d7)
- patch v2 e2e suite (#92) (d9f4e2d)
- rates base payload and factory for v2 (#68) (ccadc3c)
- serialize chainId on v2 as well (#80) (136abd4)
- show ipfs preview (#100) (4c4d223)
- snapshot symbol & name (#105) (5d303fe)
- update deps (#79) (0a48f24)
- update libraries (#96) (3b01622)
- update-gov-scripts (#116) (9160727)
- upgrade ci (#109) (d476f42)
- use lib to read flags instead of doing calls (#108) (60dd764)
- 0.8 compat (#69) (78b55aa)
- add missing scripts (#82) (afe2a9f)
- bump aave-address-book (3da36e6)
- diff-snapshots typo (#101) (b239952)
- error string not reflecting actual error (#112) (2ebb620)
- ethereum e2e (#98) (cfd9133)
- fix linting (1d24015)
- resolve slight inconsistency on oracle.DECIMALS (#89) (0ccea16)
- write config to json (#71) (0a77460)
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)