@aztec/constants 3.0.0-nightly.20251217 → 3.0.0-nightly.20251219
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
|
@@ -378,7 +378,7 @@ export declare const AVM_PUBLIC_INPUTS_REVERTED_ROW_IDX = 4684;
|
|
|
378
378
|
export declare const AVM_PUBLIC_INPUTS_COLUMNS_MAX_LENGTH = 4685;
|
|
379
379
|
export declare const AVM_NUM_PUBLIC_INPUT_COLUMNS = 4;
|
|
380
380
|
export declare const AVM_PUBLIC_INPUTS_COLUMNS_COMBINED_LENGTH = 18740;
|
|
381
|
-
export declare const AVM_V2_PROOF_LENGTH_IN_FIELDS_PADDED =
|
|
381
|
+
export declare const AVM_V2_PROOF_LENGTH_IN_FIELDS_PADDED = 16200;
|
|
382
382
|
export declare const AVM_V2_VERIFICATION_KEY_LENGTH_IN_FIELDS_PADDED = 1000;
|
|
383
383
|
export declare const AVM_MAX_PROCESSABLE_L2_GAS = 6000000;
|
|
384
384
|
export declare const DA_BYTES_PER_FIELD = 32;
|
package/dest/constants.gen.js
CHANGED
|
@@ -379,7 +379,7 @@ export const AVM_PUBLIC_INPUTS_REVERTED_ROW_IDX = 4684;
|
|
|
379
379
|
export const AVM_PUBLIC_INPUTS_COLUMNS_MAX_LENGTH = 4685;
|
|
380
380
|
export const AVM_NUM_PUBLIC_INPUT_COLUMNS = 4;
|
|
381
381
|
export const AVM_PUBLIC_INPUTS_COLUMNS_COMBINED_LENGTH = 18740;
|
|
382
|
-
export const AVM_V2_PROOF_LENGTH_IN_FIELDS_PADDED =
|
|
382
|
+
export const AVM_V2_PROOF_LENGTH_IN_FIELDS_PADDED = 16200;
|
|
383
383
|
export const AVM_V2_VERIFICATION_KEY_LENGTH_IN_FIELDS_PADDED = 1000;
|
|
384
384
|
export const AVM_MAX_PROCESSABLE_L2_GAS = 6000000;
|
|
385
385
|
export const DA_BYTES_PER_FIELD = 32;
|
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.20251219",
|
|
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.20251219",
|
|
20
20
|
"tslib": "^2.4.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
package/src/constants.gen.ts
CHANGED
|
@@ -379,7 +379,7 @@ export const AVM_PUBLIC_INPUTS_REVERTED_ROW_IDX = 4684;
|
|
|
379
379
|
export const AVM_PUBLIC_INPUTS_COLUMNS_MAX_LENGTH = 4685;
|
|
380
380
|
export const AVM_NUM_PUBLIC_INPUT_COLUMNS = 4;
|
|
381
381
|
export const AVM_PUBLIC_INPUTS_COLUMNS_COMBINED_LENGTH = 18740;
|
|
382
|
-
export const AVM_V2_PROOF_LENGTH_IN_FIELDS_PADDED =
|
|
382
|
+
export const AVM_V2_PROOF_LENGTH_IN_FIELDS_PADDED = 16200;
|
|
383
383
|
export const AVM_V2_VERIFICATION_KEY_LENGTH_IN_FIELDS_PADDED = 1000;
|
|
384
384
|
export const AVM_MAX_PROCESSABLE_L2_GAS = 6000000;
|
|
385
385
|
export const DA_BYTES_PER_FIELD = 32;
|