@aztec/constants 1.0.0-nightly.20250807 → 1.0.0-nightly.20250809
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/constants.gen.d.ts +1 -1
- package/dest/constants.gen.js +1 -1
- package/package.json +1 -1
- package/src/constants.gen.ts +2 -2
package/dest/constants.gen.d.ts
CHANGED
|
@@ -226,7 +226,7 @@ export declare const NUM_BASE_PARITY_PER_ROOT_PARITY = 4;
|
|
|
226
226
|
export declare const RECURSIVE_PROOF_LENGTH = 457;
|
|
227
227
|
export declare const NESTED_RECURSIVE_PROOF_LENGTH = 457;
|
|
228
228
|
export declare const IPA_PROOF_LENGTH = 68;
|
|
229
|
-
export declare const ULTRA_KECCAK_PROOF_LENGTH =
|
|
229
|
+
export declare const ULTRA_KECCAK_PROOF_LENGTH = 350;
|
|
230
230
|
export declare const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
231
231
|
export declare const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
232
232
|
export declare const TUBE_PROOF_LENGTH = 535;
|
package/dest/constants.gen.js
CHANGED
|
@@ -227,7 +227,7 @@ export const NUM_BASE_PARITY_PER_ROOT_PARITY = 4;
|
|
|
227
227
|
export const RECURSIVE_PROOF_LENGTH = 457;
|
|
228
228
|
export const NESTED_RECURSIVE_PROOF_LENGTH = 457;
|
|
229
229
|
export const IPA_PROOF_LENGTH = 68;
|
|
230
|
-
export const ULTRA_KECCAK_PROOF_LENGTH =
|
|
230
|
+
export const ULTRA_KECCAK_PROOF_LENGTH = 350;
|
|
231
231
|
export const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
232
232
|
export const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
233
233
|
export const TUBE_PROOF_LENGTH = 535;
|
package/package.json
CHANGED
package/src/constants.gen.ts
CHANGED
|
@@ -228,7 +228,7 @@ export const NUM_BASE_PARITY_PER_ROOT_PARITY = 4;
|
|
|
228
228
|
export const RECURSIVE_PROOF_LENGTH = 457;
|
|
229
229
|
export const NESTED_RECURSIVE_PROOF_LENGTH = 457;
|
|
230
230
|
export const IPA_PROOF_LENGTH = 68;
|
|
231
|
-
export const ULTRA_KECCAK_PROOF_LENGTH =
|
|
231
|
+
export const ULTRA_KECCAK_PROOF_LENGTH = 350;
|
|
232
232
|
export const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
233
233
|
export const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
234
234
|
export const TUBE_PROOF_LENGTH = 535;
|
|
@@ -558,4 +558,4 @@ export enum GeneratorIndex {
|
|
|
558
558
|
PARTIAL_NOTE_VALIDITY_COMMITMENT = 58,
|
|
559
559
|
EVENT_COMMITMENT = 59,
|
|
560
560
|
PUBLIC_BYTECODE = 60,
|
|
561
|
-
}
|
|
561
|
+
}
|