@aztec/constants 3.0.0-nightly.20251206 → 3.0.0-nightly.20251208
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 +2 -2
- package/src/constants.gen.ts +1 -1
package/dest/constants.gen.d.ts
CHANGED
|
@@ -231,7 +231,7 @@ export declare const IPA_PROOF_LENGTH = 64;
|
|
|
231
231
|
export declare const ULTRA_KECCAK_PROOF_LENGTH = 339;
|
|
232
232
|
export declare const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 531;
|
|
233
233
|
export declare const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 531;
|
|
234
|
-
export declare const CHONK_PROOF_LENGTH =
|
|
234
|
+
export declare const CHONK_PROOF_LENGTH = 1963;
|
|
235
235
|
export declare const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
236
236
|
export declare const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
237
237
|
export declare const CHONK_VK_LENGTH_IN_FIELDS = 127;
|
package/dest/constants.gen.js
CHANGED
|
@@ -232,7 +232,7 @@ export const IPA_PROOF_LENGTH = 64;
|
|
|
232
232
|
export const ULTRA_KECCAK_PROOF_LENGTH = 339;
|
|
233
233
|
export const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 531;
|
|
234
234
|
export const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 531;
|
|
235
|
-
export const CHONK_PROOF_LENGTH =
|
|
235
|
+
export const CHONK_PROOF_LENGTH = 1963;
|
|
236
236
|
export const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
237
237
|
export const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
238
238
|
export const CHONK_VK_LENGTH_IN_FIELDS = 127;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/constants",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20251208",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"inherits": [
|
|
6
6
|
"../package.common.json"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
19
|
+
"@aztec/foundation": "3.0.0-nightly.20251208",
|
|
20
20
|
"tslib": "^2.4.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
package/src/constants.gen.ts
CHANGED
|
@@ -232,7 +232,7 @@ export const IPA_PROOF_LENGTH = 64;
|
|
|
232
232
|
export const ULTRA_KECCAK_PROOF_LENGTH = 339;
|
|
233
233
|
export const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 531;
|
|
234
234
|
export const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 531;
|
|
235
|
-
export const CHONK_PROOF_LENGTH =
|
|
235
|
+
export const CHONK_PROOF_LENGTH = 1963;
|
|
236
236
|
export const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
237
237
|
export const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
238
238
|
export const CHONK_VK_LENGTH_IN_FIELDS = 127;
|