@aztec/aztec 0.84.0-alpha-testnet.2 → 0.84.0-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.
@@ -1 +1 @@
1
- {"version":3,"file":"aztec_start_options.d.ts","sourceRoot":"","sources":["../../src/cli/aztec_start_options.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,MAAM,EAIZ,MAAM,0BAA0B,CAAC;AAelC,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,GAAG,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,MAAM,CAAC;IACpC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;CACjC;AAED,eAAO,MAAM,UAAU,cAAe,MAAM,kBAAkB,OAAO,MAAM,EAAE,aAAa,CAAC,uBAiB1F,CAAC;AAGF,eAAO,MAAM,gBAAgB,UAU5B,CAAC;AAEF,eAAO,MAAM,YAAY,YAAY,CAAC;AAGtC,eAAO,MAAM,iBAAiB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,EAAE,CAAA;CAgWlE,CAAC"}
1
+ {"version":3,"file":"aztec_start_options.d.ts","sourceRoot":"","sources":["../../src/cli/aztec_start_options.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,MAAM,EAIZ,MAAM,0BAA0B,CAAC;AAelC,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,GAAG,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,MAAM,CAAC;IACpC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;CACjC;AAED,eAAO,MAAM,UAAU,cAAe,MAAM,kBAAkB,OAAO,MAAM,EAAE,aAAa,CAAC,uBAiB1F,CAAC;AAGF,eAAO,MAAM,gBAAgB,UAU5B,CAAC;AAEF,eAAO,MAAM,YAAY,YAAY,CAAC;AAGtC,eAAO,MAAM,iBAAiB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,EAAE,CAAA;CA0WlE,CAAC"}
@@ -317,7 +317,8 @@ export const aztecStartOptions = {
317
317
  // filter out options passed separately
318
318
  ...Object.keys(archiverConfigMappings),
319
319
  ...Object.keys(proverBrokerConfigMappings),
320
- ...Object.keys(proverAgentConfigMappings)
320
+ ...Object.keys(proverAgentConfigMappings),
321
+ ...Object.keys(p2pConfigMappings)
321
322
  ]))
322
323
  ],
323
324
  'PROVER BROKER': [
@@ -346,7 +347,13 @@ export const aztecStartOptions = {
346
347
  defaultValue: undefined,
347
348
  envVar: undefined
348
349
  },
349
- ...getOptions('p2pBootstrap', bootnodeConfigMappings)
350
+ ...getOptions('p2pBootstrap', omitConfigMappings(bootnodeConfigMappings, [
351
+ 'p2pIp',
352
+ 'p2pPort',
353
+ 'peerIdPrivateKey',
354
+ 'bootstrapNodes',
355
+ 'listenAddress'
356
+ ]))
350
357
  ],
351
358
  BOT: [
352
359
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "0.84.0-alpha-testnet.2",
3
+ "version": "0.84.0-alpha-testnet.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js"
@@ -29,35 +29,35 @@
29
29
  "../package.common.json"
30
30
  ],
