-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Join-split example Part 1 (#4965)
The first of a two-part series to refactor the join-split example, the goal being to focus the tests on circuit writing (no proof construction), update them to reflect our newer idioms, and relocate them. Key changes 1) Keep a subset of tests relating to circuit writing. 1) Remove code that has to do with proof construction. 1) Add a new circuit change detection paradigm: rather than hashing a verification key (a proving system-dependent object), simply hash the circuit-defining data in the circuit builder. 1) Delete unused code (some unused before, some unused now). The next PR AztecProtocol/aztec-packages#5016 will move and condense files, and update namespaces.
- Loading branch information
1 parent
c21e247
commit 82e2797
Showing
26 changed files
with
122 additions
and
1,161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
261 changes: 0 additions & 261 deletions
261
cpp/src/barretenberg/join_split_example/proofs/compute_circuit_data.hpp
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
cpp/src/barretenberg/join_split_example/proofs/inner_proof_data/inner_proof_data.test.cpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.