Skip to content

Commit

Permalink
clean: remove zk-money (#2250)
Browse files Browse the repository at this point in the history
* rm: delete zk-money folder

* clean: remove references of zk-money from ci

* rm: delete asado

* rm: zk-money lock files

* clean: remove post merge

* fix: update lockfile
  • Loading branch information
Maddiaa0 authored Jan 18, 2023
1 parent 89782ff commit 59e0b47
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,17 +388,6 @@ jobs:
name: 'Build and test'
command: build wallet

zk-money:
machine:
image: ubuntu-2004:202010-01
resource_class: large
steps:
- *checkout
- *setup_env
- run:
name: 'Build and test'
command: build zk-money

faucet:
machine:
image: ubuntu-2004:202010-01
Expand Down Expand Up @@ -729,11 +718,6 @@ jobs:
- run:
name: 'wasabi'
command: deploy wasabi
- run:
name: 'zk-money'
command: |
deploy_ecr zk-money
deploy_s3 zk-money
- run:
name: 'hummus'
command: |
Expand Down Expand Up @@ -923,7 +907,6 @@ workflows:
- wasabi: *yarn_project
- hummus: *yarn_project
- explorer: *yarn_project
- zk-money: *yarn_project
- wallet: *yarn_project
# Not currently a yarn project due to using next.js, but should be.
- faucet:
Expand Down Expand Up @@ -968,7 +951,6 @@ workflows:
- explorer
- wallet
- wasabi
- zk-money
- blockchain
- contracts-verifier-test
- barretenberg-js
Expand Down
7 changes: 0 additions & 7 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@
"rebuildPatterns": ["^yarn-project/explorer/"],
"dependencies": ["sdk"]
},
"zk-money": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/zk-money",
"dockerfile": "zk-money/Dockerfile",
"rebuildPatterns": ["^yarn-project/zk-money/"],
"dependencies": ["sdk"]
},
"wallet": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/wallet",
Expand Down
1 change: 0 additions & 1 deletion build_manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ PROJECTS=(
# wallet:yarn-project
end-to-end:yarn-project
# wasabi:yarn-project
# zk-money:yarn-project
# explorer:yarn-project
# faucet:faucet
)
1 change: 0 additions & 1 deletion yarn-project/yarn-project-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ COPY hummus/package.json hummus/package.json
COPY end-to-end/package.json end-to-end/package.json
COPY wallet/package.json wallet/package.json
COPY wasabi/package.json wasabi/package.json
COPY zk-money/package.json zk-money/package.json
# All workspaces use the linting config, so always include it.
COPY eslint-config eslint-config
COPY .pnp.cjs .pnp.loader.mjs .yarnrc.yml package.json babel.config.json yarn.lock .prettierrc.js ./
Expand Down

0 comments on commit 59e0b47

Please sign in to comment.