31
31
  "dependencies": {
32
- "@aztec/accounts": "0.84.0-alpha-testnet.2",
33
- "@aztec/archiver": "0.84.0-alpha-testnet.2",
34
- "@aztec/aztec-faucet": "0.84.0-alpha-testnet.2",
35
- "@aztec/aztec-node": "0.84.0-alpha-testnet.2",
36
- "@aztec/aztec.js": "0.84.0-alpha-testnet.2",
37
- "@aztec/bb-prover": "0.84.0-alpha-testnet.2",
38
- "@aztec/bb.js": "0.84.0-alpha-testnet.2",
39
- "@aztec/blob-sink": "0.84.0-alpha-testnet.2",
40
- "@aztec/bot": "0.84.0-alpha-testnet.2",
41
- "@aztec/builder": "0.84.0-alpha-testnet.2",
42
- "@aztec/cli": "0.84.0-alpha-testnet.2",
43
- "@aztec/cli-wallet": "0.84.0-alpha-testnet.2",
44
- "@aztec/constants": "0.84.0-alpha-testnet.2",
45
- "@aztec/entrypoints": "0.84.0-alpha-testnet.2",
46
- "@aztec/ethereum": "0.84.0-alpha-testnet.2",
47
- "@aztec/foundation": "0.84.0-alpha-testnet.2",
48
- "@aztec/kv-store": "0.84.0-alpha-testnet.2",
49
- "@aztec/noir-contracts.js": "0.84.0-alpha-testnet.2",
50
- "@aztec/noir-protocol-circuits-types": "0.84.0-alpha-testnet.2",
51
- "@aztec/p2p": "0.84.0-alpha-testnet.2",
52
- "@aztec/p2p-bootstrap": "0.84.0-alpha-testnet.2",
53
- "@aztec/protocol-contracts": "0.84.0-alpha-testnet.2",
54
- "@aztec/prover-client": "0.84.0-alpha-testnet.2",
55
- "@aztec/prover-node": "0.84.0-alpha-testnet.2",
56
- "@aztec/pxe": "0.84.0-alpha-testnet.2",
57
- "@aztec/stdlib": "0.84.0-alpha-testnet.2",
58
- "@aztec/telemetry-client": "0.84.0-alpha-testnet.2",
59
- "@aztec/txe": "0.84.0-alpha-testnet.2",
60
- "@aztec/world-state": "0.84.0-alpha-testnet.2",
32
+ "@aztec/accounts": "0.84.0-alpha-testnet.3",
33
+ "@aztec/archiver": "0.84.0-alpha-testnet.3",
34
+ "@aztec/aztec-faucet": "0.84.0-alpha-testnet.3",
35
+ "@aztec/aztec-node": "0.84.0-alpha-testnet.3",
36
+ "@aztec/aztec.js": "0.84.0-alpha-testnet.3",
37
+ "@aztec/bb-prover": "0.84.0-alpha-testnet.3",
38
+ "@aztec/bb.js": "0.84.0-alpha-testnet.3",
39
+ "@aztec/blob-sink": "0.84.0-alpha-testnet.3",
40
+ "@aztec/bot": "0.84.0-alpha-testnet.3",
41
+ "@aztec/builder": "0.84.0-alpha-testnet.3",
42
+ "@aztec/cli": "0.84.0-alpha-testnet.3",
43
+ "@aztec/cli-wallet": "0.84.0-alpha-testnet.3",
44
+ "@aztec/constants": "0.84.0-alpha-testnet.3",
45
+ "@aztec/entrypoints": "0.84.0-alpha-testnet.3",
46
+ "@aztec/ethereum": "0.84.0-alpha-testnet.3",
47
+ "@aztec/foundation": "0.84.0-alpha-testnet.3",
48
+ "@aztec/kv-store": "0.84.0-alpha-testnet.3",
49
+ "@aztec/noir-contracts.js": "0.84.0-alpha-testnet.3",
50
+ "@aztec/noir-protocol-circuits-types": "0.84.0-alpha-testnet.3",
51
+ "@aztec/p2p": "0.84.0-alpha-testnet.3",
52
+ "@aztec/p2p-bootstrap": "0.84.0-alpha-testnet.3",
53
+ "@aztec/protocol-contracts": "0.84.0-alpha-testnet.3",
54
+ "@aztec/prover-client": "0.84.0-alpha-testnet.3",
55
+ "@aztec/prover-node": "0.84.0-alpha-testnet.3",
56
+ "@aztec/pxe": "0.84.0-alpha-testnet.3",
57
+ "@aztec/stdlib": "0.84.0-alpha-testnet.3",
58
+ "@aztec/telemetry-client": "0.84.0-alpha-testnet.3",
59
+ "@aztec/txe": "0.84.0-alpha-testnet.3",
60
+ "@aztec/world-state": "0.84.0-alpha-testnet.3",
61
61
  "@types/chalk": "^2.2.0",
62
62
  "abitype": "^0.8.11",
63
63
  "chalk": "^5.3.0",
@@ -10,7 +10,7 @@ import {
10
10
  isBooleanConfigValue,
11
11
  omitConfigMappings,
12
12
  } from '@aztec/foundation/config';
13
- import { bootnodeConfigMappings, p2pConfigMappings } from '@aztec/p2p/config';
13
+ import { type P2PConfig, bootnodeConfigMappings, p2pConfigMappings } from '@aztec/p2p/config';
14
14
  import {
15
15
  type ProverAgentConfig,
16
16
  type ProverBrokerConfig,
@@ -347,6 +347,7 @@ export const aztecStartOptions: { [key: string]: AztecStartOption[] } = {
347
347
  ...(Object.keys(archiverConfigMappings) as (keyof ArchiverConfig)[]),
348
348
  ...(Object.keys(proverBrokerConfigMappings) as (keyof ProverBrokerConfig)[]),
349
349
  ...(Object.keys(proverAgentConfigMappings) as (keyof ProverAgentConfig)[]),
350
+ ...(Object.keys(p2pConfigMappings) as (keyof P2PConfig)[]),
350
351
  ]),
351
352
  ),
352
353
  ],
@@ -379,7 +380,16 @@ export const aztecStartOptions: { [key: string]: AztecStartOption[] } = {
379
380
  defaultValue: undefined,
380
381
  envVar: undefined,
381
382
  },
382
- ...getOptions('p2pBootstrap', bootnodeConfigMappings),
383
+ ...getOptions(
384
+ 'p2pBootstrap',
385
+ omitConfigMappings(bootnodeConfigMappings, [
386
+ 'p2pIp',
387
+ 'p2pPort',
388
+ 'peerIdPrivateKey',
389
+ 'bootstrapNodes',
390
+ 'listenAddress',
391
+ ]),
392
+ ),
383
393
  ],
384
394
  BOT: [
385
395
  {