Skip to content

Commit

Permalink
Modularize Aztec TX (#95)
Browse files Browse the repository at this point in the history
* modularize aztec tx + remove .yalc folder

* add to aztec-node tsconfig files

* use aztec-rpc export in aztec.js

* fix import in sequencer|

* fix import in sequencer again

* update retryUntil in foundation to return result
  • Loading branch information
spypsy authored Mar 28, 2023
1 parent 2366d54 commit 08a17f2
Show file tree
Hide file tree
Showing 225 changed files with 345 additions and 4,316 deletions.
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

0 comments on commit 08a17f2

Please sign in to comment.