Commit fe4792b
authored
test(e2e): enable pipelining on bot, fees, and avm simulator tests (#23329)
Opts four e2e suites into proposer pipelining now that the
`simulatePublicCalls` inbox-lag mismatch is fixed in 1b11032
(\"fix(node): Do not fail public call simulation if inbox is not
sealed\"):
- `e2e_avm_simulator`
- `e2e_bot`
- `e2e_fees/private_payments`
- `e2e_fees/failures`
Each test gets `PIPELINING_SETUP_OPTS` plus `aztecProofSubmissionEpochs:
640` to avoid the unproven-epoch auto-prune during long runs (none of
these suites care about reorgs). The `transaction-bot` config also bumps
`minFeePadding` to `PIPELINED_FEE_PADDING` since the bot overrides the
wallet padding via `wallet.setMinFeePadding(config.minFeePadding)` in
`bot/src/factory.ts:60`.1 parent a719a03 commit fe4792b
6 files changed
Lines changed: 247 additions & 220 deletions
File tree
- yarn-project
- archiver/src
- aztec-node/src/aztec-node
- end-to-end/src
- e2e_fees
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
1516 | 1517 | | |
1517 | 1518 | | |
1518 | 1519 | | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
1519 | 1523 | | |
1520 | 1524 | | |
1521 | | - | |
1522 | | - | |
1523 | | - | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
1524 | 1538 | | |
1525 | 1539 | | |
1526 | 1540 | | |
| |||
0 commit comments