@aztec/end-to-end 4.0.0-nightly.20260107 → 4.0.0-nightly.20260108
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.
|
@@ -324,7 +324,7 @@ export class ClientFlowsBenchmark {
|
|
|
324
324
|
async getPrivateFPCPaymentMethodForWallet(wallet, sender) {
|
|
325
325
|
// The private fee paying method assembled on the app side requires knowledge of the maximum
|
|
326
326
|
// fee the user is willing to pay
|
|
327
|
-
const maxFeesPerGas = (await this.aztecNode.
|
|
327
|
+
const maxFeesPerGas = (await this.aztecNode.getCurrentMinFees()).mul(1.5);
|
|
328
328
|
const gasSettings = GasSettings.default({
|
|
329
329
|
maxFeesPerGas
|
|
330
330
|
});
|
|
@@ -141,7 +141,7 @@ const { E2E_DATA_PATH: dataPath } = process.env;
|
|
|
141
141
|
this.aztecNode = aztecNode;
|
|
142
142
|
this.aztecNodeAdmin = aztecNode;
|
|
143
143
|
this.gasSettings = GasSettings.default({
|
|
144
|
-
maxFeesPerGas: (await this.aztecNode.
|
|
144
|
+
maxFeesPerGas: (await this.aztecNode.getCurrentMinFees()).mul(2)
|
|
145
145
|
});
|
|
146
146
|
this.cheatCodes = cheatCodes;
|
|
147
147
|
this.accounts = deployedAccounts.map((a)=>a.address);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/end-to-end",
|
|
3
|
-
"version": "4.0.0-nightly.
|
|
3
|
+
"version": "4.0.0-nightly.20260108",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": "./dest/index.js",
|
|
6
6
|
"inherits": [
|
|
@@ -25,43 +25,43 @@
|
|
|
25
25
|
"formatting": "run -T prettier --check ./src && run -T eslint ./src"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aztec/accounts": "4.0.0-nightly.
|
|
29
|
-
"@aztec/archiver": "4.0.0-nightly.
|
|
30
|
-
"@aztec/aztec": "4.0.0-nightly.
|
|
31
|
-
"@aztec/aztec-node": "4.0.0-nightly.
|
|
32
|
-
"@aztec/aztec.js": "4.0.0-nightly.
|
|
33
|
-
"@aztec/bb-prover": "4.0.0-nightly.
|
|
34
|
-
"@aztec/bb.js": "4.0.0-nightly.
|
|
35
|
-
"@aztec/blob-client": "4.0.0-nightly.
|
|
36
|
-
"@aztec/blob-lib": "4.0.0-nightly.
|
|
37
|
-
"@aztec/bot": "4.0.0-nightly.
|
|
38
|
-
"@aztec/cli": "4.0.0-nightly.
|
|
39
|
-
"@aztec/constants": "4.0.0-nightly.
|
|
40
|
-
"@aztec/entrypoints": "4.0.0-nightly.
|
|
41
|
-
"@aztec/epoch-cache": "4.0.0-nightly.
|
|
42
|
-
"@aztec/ethereum": "4.0.0-nightly.
|
|
43
|
-
"@aztec/foundation": "4.0.0-nightly.
|
|
44
|
-
"@aztec/kv-store": "4.0.0-nightly.
|
|
45
|
-
"@aztec/l1-artifacts": "4.0.0-nightly.
|
|
46
|
-
"@aztec/merkle-tree": "4.0.0-nightly.
|
|
47
|
-
"@aztec/node-keystore": "4.0.0-nightly.
|
|
48
|
-
"@aztec/noir-contracts.js": "4.0.0-nightly.
|
|
49
|
-
"@aztec/noir-noirc_abi": "4.0.0-nightly.
|
|
50
|
-
"@aztec/noir-protocol-circuits-types": "4.0.0-nightly.
|
|
51
|
-
"@aztec/noir-test-contracts.js": "4.0.0-nightly.
|
|
52
|
-
"@aztec/p2p": "4.0.0-nightly.
|
|
53
|
-
"@aztec/protocol-contracts": "4.0.0-nightly.
|
|
54
|
-
"@aztec/prover-client": "4.0.0-nightly.
|
|
55
|
-
"@aztec/prover-node": "4.0.0-nightly.
|
|
56
|
-
"@aztec/pxe": "4.0.0-nightly.
|
|
57
|
-
"@aztec/sequencer-client": "4.0.0-nightly.
|
|
58
|
-
"@aztec/simulator": "4.0.0-nightly.
|
|
59
|
-
"@aztec/slasher": "4.0.0-nightly.
|
|
60
|
-
"@aztec/stdlib": "4.0.0-nightly.
|
|
61
|
-
"@aztec/telemetry-client": "4.0.0-nightly.
|
|
62
|
-
"@aztec/test-wallet": "4.0.0-nightly.
|
|
63
|
-
"@aztec/validator-client": "4.0.0-nightly.
|
|
64
|
-
"@aztec/world-state": "4.0.0-nightly.
|
|
28
|
+
"@aztec/accounts": "4.0.0-nightly.20260108",
|
|
29
|
+
"@aztec/archiver": "4.0.0-nightly.20260108",
|
|
30
|
+
"@aztec/aztec": "4.0.0-nightly.20260108",
|
|
31
|
+
"@aztec/aztec-node": "4.0.0-nightly.20260108",
|
|
32
|
+
"@aztec/aztec.js": "4.0.0-nightly.20260108",
|
|
33
|
+
"@aztec/bb-prover": "4.0.0-nightly.20260108",
|
|
34
|
+
"@aztec/bb.js": "4.0.0-nightly.20260108",
|
|
35
|
+
"@aztec/blob-client": "4.0.0-nightly.20260108",
|
|
36
|
+
"@aztec/blob-lib": "4.0.0-nightly.20260108",
|
|
37
|
+
"@aztec/bot": "4.0.0-nightly.20260108",
|
|
38
|
+
"@aztec/cli": "4.0.0-nightly.20260108",
|
|
39
|
+
"@aztec/constants": "4.0.0-nightly.20260108",
|
|
40
|
+
"@aztec/entrypoints": "4.0.0-nightly.20260108",
|
|
41
|
+
"@aztec/epoch-cache": "4.0.0-nightly.20260108",
|
|
42
|
+
"@aztec/ethereum": "4.0.0-nightly.20260108",
|
|
43
|
+
"@aztec/foundation": "4.0.0-nightly.20260108",
|
|
44
|
+
"@aztec/kv-store": "4.0.0-nightly.20260108",
|
|
45
|
+
"@aztec/l1-artifacts": "4.0.0-nightly.20260108",
|
|
46
|
+
"@aztec/merkle-tree": "4.0.0-nightly.20260108",
|
|
47
|
+
"@aztec/node-keystore": "4.0.0-nightly.20260108",
|
|
48
|
+
"@aztec/noir-contracts.js": "4.0.0-nightly.20260108",
|
|
49
|
+
"@aztec/noir-noirc_abi": "4.0.0-nightly.20260108",
|
|
50
|
+
"@aztec/noir-protocol-circuits-types": "4.0.0-nightly.20260108",
|
|
51
|
+
"@aztec/noir-test-contracts.js": "4.0.0-nightly.20260108",
|
|
52
|
+
"@aztec/p2p": "4.0.0-nightly.20260108",
|
|
53
|
+
"@aztec/protocol-contracts": "4.0.0-nightly.20260108",
|
|
54
|
+
"@aztec/prover-client": "4.0.0-nightly.20260108",
|
|
55
|
+
"@aztec/prover-node": "4.0.0-nightly.20260108",
|
|
56
|
+
"@aztec/pxe": "4.0.0-nightly.20260108",
|
|
57
|
+
"@aztec/sequencer-client": "4.0.0-nightly.20260108",
|
|
58
|
+
"@aztec/simulator": "4.0.0-nightly.20260108",
|
|
59
|
+
"@aztec/slasher": "4.0.0-nightly.20260108",
|
|
60
|
+
"@aztec/stdlib": "4.0.0-nightly.20260108",
|
|
61
|
+
"@aztec/telemetry-client": "4.0.0-nightly.20260108",
|
|
62
|
+
"@aztec/test-wallet": "4.0.0-nightly.20260108",
|
|
63
|
+
"@aztec/validator-client": "4.0.0-nightly.20260108",
|
|
64
|
+
"@aztec/world-state": "4.0.0-nightly.20260108",
|
|
65
65
|
"@iarna/toml": "^2.2.5",
|
|
66
66
|
"@jest/globals": "^30.0.0",
|
|
67
67
|
"@noble/curves": "=1.0.0",
|
|
@@ -439,7 +439,7 @@ export class ClientFlowsBenchmark {
|
|
|
439
439
|
public async getPrivateFPCPaymentMethodForWallet(wallet: Wallet, sender: AztecAddress) {
|
|
440
440
|
// The private fee paying method assembled on the app side requires knowledge of the maximum
|
|
441
441
|
// fee the user is willing to pay
|
|
442
|
-
const maxFeesPerGas = (await this.aztecNode.
|
|
442
|
+
const maxFeesPerGas = (await this.aztecNode.getCurrentMinFees()).mul(1.5);
|
|
443
443
|
const gasSettings = GasSettings.default({ maxFeesPerGas });
|
|
444
444
|
return new PrivateFeePaymentMethod(this.bananaFPC.address, sender, wallet, gasSettings);
|
|
445
445
|
}
|
|
@@ -191,7 +191,7 @@ export class FeesTest {
|
|
|
191
191
|
this.wallet = wallet;
|
|
192
192
|
this.aztecNode = aztecNode;
|
|
193
193
|
this.aztecNodeAdmin = aztecNode;
|
|
194
|
-
this.gasSettings = GasSettings.default({ maxFeesPerGas: (await this.aztecNode.
|
|
194
|
+
this.gasSettings = GasSettings.default({ maxFeesPerGas: (await this.aztecNode.getCurrentMinFees()).mul(2) });
|
|
195
195
|
this.cheatCodes = cheatCodes;
|
|
196
196
|
this.accounts = deployedAccounts.map(a => a.address);
|
|
197
197
|
this.accounts.forEach((a, i) => this.logger.verbose(`Account ${i} address: ${a}`));
|