You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove warnings from protocol circuits (#10556)
Remove all warnings in `noir-protocol-circuits`. Except for
`poseidon2_hash_with_separator_slice`, which still calls private methods
on Poseidon2. This will be removed by the blob pr because sponge blob
also needs access to those.
Also updated `array_to_bounded_vec` to be unconstrained and use
`BoundedVec::from_parts_unchecked`.
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/previous_kernel_validator.nr
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/previous_kernel_validator/previous_kernel_validator_hints.nr
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/private_call_data_validator.nr
+4-6
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,6 @@ mod find_first_revertible_item_index;
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/private_call_data_validator/validate_contract_address.nr
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/private_call_data_validator/validate_split_ranges.nr
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/private_kernel_circuit_public_inputs_composer.nr
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/tail_output_validator/tail_output_hints.nr
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/tail_to_public_output_composer.nr
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ use crate::components::private_kernel_circuit_public_inputs_composer::PrivateKer
Copy file name to clipboardexpand all lines: noir-projects/noir-protocol-circuits/crates/private-kernel-lib/src/components/tail_to_public_output_validator/tail_to_public_output_hints.nr
0 commit comments