@aztec/end-to-end 1.0.0-staging.1 → 1.0.0-staging.2

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.
@@ -133,7 +133,7 @@ export async function waitTxs(txs, context, txWaitOpts) {
133
133
  const l1Contracts = await node.getL1ContractAddresses();
134
134
  const { l1ChainId, rollupVersion } = await node.getNodeInfo();
135
135
  const pxeConfig = {
136
- l2BlockBatchSize: 200,
136
+ l2BlockBatchSize: 50,
137
137
  l2BlockPollingIntervalMS: 100,
138
138
  dataDirectory: undefined,
139
139
  dataStoreMapSizeKB: 1024 * 1024,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/end-to-end",
3
- "version": "1.0.0-staging.1",
3
+ "version": "1.0.0-staging.2",
4
4
  "type": "module",
5
5
  "exports": "./dest/index.js",
6
6
  "inherits": [
@@ -25,40 +25,40 @@
25
25
  "formatting": "run -T prettier --check ./src && run -T eslint ./src"
26
26
  },
27
27
  "dependencies": {
28
- "@aztec/accounts": "1.0.0-staging.1",
29
- "@aztec/archiver": "1.0.0-staging.1",
30
- "@aztec/aztec": "1.0.0-staging.1",
31
- "@aztec/aztec-node": "1.0.0-staging.1",
32
- "@aztec/aztec.js": "1.0.0-staging.1",
33
- "@aztec/bb-prover": "1.0.0-staging.1",
34
- "@aztec/blob-lib": "1.0.0-staging.1",
35
- "@aztec/blob-sink": "1.0.0-staging.1",
36
- "@aztec/bot": "1.0.0-staging.1",
37
- "@aztec/cli": "1.0.0-staging.1",
38
- "@aztec/constants": "1.0.0-staging.1",
39
- "@aztec/entrypoints": "1.0.0-staging.1",
40
- "@aztec/epoch-cache": "1.0.0-staging.1",
41
- "@aztec/ethereum": "1.0.0-staging.1",
42
- "@aztec/foundation": "1.0.0-staging.1",
43
- "@aztec/kv-store": "1.0.0-staging.1",
44
- "@aztec/l1-artifacts": "1.0.0-staging.1",
45
- "@aztec/merkle-tree": "1.0.0-staging.1",
46
- "@aztec/noir-contracts.js": "1.0.0-staging.1",
47
- "@aztec/noir-noirc_abi": "1.0.0-staging.1",
48
- "@aztec/noir-protocol-circuits-types": "1.0.0-staging.1",
49
- "@aztec/noir-test-contracts.js": "1.0.0-staging.1",
50
- "@aztec/p2p": "1.0.0-staging.1",
51
- "@aztec/protocol-contracts": "1.0.0-staging.1",
52
- "@aztec/prover-client": "1.0.0-staging.1",
53
- "@aztec/prover-node": "1.0.0-staging.1",
54
- "@aztec/pxe": "1.0.0-staging.1",
55
- "@aztec/sequencer-client": "1.0.0-staging.1",
56
- "@aztec/simulator": "1.0.0-staging.1",
57
- "@aztec/slasher": "1.0.0-staging.1",
58
- "@aztec/stdlib": "1.0.0-staging.1",
59
- "@aztec/telemetry-client": "1.0.0-staging.1",
60
- "@aztec/validator-client": "1.0.0-staging.1",
61
- "@aztec/world-state": "1.0.0-staging.1",
28
+ "@aztec/accounts": "1.0.0-staging.2",
29
+ "@aztec/archiver": "1.0.0-staging.2",
30
+ "@aztec/aztec": "1.0.0-staging.2",
31
+ "@aztec/aztec-node": "1.0.0-staging.2",
32
+ "@aztec/aztec.js": "1.0.0-staging.2",
33
+ "@aztec/bb-prover": "1.0.0-staging.2",
34
+ "@aztec/blob-lib": "1.0.0-staging.2",
35
+ "@aztec/blob-sink": "1.0.0-staging.2",
36
+ "@aztec/bot": "1.0.0-staging.2",
37
+ "@aztec/cli": "1.0.0-staging.2",
38
+ "@aztec/constants": "1.0.0-staging.2",
39
+ "@aztec/entrypoints": "1.0.0-staging.2",
40
+ "@aztec/epoch-cache": "1.0.0-staging.2",
41
+ "@aztec/ethereum": "1.0.0-staging.2",
42
+ "@aztec/foundation": "1.0.0-staging.2",
43
+ "@aztec/kv-store": "1.0.0-staging.2",
44
+ "@aztec/l1-artifacts": "1.0.0-staging.2",
45
+ "@aztec/merkle-tree": "1.0.0-staging.2",
46
+ "@aztec/noir-contracts.js": "1.0.0-staging.2",
47
+ "@aztec/noir-noirc_abi": "1.0.0-staging.2",
48
+ "@aztec/noir-protocol-circuits-types": "1.0.0-staging.2",
49
+ "@aztec/noir-test-contracts.js": "1.0.0-staging.2",
50
+ "@aztec/p2p": "1.0.0-staging.2",
51
+ "@aztec/protocol-contracts": "1.0.0-staging.2",
52
+ "@aztec/prover-client": "1.0.0-staging.2",
53
+ "@aztec/prover-node": "1.0.0-staging.2",
54
+ "@aztec/pxe": "1.0.0-staging.2",
55
+ "@aztec/sequencer-client": "1.0.0-staging.2",
56
+ "@aztec/simulator": "1.0.0-staging.2",
57
+ "@aztec/slasher": "1.0.0-staging.2",
58
+ "@aztec/stdlib": "1.0.0-staging.2",
59
+ "@aztec/telemetry-client": "1.0.0-staging.2",
60
+ "@aztec/validator-client": "1.0.0-staging.2",
61
+ "@aztec/world-state": "1.0.0-staging.2",
62
62
  "@iarna/toml": "^2.2.5",
63
63
  "@jest/globals": "^30.0.0",
64
64
  "@noble/curves": "^1.0.0",
@@ -160,7 +160,7 @@ export async function createNewPXE(node: AztecNode, contract: BenchmarkingContra
160
160
  const l1Contracts = await node.getL1ContractAddresses();
161
161
  const { l1ChainId, rollupVersion } = await node.getNodeInfo();
162
162
  const pxeConfig = {
163
- l2BlockBatchSize: 200,
163
+ l2BlockBatchSize: 50,
164
164
  l2BlockPollingIntervalMS: 100,
165
165
  dataDirectory: undefined,
166
166
  dataStoreMapSizeKB: 1024 * 1024,