Skip to content

Commit 700328c

Browse files
federicobarbacoviludamadclaude
authored
fix: Fix merge train failure (#18001)
Co-authored-by: ludamad <adam.domurad@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4c914ff commit 700328c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

noir-projects/noir-protocol-circuits/crates/rollup-tx-base-private/Prover.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5136,7 +5136,15 @@ contract_class_log_fields = [
51365136
"0x008af27c65d4992edbf7516e6df4e803a9f2813bde5f82d3af10dd709ba436a6",
51375137
"0x0063713c626c788b7dda4c8aac2d649e3e3e48a255fa3d0c3e22573d4b0dcdd6",
51385138
"0x002d8346d566752021517ab68f0c8668d5ef121421bef11f99afaf0bca720cb4",
5139-
"0x005d01f6fd40c5d55d9f7a81a5f68e65202dd63e066b478c3459dc65950a5ab8"
5139+
"0x005d01f6fd40c5d55d9f7a81a5f68e65202dd63e066b478c3459dc65950a5ab8",
5140+
"0x0000000000000000000000000000000000000000000000000000000000000000",
5141+
"0x0000000000000000000000000000000000000000000000000000000000000000",
5142+
"0x0000000000000000000000000000000000000000000000000000000000000000",
5143+
"0x0000000000000000000000000000000000000000000000000000000000000000",
5144+
"0x0000000000000000000000000000000000000000000000000000000000000000",
5145+
"0x0000000000000000000000000000000000000000000000000000000000000000",
5146+
"0x0000000000000000000000000000000000000000000000000000000000000000",
5147+
"0x0000000000000000000000000000000000000000000000000000000000000000"
51405148
]
51415149

51425150
[inputs.hiding_kernel_proof_data.public_inputs]

noir-projects/noir-protocol-circuits/crates/types/src/constants.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ pub global FEE_RECIPIENT_LENGTH: u32 = 2;
400400
// TODO: Leila's considering moving this into a noir file within bb
401401
// The hiding kernel IO public inputs consist of pairing_inputs and table_commitments.
402402
// They are independent of the circuit's custom public inputs.
403-
pub global HIDING_KERNEL_IO_PUBLIC_INPUTS_SIZE: u32 = 48;
403+
pub global HIDING_KERNEL_IO_PUBLIC_INPUTS_SIZE: u32 = 56;
404404
pub global PAIRING_POINTS_SIZE: u32 = 16;
405405
pub global IPA_CLAIM_SIZE: u32 = 10;
406406

yarn-project/constants/src/constants.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const PROPOSED_BLOCK_HEADER_LENGTH_BYTES = 284;
187187
export const PRIVATE_CIRCUIT_PUBLIC_INPUTS_LENGTH = 868;
188188
export const PRIVATE_CONTEXT_INPUTS_LENGTH = 37;
189189
export const FEE_RECIPIENT_LENGTH = 2;
190-
export const HIDING_KERNEL_IO_PUBLIC_INPUTS_SIZE = 48;
190+
export const HIDING_KERNEL_IO_PUBLIC_INPUTS_SIZE = 56;
191191
export const PAIRING_POINTS_SIZE = 16;
192192
export const IPA_CLAIM_SIZE = 10;
193193
export const SCOPED_READ_REQUEST_LEN = 3;

0 commit comments

Comments
 (0)