@aztec/constants 3.0.0-nightly.20251218 → 3.0.0-nightly.20251220
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.d.ts +2 -2
- package/dest/constants.d.ts.map +1 -1
- package/dest/constants.gen.d.ts +1 -1
- package/dest/constants.gen.js +1 -1
- package/dest/constants.js +1 -1
- package/package.json +2 -2
- package/src/constants.gen.ts +1 -1
- package/src/constants.ts +1 -1
package/dest/constants.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ export declare const SPONSORED_FPC_SALT: bigint;
|
|
|
4
4
|
export * from './constants.gen.js';
|
|
5
5
|
/** The initial L2 block number (typed as BlockNumber). This is the first block number in the Aztec L2 chain. */
|
|
6
6
|
export declare const INITIAL_L2_BLOCK_NUM: BlockNumber;
|
|
7
|
-
/** The initial L2 checkpoint number (typed as CheckpointNumber). This is the first
|
|
7
|
+
/** The initial L2 checkpoint number (typed as CheckpointNumber). This is the first checkpoint number in the Aztec L2 chain. */
|
|
8
8
|
export declare const INITIAL_L2_CHECKPOINT_NUM: CheckpointNumber;
|
|
9
9
|
/** The block header hash for the genesis block 0. */
|
|
10
10
|
export declare const GENESIS_BLOCK_HEADER_HASH: Fr;
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29uc3RhbnRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsRUFBRSxFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFXcEQsZUFBTyxNQUFNLGtCQUFrQixRQUFZLENBQUM7QUFJNUMsY0FBYyxvQkFBb0IsQ0FBQztBQUVuQyxnSEFBZ0g7QUFHaEgsZUFBTyxNQUFNLG9CQUFvQixFQUFFLFdBQW1ELENBQUM7QUFFdkYsK0hBQStIO0FBRy9ILGVBQU8sTUFBTSx5QkFBeUIsRUFBRSxnQkFBK0QsQ0FBQztBQUV4RyxxREFBcUQ7QUFHckQsZUFBTyxNQUFNLHlCQUF5QixJQUEyQyxDQUFDIn0=
|
package/dest/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,EAAE,EAAE,MAAM,gCAAgC,CAAC;AAWpD,eAAO,MAAM,kBAAkB,QAAY,CAAC;AAI5C,cAAc,oBAAoB,CAAC;AAEnC,gHAAgH;AAGhH,eAAO,MAAM,oBAAoB,EAAE,WAAmD,CAAC;AAEvF
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,EAAE,EAAE,MAAM,gCAAgC,CAAC;AAWpD,eAAO,MAAM,kBAAkB,QAAY,CAAC;AAI5C,cAAc,oBAAoB,CAAC;AAEnC,gHAAgH;AAGhH,eAAO,MAAM,oBAAoB,EAAE,WAAmD,CAAC;AAEvF,+HAA+H;AAG/H,eAAO,MAAM,yBAAyB,EAAE,gBAA+D,CAAC;AAExG,qDAAqD;AAGrD,eAAO,MAAM,yBAAyB,IAA2C,CAAC"}
|
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/dest/constants.js
CHANGED
|
@@ -11,7 +11,7 @@ export * from './constants.gen.js';
|
|
|
11
11
|
/** The initial L2 block number (typed as BlockNumber). This is the first block number in the Aztec L2 chain. */ // Shadow the export from constants.gen above
|
|
12
12
|
// eslint-disable-next-line import/export
|
|
13
13
|
export const INITIAL_L2_BLOCK_NUM = BlockNumber(INITIAL_L2_BLOCK_NUM_RAW);
|
|
14
|
-
/** The initial L2 checkpoint number (typed as CheckpointNumber). This is the first
|
|
14
|
+
/** The initial L2 checkpoint number (typed as CheckpointNumber). This is the first checkpoint number in the Aztec L2 chain. */ // Shadow the export from constants.gen above
|
|
15
15
|
// eslint-disable-next-line import/export
|
|
16
16
|
export const INITIAL_L2_CHECKPOINT_NUM = CheckpointNumber(INITIAL_CHECKPOINT_NUM_RAW);
|
|
17
17
|
/** The block header hash for the genesis block 0. */ // Shadow the export from constants.gen above
|
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.20251220",
|
|
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.20251220",
|
|
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;
|
package/src/constants.ts
CHANGED
|
@@ -21,7 +21,7 @@ export * from './constants.gen.js';
|
|
|
21
21
|
// eslint-disable-next-line import/export
|
|
22
22
|
export const INITIAL_L2_BLOCK_NUM: BlockNumber = BlockNumber(INITIAL_L2_BLOCK_NUM_RAW);
|
|
23
23
|
|
|
24
|
-
/** The initial L2 checkpoint number (typed as CheckpointNumber). This is the first
|
|
24
|
+
/** The initial L2 checkpoint number (typed as CheckpointNumber). This is the first checkpoint number in the Aztec L2 chain. */
|
|
25
25
|
// Shadow the export from constants.gen above
|
|
26
26
|
// eslint-disable-next-line import/export
|
|
27
27
|
export const INITIAL_L2_CHECKPOINT_NUM: CheckpointNumber = CheckpointNumber(INITIAL_CHECKPOINT_NUM_RAW);
|