@aztec/stdlib 2.1.0-rc.21 → 2.1.0-rc.22
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.
|
@@ -19,7 +19,7 @@ export type ArchiverSpecificConfig = {
|
|
|
19
19
|
l1Contracts: L1ContractAddresses;
|
|
20
20
|
/** The max number of logs that can be obtained in 1 "getPublicLogs" call. */
|
|
21
21
|
maxLogs?: number;
|
|
22
|
-
/** The maximum possible size of the archiver DB in KB. Overwrites the general
|
|
22
|
+
/** The maximum possible size of the archiver DB in KB. Overwrites the general dataStoreMapSizeKb. */
|
|
23
23
|
archiverStoreMapSizeKb?: number;
|
|
24
24
|
/** Whether to skip validating block attestations (use only for testing). */
|
|
25
25
|
skipValidateBlockAttestations?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/stdlib",
|
|
3
|
-
"version": "2.1.0-rc.
|
|
3
|
+
"version": "2.1.0-rc.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"inherits": [
|
|
6
6
|
"../package.common.json",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@aws-sdk/client-s3": "^3.892.0",
|
|
73
|
-
"@aztec/bb.js": "2.1.0-rc.
|
|
74
|
-
"@aztec/blob-lib": "2.1.0-rc.
|
|
75
|
-
"@aztec/constants": "2.1.0-rc.
|
|
76
|
-
"@aztec/ethereum": "2.1.0-rc.
|
|
77
|
-
"@aztec/foundation": "2.1.0-rc.
|
|
78
|
-
"@aztec/l1-artifacts": "2.1.0-rc.
|
|
79
|
-
"@aztec/noir-noirc_abi": "2.1.0-rc.
|
|
73
|
+
"@aztec/bb.js": "2.1.0-rc.22",
|
|
74
|
+
"@aztec/blob-lib": "2.1.0-rc.22",
|
|
75
|
+
"@aztec/constants": "2.1.0-rc.22",
|
|
76
|
+
"@aztec/ethereum": "2.1.0-rc.22",
|
|
77
|
+
"@aztec/foundation": "2.1.0-rc.22",
|
|
78
|
+
"@aztec/l1-artifacts": "2.1.0-rc.22",
|
|
79
|
+
"@aztec/noir-noirc_abi": "2.1.0-rc.22",
|
|
80
80
|
"@google-cloud/storage": "^7.15.0",
|
|
81
81
|
"axios": "^1.12.0",
|
|
82
82
|
"json-stringify-deterministic": "1.0.12",
|
|
@@ -44,7 +44,7 @@ export type ArchiverSpecificConfig = {
|
|
|
44
44
|
/** The max number of logs that can be obtained in 1 "getPublicLogs" call. */
|
|
45
45
|
maxLogs?: number;
|
|
46
46
|
|
|
47
|
-
/** The maximum possible size of the archiver DB in KB. Overwrites the general
|
|
47
|
+
/** The maximum possible size of the archiver DB in KB. Overwrites the general dataStoreMapSizeKb. */
|
|
48
48
|
archiverStoreMapSizeKb?: number;
|
|
49
49
|
|
|
50
50
|
/** Whether to skip validating block attestations (use only for testing). */
|