Skip to content

Commit

Permalink
Merge pull request #15 from aave/release-please--branches--main--comp…
Browse files Browse the repository at this point in the history
…onents--aave-v3-deploy

chore(main): release 1.53.0
  • Loading branch information
kartojal authored Dec 23, 2022
2 parents 2cacafb + 35d69c9 commit 5be3de9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.53.0](https://github.com/aave/aave-v3-deploy/compare/v1.52.0...v1.53.0) (2022-12-22)


### Features

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


### Bug Fixes

* renove unused transfer ([ef44a90](https://github.com/aave/aave-v3-deploy/commit/ef44a90741f841a2be713de6aebc16893e4855df))
* reset localhost config ([39f15f7](https://github.com/aave/aave-v3-deploy/commit/39f15f7e5bc0af52a2bf306fc16b1e89239d5478))
* ts error at test config ([b32bdd7](https://github.com/aave/aave-v3-deploy/commit/b32bdd730edd183bcaeb3b0706f45c54e90f3742))
* typechain err ([e8fad89](https://github.com/aave/aave-v3-deploy/commit/e8fad89d250bbccb56b7cc70bfcd4ee09329e733))
* use of === ([c0abbd1](https://github.com/aave/aave-v3-deploy/commit/c0abbd1d93db9b92a6254ec2a2567368c309d3b6))
* use pool admin as owner of paraswap adapters ([02314ad](https://github.com/aave/aave-v3-deploy/commit/02314add6ccb0bf4f12463d599eddb4556058acc))

## [1.52.0](https://github.com/aave/aave-v3-deploy/compare/v1.51.0...v1.52.0) (2022-12-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/deploy-v3",
"version": "1.52.0",
"version": "1.53.0",
"files": [
"dist",
"LICENSE",
Expand Down

0 comments on commit 5be3de9

Please sign in to comment.