@aztec/aztec-node 0.82.2-alpha-testnet.1 → 0.82.2-alpha-testnet.3
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.
|
@@ -16,6 +16,8 @@ export type AztecNodeConfig = ArchiverConfig & SequencerClientConfig & Validator
|
|
|
16
16
|
disableValidator: boolean;
|
|
17
17
|
/** Whether to populate the genesis state with initial fee juice for the test accounts */
|
|
18
18
|
testAccounts: boolean;
|
|
19
|
+
/** Whether to populate the genesis state with initial fee juice for the sponsored FPC */
|
|
20
|
+
sponsoredFPC: boolean;
|
|
19
21
|
} & {
|
|
20
22
|
l1Contracts: L1ContractAddresses;
|
|
21
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/aztec-node/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAA0B,MAAM,wBAAwB,CAAC;AACrF,OAAO,EAAE,KAAK,mBAAmB,EAA8B,MAAM,iBAAiB,CAAC;AACvF,OAAO,EAAE,KAAK,kBAAkB,EAA8C,MAAM,0BAA0B,CAAC;AAC/G,OAAO,EAAE,KAAK,eAAe,EAAsB,MAAM,wBAAwB,CAAC;AAClF,OAAO,EAAE,KAAK,SAAS,EAAqB,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,KAAK,kBAAkB,EAA8B,MAAM,6BAA6B,CAAC;AAClG,OAAO,EAAE,KAAK,qBAAqB,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAC3G,OAAO,EAAE,KAAK,qBAAqB,EAAiC,MAAM,gCAAgC,CAAC;AAC3G,OAAO,EAAE,KAAK,gBAAgB,EAA4B,MAAM,2BAA2B,CAAC;AAM5F,OAAO,EAAE,6BAA6B,EAAE,KAAK,qBAAqB,EAAE,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,cAAc,GAC1C,qBAAqB,GACrB,qBAAqB,GACrB,kBAAkB,GAClB,gBAAgB,GAChB,IAAI,CAAC,kBAAkB,EAAE,cAAc,GAAG,oBAAoB,GAAG,YAAY,CAAC,GAC9E,SAAS,GACT,eAAe,GAAG;IAChB,sDAAsD;IACtD,gBAAgB,EAAE,OAAO,CAAC;IAC1B,yFAAyF;IACzF,YAAY,EAAE,OAAO,CAAC;CACvB,GAAG;IACF,WAAW,EAAE,mBAAmB,CAAC;CAClC,CAAC;AAEJ,eAAO,MAAM,uBAAuB,EAAE,kBAAkB,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/aztec-node/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAA0B,MAAM,wBAAwB,CAAC;AACrF,OAAO,EAAE,KAAK,mBAAmB,EAA8B,MAAM,iBAAiB,CAAC;AACvF,OAAO,EAAE,KAAK,kBAAkB,EAA8C,MAAM,0BAA0B,CAAC;AAC/G,OAAO,EAAE,KAAK,eAAe,EAAsB,MAAM,wBAAwB,CAAC;AAClF,OAAO,EAAE,KAAK,SAAS,EAAqB,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,KAAK,kBAAkB,EAA8B,MAAM,6BAA6B,CAAC;AAClG,OAAO,EAAE,KAAK,qBAAqB,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAC3G,OAAO,EAAE,KAAK,qBAAqB,EAAiC,MAAM,gCAAgC,CAAC;AAC3G,OAAO,EAAE,KAAK,gBAAgB,EAA4B,MAAM,2BAA2B,CAAC;AAM5F,OAAO,EAAE,6BAA6B,EAAE,KAAK,qBAAqB,EAAE,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,cAAc,GAC1C,qBAAqB,GACrB,qBAAqB,GACrB,kBAAkB,GAClB,gBAAgB,GAChB,IAAI,CAAC,kBAAkB,EAAE,cAAc,GAAG,oBAAoB,GAAG,YAAY,CAAC,GAC9E,SAAS,GACT,eAAe,GAAG;IAChB,sDAAsD;IACtD,gBAAgB,EAAE,OAAO,CAAC;IAC1B,yFAAyF;IACzF,YAAY,EAAE,OAAO,CAAC;IACtB,yFAAyF;IACzF,YAAY,EAAE,OAAO,CAAC;CACvB,GAAG;IACF,WAAW,EAAE,mBAAmB,CAAC;CAClC,CAAC;AAEJ,eAAO,MAAM,uBAAuB,EAAE,kBAAkB,CAAC,eAAe,CA2BvE,CAAC;AAEF;;;GAGG;AACH,wBAAgB,gBAAgB,IAAI,eAAe,CAElD;AAED;;GAEG;AACH,wBAAgB,iBAAiB,QAOhC"}
|
|
@@ -32,6 +32,11 @@ export const aztecNodeConfigMappings = {
|
|
|
32
32
|
env: 'TEST_ACCOUNTS',
|
|
33
33
|
description: 'Whether to populate the genesis state with initial fee juice for the test accounts.',
|
|
34
34
|
...booleanConfigHelper()
|
|
35
|
+
},
|
|
36
|
+
sponsoredFPC: {
|
|
37
|
+
env: 'SPONSORED_FPC',
|
|
38
|
+
description: 'Whether to populate the genesis state with initial fee juice for the sponsored FPC.',
|
|
39
|
+
...booleanConfigHelper(false)
|
|
35
40
|
}
|
|
36
41
|
};
|
|
37
42
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/aztec-node",
|
|
3
|
-
"version": "0.82.2-alpha-testnet.
|
|
3
|
+
"version": "0.82.2-alpha-testnet.3",
|
|
4
4
|
"main": "dest/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -62,24 +62,24 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@aztec/archiver": "0.82.2-alpha-testnet.
|
|
66
|
-
"@aztec/bb-prover": "0.82.2-alpha-testnet.
|
|
67
|
-
"@aztec/blob-sink": "0.82.2-alpha-testnet.
|
|
68
|
-
"@aztec/constants": "0.82.2-alpha-testnet.
|
|
69
|
-
"@aztec/epoch-cache": "0.82.2-alpha-testnet.
|
|
70
|
-
"@aztec/ethereum": "0.82.2-alpha-testnet.
|
|
71
|
-
"@aztec/foundation": "0.82.2-alpha-testnet.
|
|
72
|
-
"@aztec/kv-store": "0.82.2-alpha-testnet.
|
|
73
|
-
"@aztec/merkle-tree": "0.82.2-alpha-testnet.
|
|
74
|
-
"@aztec/p2p": "0.82.2-alpha-testnet.
|
|
75
|
-
"@aztec/protocol-contracts": "0.82.2-alpha-testnet.
|
|
76
|
-
"@aztec/prover-client": "0.82.2-alpha-testnet.
|
|
77
|
-
"@aztec/sequencer-client": "0.82.2-alpha-testnet.
|
|
78
|
-
"@aztec/simulator": "0.82.2-alpha-testnet.
|
|
79
|
-
"@aztec/stdlib": "0.82.2-alpha-testnet.
|
|
80
|
-
"@aztec/telemetry-client": "0.82.2-alpha-testnet.
|
|
81
|
-
"@aztec/validator-client": "0.82.2-alpha-testnet.
|
|
82
|
-
"@aztec/world-state": "0.82.2-alpha-testnet.
|
|
65
|
+
"@aztec/archiver": "0.82.2-alpha-testnet.3",
|
|
66
|
+
"@aztec/bb-prover": "0.82.2-alpha-testnet.3",
|
|
67
|
+
"@aztec/blob-sink": "0.82.2-alpha-testnet.3",
|
|
68
|
+
"@aztec/constants": "0.82.2-alpha-testnet.3",
|
|
69
|
+
"@aztec/epoch-cache": "0.82.2-alpha-testnet.3",
|
|
70
|
+
"@aztec/ethereum": "0.82.2-alpha-testnet.3",
|
|
71
|
+
"@aztec/foundation": "0.82.2-alpha-testnet.3",
|
|
72
|
+
"@aztec/kv-store": "0.82.2-alpha-testnet.3",
|
|
73
|
+
"@aztec/merkle-tree": "0.82.2-alpha-testnet.3",
|
|
74
|
+
"@aztec/p2p": "0.82.2-alpha-testnet.3",
|
|
75
|
+
"@aztec/protocol-contracts": "0.82.2-alpha-testnet.3",
|
|
76
|
+
"@aztec/prover-client": "0.82.2-alpha-testnet.3",
|
|
77
|
+
"@aztec/sequencer-client": "0.82.2-alpha-testnet.3",
|
|
78
|
+
"@aztec/simulator": "0.82.2-alpha-testnet.3",
|
|
79
|
+
"@aztec/stdlib": "0.82.2-alpha-testnet.3",
|
|
80
|
+
"@aztec/telemetry-client": "0.82.2-alpha-testnet.3",
|
|
81
|
+
"@aztec/validator-client": "0.82.2-alpha-testnet.3",
|
|
82
|
+
"@aztec/world-state": "0.82.2-alpha-testnet.3",
|
|
83
83
|
"koa": "^2.14.2",
|
|
84
84
|
"koa-router": "^12.0.0",
|
|
85
85
|
"tslib": "^2.4.0"
|
package/src/aztec-node/config.ts
CHANGED
|
@@ -29,6 +29,8 @@ export type AztecNodeConfig = ArchiverConfig &
|
|
|
29
29
|
disableValidator: boolean;
|
|
30
30
|
/** Whether to populate the genesis state with initial fee juice for the test accounts */
|
|
31
31
|
testAccounts: boolean;
|
|
32
|
+
/** Whether to populate the genesis state with initial fee juice for the sponsored FPC */
|
|
33
|
+
sponsoredFPC: boolean;
|
|
32
34
|
} & {
|
|
33
35
|
l1Contracts: L1ContractAddresses;
|
|
34
36
|
};
|
|
@@ -55,6 +57,11 @@ export const aztecNodeConfigMappings: ConfigMappingsType<AztecNodeConfig> = {
|
|
|
55
57
|
description: 'Whether to populate the genesis state with initial fee juice for the test accounts.',
|
|
56
58
|
...booleanConfigHelper(),
|
|
57
59
|
},
|
|
60
|
+
sponsoredFPC: {
|
|
61
|
+
env: 'SPONSORED_FPC',
|
|
62
|
+
description: 'Whether to populate the genesis state with initial fee juice for the sponsored FPC.',
|
|
63
|
+
...booleanConfigHelper(false),
|
|
64
|
+
},
|
|
58
65
|
};
|
|
59
66
|
|
|
60
67
|
/**
|