@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.
- package/dest/bench/utils.js +1 -1
- package/package.json +35 -35
- package/src/bench/utils.ts +1 -1
package/dest/bench/utils.js
CHANGED
|
@@ -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:
|
|
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.
|
|
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.
|
|
29
|
-
"@aztec/archiver": "1.0.0-staging.
|
|
30
|
-
"@aztec/aztec": "1.0.0-staging.
|
|
31
|
-
"@aztec/aztec-node": "1.0.0-staging.
|
|
32
|
-
"@aztec/aztec.js": "1.0.0-staging.
|
|
33
|
-
"@aztec/bb-prover": "1.0.0-staging.
|
|
34
|
-
"@aztec/blob-lib": "1.0.0-staging.
|
|
35
|
-
"@aztec/blob-sink": "1.0.0-staging.
|
|
36
|
-
"@aztec/bot": "1.0.0-staging.
|
|
37
|
-
"@aztec/cli": "1.0.0-staging.
|
|
38
|
-
"@aztec/constants": "1.0.0-staging.
|
|
39
|
-
"@aztec/entrypoints": "1.0.0-staging.
|
|
40
|
-
"@aztec/epoch-cache": "1.0.0-staging.
|
|
41
|
-
"@aztec/ethereum": "1.0.0-staging.
|
|
42
|
-
"@aztec/foundation": "1.0.0-staging.
|
|
43
|
-
"@aztec/kv-store": "1.0.0-staging.
|
|
44
|
-
"@aztec/l1-artifacts": "1.0.0-staging.
|
|
45
|
-
"@aztec/merkle-tree": "1.0.0-staging.
|
|
46
|
-
"@aztec/noir-contracts.js": "1.0.0-staging.
|
|
47
|
-
"@aztec/noir-noirc_abi": "1.0.0-staging.
|
|
48
|
-
"@aztec/noir-protocol-circuits-types": "1.0.0-staging.
|
|
49
|
-
"@aztec/noir-test-contracts.js": "1.0.0-staging.
|
|
50
|
-
"@aztec/p2p": "1.0.0-staging.
|
|
51
|
-
"@aztec/protocol-contracts": "1.0.0-staging.
|
|
52
|
-
"@aztec/prover-client": "1.0.0-staging.
|
|
53
|
-
"@aztec/prover-node": "1.0.0-staging.
|
|
54
|
-
"@aztec/pxe": "1.0.0-staging.
|
|
55
|
-
"@aztec/sequencer-client": "1.0.0-staging.
|
|
56
|
-
"@aztec/simulator": "1.0.0-staging.
|
|
57
|
-
"@aztec/slasher": "1.0.0-staging.
|
|
58
|
-
"@aztec/stdlib": "1.0.0-staging.
|
|
59
|
-
"@aztec/telemetry-client": "1.0.0-staging.
|
|
60
|
-
"@aztec/validator-client": "1.0.0-staging.
|
|
61
|
-
"@aztec/world-state": "1.0.0-staging.
|
|
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",
|
package/src/bench/utils.ts
CHANGED
|
@@ -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:
|
|
163
|
+
l2BlockBatchSize: 50,
|
|
164
164
|
l2BlockPollingIntervalMS: 100,
|
|
165
165
|
dataDirectory: undefined,
|
|
166
166
|
dataStoreMapSizeKB: 1024 * 1024,
|