Skip to content

Commit

Permalink
Link All to Barretenberg (David's work) (#11)
Browse files Browse the repository at this point in the history
* link all to barreteneberg

* Point to latest bb commit.

---------

Co-authored-by: dbanks12 <[email protected]>
  • Loading branch information
suyash67 and dbanks12 authored Feb 17, 2023
1 parent 11a8549 commit 23e1683
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 32 deletions.
3 changes: 1 addition & 2 deletions src/aztec3/circuits/abis/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
barretenberg_module(
aztec3_circuits_abis
stdlib_primitives
stdlib_pedersen
barretenberg
)
6 changes: 1 addition & 5 deletions src/aztec3/circuits/apps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
barretenberg_module(
aztec3_circuits_apps
# ecc
crypto_pedersen
stdlib_primitives
stdlib_pedersen
stdlib_blake2s
barretenberg
)
5 changes: 1 addition & 4 deletions src/aztec3/circuits/kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ barretenberg_module(
# aztec3_circuits_abis
aztec3_circuits_apps

# stdlib_recursion
stdlib_primitives
stdlib_pedersen
stdlib_blake3s
barretenberg
)
7 changes: 1 addition & 6 deletions src/aztec3/circuits/recursion/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
barretenberg_module(
aztec3_circuits_recursion
# Question: why can't I link to these barretenberg modules?
# aztec3_circuits_abis
# stdlib_recursion
stdlib_primitives
stdlib_pedersen
stdlib_blake3s
barretenberg
)
7 changes: 1 addition & 6 deletions src/aztec3/circuits/rollup/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
barretenberg_module(
aztec3_circuits_rollup
# Question: why can't I link to these barretenberg modules?
# aztec3_circuits_abis
# stdlib_recursion
stdlib_primitives
stdlib_pedersen
stdlib_blake3s
barretenberg
)
5 changes: 1 addition & 4 deletions src/aztec3/dbs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@ endif()

barretenberg_module(
aztec3_dbs
stdlib_merkle_tree # for the general db logic
stdlib_primitives
stdlib_pedersen
crypto_pedersen
barretenberg
)
5 changes: 1 addition & 4 deletions src/aztec3/oracle/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
barretenberg_module(
aztec3_oracle
aztec3_circuits_apps
crypto_pedersen
stdlib_primitives
stdlib_pedersen
stdlib_blake2s
barretenberg
)

0 comments on commit 23e1683

Please sign in to comment.