@aztec/end-to-end 0.86.0-nightly.20250507 → 0.86.0-nightly.20250509

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.
@@ -59,7 +59,7 @@ export const ARCHIVER_POLL_INTERVAL = 50;
59
59
  proverId: Fr.fromString('1'),
60
60
  // This must be enough so that the tx from the prover is delayed properly,
61
61
  // but not so much to hang the sequencer and timeout the teardown
62
- txPropagationMaxQueryAttempts: 12,
62
+ txPropagationMaxQueryAttempts: opts.txPropagationMaxQueryAttempts ?? 12,
63
63
  worldStateBlockHistory: WORLD_STATE_BLOCK_HISTORY,
64
64
  ...opts
65
65
  });
@@ -35,7 +35,7 @@ export async function capturePrivateExecutionStepsIfEnvSet(label, interaction, o
35
35
  if (profileMode === 'full') {
36
36
  // If we have gate counts, write the steps in human-readable format.
37
37
  await fs.writeFile(path.join(resultsDirectory, 'profile.json'), JSON.stringify({
38
- syncTime: result.syncTime,
38
+ timings: result.timings,
39
39
  steps: result.executionSteps.map((step)=>({
40
40
  fnName: step.functionName,
41
41
  gateCount: step.gateCount,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/end-to-end",
3
- "version": "0.86.0-nightly.20250507",
3
+ "version": "0.86.0-nightly.20250509",
4
4
  "type": "module",
5
5
  "exports": "./dest/index.js",
6
6
  "inherits": [
@@ -25,39 +25,39 @@
25
25
  "formatting": "run -T prettier --check ./src && run -T eslint ./src"
26
26
  },
27
27
  "dependencies": {
28
- "@aztec/accounts": "0.86.0-nightly.20250507",
29
- "@aztec/archiver": "0.86.0-nightly.20250507",
30
- "@aztec/aztec": "0.86.0-nightly.20250507",
31
- "@aztec/aztec-node": "0.86.0-nightly.20250507",
32
- "@aztec/aztec.js": "0.86.0-nightly.20250507",
33
- "@aztec/bb-prover": "0.86.0-nightly.20250507",
34
- "@aztec/blob-lib": "0.86.0-nightly.20250507",
35
- "@aztec/blob-sink": "0.86.0-nightly.20250507",
36
- "@aztec/bot": "0.86.0-nightly.20250507",
37
- "@aztec/cli": "0.86.0-nightly.20250507",
38
- "@aztec/constants": "0.86.0-nightly.20250507",
39
- "@aztec/entrypoints": "0.86.0-nightly.20250507",
40
- "@aztec/epoch-cache": "0.86.0-nightly.20250507",
41
- "@aztec/ethereum": "0.86.0-nightly.20250507",
42
- "@aztec/foundation": "0.86.0-nightly.20250507",
43
- "@aztec/kv-store": "0.86.0-nightly.20250507",
44
- "@aztec/l1-artifacts": "0.86.0-nightly.20250507",
45
- "@aztec/merkle-tree": "0.86.0-nightly.20250507",
46
- "@aztec/noir-contracts.js": "0.86.0-nightly.20250507",
47
- "@aztec/noir-noirc_abi": "0.86.0-nightly.20250507",
48
- "@aztec/noir-protocol-circuits-types": "0.86.0-nightly.20250507",
49
- "@aztec/noir-test-contracts.js": "0.86.0-nightly.20250507",
50
- "@aztec/p2p": "0.86.0-nightly.20250507",
51
- "@aztec/protocol-contracts": "0.86.0-nightly.20250507",
52
- "@aztec/prover-client": "0.86.0-nightly.20250507",
53
- "@aztec/prover-node": "0.86.0-nightly.20250507",
54
- "@aztec/pxe": "0.86.0-nightly.20250507",
55
- "@aztec/sequencer-client": "0.86.0-nightly.20250507",
56
- "@aztec/simulator": "0.86.0-nightly.20250507",
57
- "@aztec/stdlib": "0.86.0-nightly.20250507",
58
- "@aztec/telemetry-client": "0.86.0-nightly.20250507",
59
- "@aztec/validator-client": "0.86.0-nightly.20250507",
60
- "@aztec/world-state": "0.86.0-nightly.20250507",
28
+ "@aztec/accounts": "0.86.0-nightly.20250509",
29
+ "@aztec/archiver": "0.86.0-nightly.20250509",
30
+ "@aztec/aztec": "0.86.0-nightly.20250509",
31
+ "@aztec/aztec-node": "0.86.0-nightly.20250509",
32
+ "@aztec/aztec.js": "0.86.0-nightly.20250509",
33
+ "@aztec/bb-prover": "0.86.0-nightly.20250509",
34
+ "@aztec/blob-lib": "0.86.0-nightly.20250509",
35
+ "@aztec/blob-sink": "0.86.0-nightly.20250509",
36
+ "@aztec/bot": "0.86.0-nightly.20250509",
37
+ "@aztec/cli": "0.86.0-nightly.20250509",
38
+ "@aztec/constants": "0.86.0-nightly.20250509",
39
+ "@aztec/entrypoints": "0.86.0-nightly.20250509",
40
+ "@aztec/epoch-cache": "0.86.0-nightly.20250509",
41
+ "@aztec/ethereum": "0.86.0-nightly.20250509",
42
+ "@aztec/foundation": "0.86.0-nightly.20250509",
43
+ "@aztec/kv-store": "0.86.0-nightly.20250509",
44
+ "@aztec/l1-artifacts": "0.86.0-nightly.20250509",
45
+ "@aztec/merkle-tree": "0.86.0-nightly.20250509",
46
+ "@aztec/noir-contracts.js": "0.86.0-nightly.20250509",
47
+ "@aztec/noir-noirc_abi": "0.86.0-nightly.20250509",
48
+ "@aztec/noir-protocol-circuits-types": "0.86.0-nightly.20250509",
49
+ "@aztec/noir-test-contracts.js": "0.86.0-nightly.20250509",
50
+ "@aztec/p2p": "0.86.0-nightly.20250509",
51
+ "@aztec/protocol-contracts": "0.86.0-nightly.20250509",
52
+ "@aztec/prover-client": "0.86.0-nightly.20250509",
53
+ "@aztec/prover-node": "0.86.0-nightly.20250509",
54
+ "@aztec/pxe": "0.86.0-nightly.20250509",
55
+ "@aztec/sequencer-client": "0.86.0-nightly.20250509",
56
+ "@aztec/simulator": "0.86.0-nightly.20250509",
57
+ "@aztec/stdlib": "0.86.0-nightly.20250509",
58
+ "@aztec/telemetry-client": "0.86.0-nightly.20250509",
59
+ "@aztec/validator-client": "0.86.0-nightly.20250509",
60
+ "@aztec/world-state": "0.86.0-nightly.20250509",
61
61
  "@iarna/toml": "^2.2.5",
62
62
  "@jest/globals": "^29.5.0",
63
63
  "@noble/curves": "^1.0.0",
@@ -95,7 +95,7 @@ export class EpochsTestContext {
95
95
  proverId: Fr.fromString('1'),
96
96
  // This must be enough so that the tx from the prover is delayed properly,
97
97
  // but not so much to hang the sequencer and timeout the teardown
98
- txPropagationMaxQueryAttempts: 12,
98
+ txPropagationMaxQueryAttempts: opts.txPropagationMaxQueryAttempts ?? 12,
99
99
  worldStateBlockHistory: WORLD_STATE_BLOCK_HISTORY,
100
100
  ...opts,
101
101
  });
@@ -47,7 +47,7 @@ export async function capturePrivateExecutionStepsIfEnvSet(
47
47
  path.join(resultsDirectory, 'profile.json'),
48
48
  JSON.stringify(
49
49
  {
50
- syncTime: result.syncTime,
50
+ timings: result.timings,
51
51
  steps: result.executionSteps.map(step => ({
52
52
  fnName: step.functionName,
53
53
  gateCount: step.gateCount,