From 484b8401f392de83fe9197c94ffe822315abce04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 10 Nov 2022 19:49:42 +0000 Subject: [PATCH] Version Packages --- .changeset/cuddly-pots-wonder.md | 5 ----- .changeset/few-wasps-fry.md | 5 ----- .changeset/five-dots-fold.md | 5 ----- .changeset/grumpy-nails-ring.md | 5 ----- .changeset/kind-crews-complain.md | 6 ------ .changeset/lemon-wolves-sing.md | 5 ----- .changeset/nice-cougars-impress.md | 5 ----- .changeset/serious-crabs-film.md | 6 ------ .changeset/seven-lions-eat.md | 7 ------- .changeset/spotty-rivers-impress.md | 7 ------- .changeset/tender-wasps-glow.md | 6 ------ .changeset/weak-badgers-study.md | 5 ----- .changeset/wild-ants-flow.md | 5 ----- packages/contracts/CHANGELOG.md | 9 +++++++++ packages/contracts/package.json | 2 +- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 4 ++-- packages/executor/CHANGELOG.md | 11 +++++++++++ packages/executor/package.json | 8 ++++---- packages/plugins/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/plugins/package.json | 6 +++--- 21 files changed, 66 insertions(+), 82 deletions(-) delete mode 100644 .changeset/cuddly-pots-wonder.md delete mode 100644 .changeset/few-wasps-fry.md delete mode 100644 .changeset/five-dots-fold.md delete mode 100644 .changeset/grumpy-nails-ring.md delete mode 100644 .changeset/kind-crews-complain.md delete mode 100644 .changeset/lemon-wolves-sing.md delete mode 100644 .changeset/nice-cougars-impress.md delete mode 100644 .changeset/serious-crabs-film.md delete mode 100644 .changeset/seven-lions-eat.md delete mode 100644 .changeset/spotty-rivers-impress.md delete mode 100644 .changeset/tender-wasps-glow.md delete mode 100644 .changeset/weak-badgers-study.md delete mode 100644 .changeset/wild-ants-flow.md diff --git a/.changeset/cuddly-pots-wonder.md b/.changeset/cuddly-pots-wonder.md deleted file mode 100644 index 8a0e5569e..000000000 --- a/.changeset/cuddly-pots-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chugsplash/plugins': patch ---- - -Update deployment artifacts to be hardhat-deploy compatible diff --git a/.changeset/few-wasps-fry.md b/.changeset/few-wasps-fry.md deleted file mode 100644 index a6b59d85f..000000000 --- a/.changeset/few-wasps-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chugsplash/plugins': patch ---- - -Filter unnecessary artifacts that were being committed to IPFS diff --git a/.changeset/five-dots-fold.md b/.changeset/five-dots-fold.md deleted file mode 100644 index 51499a408..000000000 --- a/.changeset/five-dots-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chugsplash/plugins': patch ---- - -Replace spinner in chugsplash-deploy task due to clash with Hardhat's logs diff --git a/.changeset/grumpy-nails-ring.md b/.changeset/grumpy-nails-ring.md deleted file mode 100644 index a1654143c..000000000 --- a/.changeset/grumpy-nails-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chugsplash/contracts': patch ---- - -Export constructor arguments for all ChugSplash contracts diff --git a/.changeset/kind-crews-complain.md b/.changeset/kind-crews-complain.md deleted file mode 100644 index eaf0e804e..000000000 --- a/.changeset/kind-crews-complain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@chugsplash/executor': patch -'@chugsplash/plugins': patch ---- - -Implemented minimal standalone executor diff --git a/.changeset/lemon-wolves-sing.md b/.changeset/lemon-wolves-sing.md deleted file mode 100644 index b2373846b..000000000 --- a/.changeset/lemon-wolves-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chugsplash/plugins': patch ---- - -Resolve type issues with chugsplash-execute command diff --git a/.changeset/nice-cougars-impress.md b/.changeset/nice-cougars-impress.md deleted file mode 100644 index 65aef5125..000000000 --- a/.changeset/nice-cougars-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chugsplash/plugins': patch ---- - -Refactor execution into separate CLI command diff --git a/.changeset/serious-crabs-film.md b/.changeset/serious-crabs-film.md deleted file mode 100644 index b2f0d384d..000000000 --- a/.changeset/serious-crabs-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@chugsplash/executor': patch -'@chugsplash/plugins': patch ---- - -Verify ChugSpash predeploy contracts diff --git a/.changeset/seven-lions-eat.md b/.changeset/seven-lions-eat.md deleted file mode 100644 index 3a2751164..000000000 --- a/.changeset/seven-lions-eat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@chugsplash/executor': minor -'@chugsplash/core': patch -'@chugsplash/plugins': patch ---- - -Add Etherscan verification in executor diff --git a/.changeset/spotty-rivers-impress.md b/.changeset/spotty-rivers-impress.md deleted file mode 100644 index aaf60c920..000000000 --- a/.changeset/spotty-rivers-impress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@chugsplash/contracts': patch -'@chugsplash/core': patch -'@chugsplash/plugins': patch ---- - -Use creation bytecode instead of the `DEPLOY_CODE_PREFIX` to deploy implementation contracts for Etherscan compatibility diff --git a/.changeset/tender-wasps-glow.md b/.changeset/tender-wasps-glow.md deleted file mode 100644 index 3b70d112d..000000000 --- a/.changeset/tender-wasps-glow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@chugsplash/core': patch -'@chugsplash/plugins': patch ---- - -Add artifact generation for deployments diff --git a/.changeset/weak-badgers-study.md b/.changeset/weak-badgers-study.md deleted file mode 100644 index 6669ad857..000000000 --- a/.changeset/weak-badgers-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chugsplash/contracts': patch ---- - -Export ChugSplash predeploy contracts diff --git a/.changeset/wild-ants-flow.md b/.changeset/wild-ants-flow.md deleted file mode 100644 index 5cefb70d6..000000000 --- a/.changeset/wild-ants-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chugsplash/contracts': patch ---- - -Fix build info export bug diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 64de6d83d..cd0bf94b7 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -1,5 +1,14 @@ # @chugsplash/contracts +## 0.3.7 + +### Patch Changes + +- a536675: Export constructor arguments for all ChugSplash contracts +- 273d4c3: Use creation bytecode instead of the `DEPLOY_CODE_PREFIX` to deploy implementation contracts for Etherscan compatibility +- c08a950: Export ChugSplash predeploy contracts +- 78acb9a: Fix build info export bug + ## 0.3.6 ### Patch Changes diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 76dcbe717..60bd84d8c 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@chugsplash/contracts", - "version": "0.3.6", + "version": "0.3.7", "description": "ChugSplash contracts", "main": "dist/index", "types": "dist/index", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c8f7ac6a3..bb9d68d6d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # @chugsplash/core +## 0.3.10 + +### Patch Changes + +- 21df9d7: Add Etherscan verification in executor +- 273d4c3: Use creation bytecode instead of the `DEPLOY_CODE_PREFIX` to deploy implementation contracts for Etherscan compatibility +- 6daea1a: Add artifact generation for deployments +- Updated dependencies [a536675] +- Updated dependencies [273d4c3] +- Updated dependencies [c08a950] +- Updated dependencies [78acb9a] + - @chugsplash/contracts@0.3.7 + ## 0.3.9 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 13fc57dcf..2f757cd88 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@chugsplash/core", - "version": "0.3.9", + "version": "0.3.10", "description": "ChugSplash core library", "main": "dist/index", "types": "dist/index", @@ -28,7 +28,7 @@ "url": "https://github.com/smartcontracts/chugsplash.git" }, "dependencies": { - "@chugsplash/contracts": "^0.3.5", + "@chugsplash/contracts": "^0.3.7", "@eth-optimism/contracts-bedrock": "^0.8.0", "@eth-optimism/core-utils": "^0.9.1", "ethers": "^5.6.9", diff --git a/packages/executor/CHANGELOG.md b/packages/executor/CHANGELOG.md index 591c9194b..e1e7c3a59 100644 --- a/packages/executor/CHANGELOG.md +++ b/packages/executor/CHANGELOG.md @@ -1,5 +1,16 @@ # @chugsplash/executor +## 0.4.0 + +### Minor Changes + +- 21df9d7: Add Etherscan verification in executor + +### Patch Changes + +- 071d867: Implemented minimal standalone executor +- afe99ad: Verify ChugSpash predeploy contracts + ## 0.3.2 ### Patch Changes diff --git a/packages/executor/package.json b/packages/executor/package.json index b32bfb9c3..8685978b7 100644 --- a/packages/executor/package.json +++ b/packages/executor/package.json @@ -1,6 +1,6 @@ { "name": "@chugsplash/executor", - "version": "0.3.2", + "version": "0.4.0", "description": "ChugSplash deployment execution bot", "main": "dist/index", "types": "dist/index", @@ -28,9 +28,9 @@ "url": "https://github.com/smartcontracts/chugsplash.git" }, "devDependencies": { - "@chugsplash/contracts": "^0.3.2", - "@chugsplash/core": "^0.3.2", - "@chugsplash/plugins": "^0.5.9", + "@chugsplash/contracts": "^0.3.7", + "@chugsplash/core": "^0.3.10", + "@chugsplash/plugins": "^0.5.10", "@eth-optimism/common-ts": "^0.6.0", "@eth-optimism/core-utils": "^0.9.3", "@nomiclabs/hardhat-ethers": "^2.2.1", diff --git a/packages/plugins/CHANGELOG.md b/packages/plugins/CHANGELOG.md index 3746a2b6a..50fb3caab 100644 --- a/packages/plugins/CHANGELOG.md +++ b/packages/plugins/CHANGELOG.md @@ -1,5 +1,28 @@ # @chugsplash/plugins +## 0.5.10 + +### Patch Changes + +- c84eb6c: Update deployment artifacts to be hardhat-deploy compatible +- a50e15b: Filter unnecessary artifacts that were being committed to IPFS +- 5ce19b6: Replace spinner in chugsplash-deploy task due to clash with Hardhat's logs +- 071d867: Implemented minimal standalone executor +- c6485b2: Resolve type issues with chugsplash-execute command +- df9950a: Refactor execution into separate CLI command +- afe99ad: Verify ChugSpash predeploy contracts +- 21df9d7: Add Etherscan verification in executor +- 273d4c3: Use creation bytecode instead of the `DEPLOY_CODE_PREFIX` to deploy implementation contracts for Etherscan compatibility +- 6daea1a: Add artifact generation for deployments +- Updated dependencies [a536675] +- Updated dependencies [21df9d7] +- Updated dependencies [273d4c3] +- Updated dependencies [6daea1a] +- Updated dependencies [c08a950] +- Updated dependencies [78acb9a] + - @chugsplash/contracts@0.3.7 + - @chugsplash/core@0.3.10 + ## 0.5.9 ### Patch Changes diff --git a/packages/plugins/package.json b/packages/plugins/package.json index d7b0adafe..2880c4db6 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@chugsplash/plugins", - "version": "0.5.9", + "version": "0.5.10", "description": "ChugSplash plugins", "main": "dist/index", "types": "dist/index", @@ -28,8 +28,8 @@ "url": "https://github.com/smartcontracts/chugsplash.git" }, "dependencies": { - "@chugsplash/contracts": "^0.3.5", - "@chugsplash/core": "^0.3.9", + "@chugsplash/contracts": "^0.3.7", + "@chugsplash/core": "^0.3.10", "@eth-optimism/core-utils": "^0.9.1", "@ethereumjs/common": "^3.0.1", "@ethereumjs/vm": "^6.2.0",