Skip to content

Commit

Permalink
packages: remove unused package
Browse files Browse the repository at this point in the history
Removes an unused package from the monorepo as its no longer used.
Its code can be found here: https://github.com/ethereum-optimism/optimism-legacy/tree/develop/packages/hardhat-deploy-config
We can bring this back if its used in the future, keeping it around
is a maintenance burden on the codebase and adds additional time for
each commit, build, CI run etc.
  • Loading branch information
tynes committed Jul 17, 2023
1 parent ea1162e commit 6d36ab5
Show file tree
Hide file tree
Showing 17 changed files with 145 additions and 2,536 deletions.
43 changes: 21 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand All @@ -141,7 +141,6 @@ jobs:
- "packages/contracts-bedrock/node_modules"
- "packages/core-utils/node_modules"
- "packages/fault-detector/node_modules"
- "packages/hardhat-deploy-config/node_modules"
- "packages/replica-healthcheck/node_modules"
- "packages/sdk/node_modules"
- run:
Expand Down Expand Up @@ -342,7 +341,7 @@ jobs:
keys:
- pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
- check-changed:
patterns: contracts-bedrock,hardhat-deploy-config
patterns: contracts-bedrock
# TODO remove me after ci builder updated
- run:
name: Install pnpm package manager
Expand All @@ -351,7 +350,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand Down Expand Up @@ -385,7 +384,7 @@ jobs:
keys:
- pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
- check-changed:
patterns: contracts-bedrock,hardhat-deploy-config
patterns: contracts-bedrock
# TODO remove me after ci builder updated
- run:
name: Install pnpm package manager
Expand All @@ -394,7 +393,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand All @@ -421,7 +420,7 @@ jobs:
keys:
- pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
- check-changed:
patterns: contracts-bedrock,hardhat-deploy-config
patterns: contracts-bedrock
# TODO remove me after ci builder updated
- run:
name: Install pnpm package manager
Expand All @@ -430,7 +429,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand Down Expand Up @@ -506,7 +505,7 @@ jobs:
keys:
- pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
- check-changed:
patterns: contracts-bedrock,hardhat-deploy-config
patterns: contracts-bedrock
# TODO remove me after ci builder updated
- run:
name: Install pnpm package manager
Expand All @@ -515,7 +514,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand All @@ -540,7 +539,7 @@ jobs:
keys:
- pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
- check-changed:
patterns: contracts-bedrock,hardhat-deploy-config
patterns: contracts-bedrock
# TODO remove me after ci builder updated
- run:
name: Install pnpm package manager
Expand All @@ -549,7 +548,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand All @@ -575,7 +574,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand Down Expand Up @@ -619,7 +618,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand Down Expand Up @@ -651,7 +650,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand Down Expand Up @@ -693,7 +692,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand Down Expand Up @@ -775,7 +774,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand Down Expand Up @@ -861,7 +860,7 @@ jobs:
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install yarn package manager
command: |
Expand Down Expand Up @@ -1030,18 +1029,18 @@ jobs:
- run:
name: Install NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
nvm --version
nvm --version
- run:
name: Install Node
command: |
nvm install
nvm install
nvm use && node --version && npm --version
# TODO remove me after ci builder updated
# A github dep clones-with-immutable-args is installed via github
# packages installed via npm via github automatically run postpack scripts
# their postpack script happens to use yarn so we need it here
# their postpack script happens to use yarn so we need it here
- run:
name: Install Package managers
command: |
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/packages/core-utils @ethereum-optimism/legacy-reviewers
/packages/chain-mon @smartcontracts
/packages/fault-detector @ethereum-optimism/devxpod
/packages/hardhat-deploy-config @ethereum-optimism/legacy-reviewers
/packages/replica-healthcheck @ethereum-optimism/legacy-reviewers
/packages/sdk @ethereum-optimism/devxpod
/packages/atst @ethereum-optimism/devxpod
Expand Down
13 changes: 0 additions & 13 deletions packages/hardhat-deploy-config/.depcheckrc

This file was deleted.

3 changes: 0 additions & 3 deletions packages/hardhat-deploy-config/.eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/hardhat-deploy-config/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/hardhat-deploy-config/.lintstagedrc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions packages/hardhat-deploy-config/.prettierrc.js

This file was deleted.

49 changes: 0 additions & 49 deletions packages/hardhat-deploy-config/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/hardhat-deploy-config/LICENSE

This file was deleted.

9 changes: 0 additions & 9 deletions packages/hardhat-deploy-config/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions packages/hardhat-deploy-config/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions packages/hardhat-deploy-config/src/index.ts

This file was deleted.

Loading

0 comments on commit 6d36ab5

Please sign in to comment.