Skip to content

Commit

Permalink
chore: remove rollup-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Sep 20, 2023
1 parent 9e0c202 commit c1ea8ea
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 517 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,17 +671,6 @@ jobs:
name: "Build"
command: build ethereum

rollup-provider:
machine:
image: ubuntu-2004:202010-01
resource_class: large
steps:
- *checkout
- *setup_env
- run:
name: "Build"
command: build rollup-provider

e2e-2-rpc-servers:
machine:
image: ubuntu-2004:202010-01
Expand Down Expand Up @@ -1430,7 +1419,6 @@ workflows:
- sequencer-client: *yarn_project
- types: *yarn_project
- circuits-js: *yarn_project
- rollup-provider: *yarn_project
- aztec-sandbox-base: *yarn_project
- canary: *yarn_project

Expand Down Expand Up @@ -1471,7 +1459,6 @@ workflows:
- sequencer-client
- types
- circuits-js
- rollup-provider
- aztec-sandbox-ecr-manifest
- canary
<<: *defaults
Expand Down
6 changes: 1 addition & 5 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@
"buildDir": "yarn-project",
"projectDir": "yarn-project/prover-client"
},
"rollup-provider": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/rollup-provider"
},
"aztec-node": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-node"
Expand All @@ -238,4 +234,4 @@
"buildDir": "yarn-project",
"projectDir": "yarn-project/world-state"
}
}
}
1 change: 0 additions & 1 deletion yarn-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"boxes/blank",
"boxes/private-token",
"prover-client",
"rollup-provider",
"aztec-node",
"sequencer-client",
"types",
Expand Down
4 changes: 0 additions & 4 deletions yarn-project/rollup-provider/.dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/rollup-provider/.eslintrc.cjs

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/rollup-provider/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions yarn-project/rollup-provider/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions yarn-project/rollup-provider/README.md

This file was deleted.

65 changes: 0 additions & 65 deletions yarn-project/rollup-provider/package.json

This file was deleted.

Loading

0 comments on commit c1ea8ea

Please sign in to comment.