-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: removing leaf data type + related cleanup (#3794)
1. Removed redundant LeafData struct and used the one from protocol circuits. I had to move the type to protocol-circuit/rollup-lib to protocol-circuit/types to have it exposed. 2. Fixes #3444 3. Unified the naming in NullifierLeafPreimage in TS and Noir.
- Loading branch information
Showing
14 changed files
with
142 additions
and
139 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
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
1 change: 0 additions & 1 deletion
1
yarn-project/noir-protocol-circuits/src/crates/rollup-lib/src/abis.nr
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
mod nullifier_leaf_preimage; | ||
mod public_data_tree_leaf; | ||
mod append_only_tree_snapshot; | ||
mod global_variables; | ||
|
27 changes: 0 additions & 27 deletions
27
...-project/noir-protocol-circuits/src/crates/rollup-lib/src/abis/nullifier_leaf_preimage.nr
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.