Skip to content
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ The Aztec 3 system consists of the following sub projects.
- `prover-client`
- `aztec-node`
- `sequencer-client`
- `tx`
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ PROJECTS=(
"yarn-project/archiver:yarn build"
"yarn-project/world-state:yarn build"
"yarn-project/p2p:yarn build"
"yarn-project/tx:yarn build"
"yarn-project/sequencer-client:yarn build"
"yarn-project/aztec-node:yarn build"
"yarn-project/key-store:yarn build"
Expand Down
7 changes: 7 additions & 0 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@
"l2-block"
]
},
"tx": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/tx",
"dockerfile": "tx/Dockerfile",
"rebuildPatterns": ["^yarn-project/tx/"],
"dependencies": ["circuits.js", "l2-block"]
},
"world-state": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/world-state",
Expand Down
6 changes: 0 additions & 6 deletions yarn-project/.yalc/@aztec/wasm/.eslintrc.cjs

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/.yalc/@aztec/wasm/.tsbuildinfo

This file was deleted.

6 changes: 0 additions & 6 deletions yarn-project/.yalc/@aztec/wasm/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions yarn-project/.yalc/@aztec/wasm/dest/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/.yalc/@aztec/wasm/dest/index.d.ts.map

This file was deleted.

8 changes: 0 additions & 8 deletions yarn-project/.yalc/@aztec/wasm/dest/index.js

This file was deleted.

46 changes: 0 additions & 46 deletions yarn-project/.yalc/@aztec/wasm/dest/memory_fifo.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/.yalc/@aztec/wasm/dest/memory_fifo.d.ts.map

This file was deleted.

101 changes: 0 additions & 101 deletions yarn-project/.yalc/@aztec/wasm/dest/memory_fifo.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading