@aztec/aztec 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.
|
@@ -144,7 +144,7 @@ export const aztecStartOptions = {
|
|
|
144
144
|
],
|
|
145
145
|
STORAGE: [
|
|
146
146
|
configToFlag('--data-directory', dataConfigMappings.dataDirectory),
|
|
147
|
-
configToFlag('--data-store-map-size-kb', dataConfigMappings.
|
|
147
|
+
configToFlag('--data-store-map-size-kb', dataConfigMappings.dataStoreMapSizeKb)
|
|
148
148
|
],
|
|
149
149
|
'WORLD STATE': [
|
|
150
150
|
configToFlag('--world-state-data-directory', worldStateConfigMappings.worldStateDataDirectory),
|
|
@@ -18,7 +18,7 @@ import { extractRelevantOptions } from '../util.js';
|
|
|
18
18
|
...envConfig,
|
|
19
19
|
...cliOptions
|
|
20
20
|
};
|
|
21
|
-
archiverConfig.
|
|
21
|
+
archiverConfig.dataStoreMapSizeKb = archiverConfig.archiverStoreMapSizeKb ?? archiverConfig.dataStoreMapSizeKb;
|
|
22
22
|
if (!archiverConfig.l1Contracts.registryAddress || archiverConfig.l1Contracts.registryAddress.isZero()) {
|
|
23
23
|
throw new Error('L1 registry address is required to start an Archiver');
|
|
24
24
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/aztec",
|
|
3
|
-
"version": "2.1.0-rc.
|
|
3
|
+
"version": "2.1.0-rc.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -28,37 +28,37 @@
|
|
|
28
28
|
"../package.common.json"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aztec/accounts": "2.1.0-rc.
|
|
32
|
-
"@aztec/archiver": "2.1.0-rc.
|
|
33
|
-
"@aztec/aztec-faucet": "2.1.0-rc.
|
|
34
|
-
"@aztec/aztec-node": "2.1.0-rc.
|
|
35
|
-
"@aztec/aztec.js": "2.1.0-rc.
|
|
36
|
-
"@aztec/bb-prover": "2.1.0-rc.
|
|
37
|
-
"@aztec/bb.js": "2.1.0-rc.
|
|
38
|
-
"@aztec/blob-sink": "2.1.0-rc.
|
|
39
|
-
"@aztec/bot": "2.1.0-rc.
|
|
40
|
-
"@aztec/builder": "2.1.0-rc.
|
|
41
|
-
"@aztec/cli": "2.1.0-rc.
|
|
42
|
-
"@aztec/cli-wallet": "2.1.0-rc.
|
|
43
|
-
"@aztec/constants": "2.1.0-rc.
|
|
44
|
-
"@aztec/entrypoints": "2.1.0-rc.
|
|
45
|
-
"@aztec/ethereum": "2.1.0-rc.
|
|
46
|
-
"@aztec/foundation": "2.1.0-rc.
|
|
47
|
-
"@aztec/kv-store": "2.1.0-rc.
|
|
48
|
-
"@aztec/l1-artifacts": "2.1.0-rc.
|
|
49
|
-
"@aztec/node-lib": "2.1.0-rc.
|
|
50
|
-
"@aztec/noir-contracts.js": "2.1.0-rc.
|
|
51
|
-
"@aztec/noir-protocol-circuits-types": "2.1.0-rc.
|
|
52
|
-
"@aztec/p2p": "2.1.0-rc.
|
|
53
|
-
"@aztec/p2p-bootstrap": "2.1.0-rc.
|
|
54
|
-
"@aztec/protocol-contracts": "2.1.0-rc.
|
|
55
|
-
"@aztec/prover-client": "2.1.0-rc.
|
|
56
|
-
"@aztec/prover-node": "2.1.0-rc.
|
|
57
|
-
"@aztec/pxe": "2.1.0-rc.
|
|
58
|
-
"@aztec/stdlib": "2.1.0-rc.
|
|
59
|
-
"@aztec/telemetry-client": "2.1.0-rc.
|
|
60
|
-
"@aztec/txe": "2.1.0-rc.
|
|
61
|
-
"@aztec/world-state": "2.1.0-rc.
|
|
31
|
+
"@aztec/accounts": "2.1.0-rc.22",
|
|
32
|
+
"@aztec/archiver": "2.1.0-rc.22",
|
|
33
|
+
"@aztec/aztec-faucet": "2.1.0-rc.22",
|
|
34
|
+
"@aztec/aztec-node": "2.1.0-rc.22",
|
|
35
|
+
"@aztec/aztec.js": "2.1.0-rc.22",
|
|
36
|
+
"@aztec/bb-prover": "2.1.0-rc.22",
|
|
37
|
+
"@aztec/bb.js": "2.1.0-rc.22",
|
|
38
|
+
"@aztec/blob-sink": "2.1.0-rc.22",
|
|
39
|
+
"@aztec/bot": "2.1.0-rc.22",
|
|
40
|
+
"@aztec/builder": "2.1.0-rc.22",
|
|
41
|
+
"@aztec/cli": "2.1.0-rc.22",
|
|
42
|
+
"@aztec/cli-wallet": "2.1.0-rc.22",
|
|
43
|
+
"@aztec/constants": "2.1.0-rc.22",
|
|
44
|
+
"@aztec/entrypoints": "2.1.0-rc.22",
|
|
45
|
+
"@aztec/ethereum": "2.1.0-rc.22",
|
|
46
|
+
"@aztec/foundation": "2.1.0-rc.22",
|
|
47
|
+
"@aztec/kv-store": "2.1.0-rc.22",
|
|
48
|
+
"@aztec/l1-artifacts": "2.1.0-rc.22",
|
|
49
|
+
"@aztec/node-lib": "2.1.0-rc.22",
|
|
50
|
+
"@aztec/noir-contracts.js": "2.1.0-rc.22",
|
|
51
|
+
"@aztec/noir-protocol-circuits-types": "2.1.0-rc.22",
|
|
52
|
+
"@aztec/p2p": "2.1.0-rc.22",
|
|
53
|
+
"@aztec/p2p-bootstrap": "2.1.0-rc.22",
|
|
54
|
+
"@aztec/protocol-contracts": "2.1.0-rc.22",
|
|
55
|
+
"@aztec/prover-client": "2.1.0-rc.22",
|
|
56
|
+
"@aztec/prover-node": "2.1.0-rc.22",
|
|
57
|
+
"@aztec/pxe": "2.1.0-rc.22",
|
|
58
|
+
"@aztec/stdlib": "2.1.0-rc.22",
|
|
59
|
+
"@aztec/telemetry-client": "2.1.0-rc.22",
|
|
60
|
+
"@aztec/txe": "2.1.0-rc.22",
|
|
61
|
+
"@aztec/world-state": "2.1.0-rc.22",
|
|
62
62
|
"@types/chalk": "^2.2.0",
|
|
63
63
|
"abitype": "^0.8.11",
|
|
64
64
|
"chalk": "^5.3.0",
|
|
@@ -172,7 +172,7 @@ export const aztecStartOptions: { [key: string]: AztecStartOption[] } = {
|
|
|
172
172
|
],
|
|
173
173
|
STORAGE: [
|
|
174
174
|
configToFlag('--data-directory', dataConfigMappings.dataDirectory),
|
|
175
|
-
configToFlag('--data-store-map-size-kb', dataConfigMappings.
|
|
175
|
+
configToFlag('--data-store-map-size-kb', dataConfigMappings.dataStoreMapSizeKb),
|
|
176
176
|
],
|
|
177
177
|
'WORLD STATE': [
|
|
178
178
|
configToFlag('--world-state-data-directory', worldStateConfigMappings.worldStateDataDirectory),
|
|
@@ -32,7 +32,7 @@ export async function startArchiver(
|
|
|
32
32
|
);
|
|
33
33
|
|
|
34
34
|
let archiverConfig = { ...envConfig, ...cliOptions };
|
|
35
|
-
archiverConfig.
|
|
35
|
+
archiverConfig.dataStoreMapSizeKb = archiverConfig.archiverStoreMapSizeKb ?? archiverConfig.dataStoreMapSizeKb;
|
|
36
36
|
|
|
37
37
|
if (!archiverConfig.l1Contracts.registryAddress || archiverConfig.l1Contracts.registryAddress.isZero()) {
|
|
38
38
|
throw new Error('L1 registry address is required to start an Archiver');
|