Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #181

Merged
merged 2 commits into from
Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cuddly-pots-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-wasps-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-dots-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-nails-ring.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-crews-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-wolves-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-cougars-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-crabs-film.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-lions-eat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-rivers-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-wasps-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-badgers-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-ants-flow.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chugsplash/contracts",
"version": "0.3.6",
"version": "0.3.7",
"description": "ChugSplash contracts",
"main": "dist/index",
"types": "dist/index",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
23 changes: 23 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chugsplash/plugins",
"version": "0.5.9",
"version": "0.5.10",
"description": "ChugSplash plugins",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -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",
Expand Down