Skip to content

Commit 96eeb99

Browse files
authored
refactor!: rename transaction spammer, remove beacon metrics gazer (#923)
Renamed: transaction spammer -> tx_fuzz el_forkmon -> forkmon Removed: beacon-metrics-gazer (broken, dora has these metrics) blob_spammer (spamoor_blob does this)
1 parent 05fdd35 commit 96eeb99

30 files changed

+120
-357
lines changed

.github/tests/blobber.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ participants:
1313
count: 1
1414
additional_services:
1515
- dora
16-
- blob_spammer
16+
- spamoor_blob

.github/tests/eof-fulu.yaml.norun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ network_params:
2121

2222
additional_services:
2323
- dora
24-
- tx_spammer
24+
- tx_fuzz
2525
- spamoor_blob
2626

2727
snooper_enabled: true

.github/tests/mainnet-split.yaml.norun

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ participants:
1010
cl_type: prysm
1111
- el_type: besu
1212
cl_type: prysm
13-
13+
1414
# Lighthouse nodes (32%)
1515
- el_type: geth
1616
cl_type: lighthouse
@@ -41,15 +41,15 @@ participants:
4141
- el_type: reth
4242
cl_type: lodestar
4343
- el_type: erigon
44-
cl_type: grandine
44+
cl_type: grandine
4545

4646
# Enable MEV via the flashbots stack
4747
mev_type: flashbots
4848

4949
additional_services:
5050
- dora
5151
- spamoor_blob
52-
- tx_spammer
52+
- tx_fuzz
5353
- assertoor
5454

55-
global_log_level: debug
55+
global_log_level: debug

.github/tests/mev-commit-boost.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ participants:
33
cl_type: lighthouse
44
mev_type: commit-boost
55
additional_services:
6-
- tx_spammer
7-
- blob_spammer
6+
- tx_fuzz
7+
- spamoor_blob
88
- custom_flood
9-
- el_forkmon
10-
- beacon_metrics_gazer
9+
- forkmon
1110
- dora
1211
- prometheus_grafana
1312
mev_params:

.github/tests/mev-mock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ mev_type: mock
66
additional_services:
77
- dora
88
- spamoor_blob
9-
- tx_spammer
9+
- tx_fuzz
1010
mev_params:
1111
mock_mev_image: "ethpandaops/rustic-builder:main"

.github/tests/mev-pectra.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ participants:
3333

3434
additional_services:
3535
- dora
36-
- tx_spammer
36+
- tx_fuzz
3737
- spamoor_blob
3838
mev_type: flashbots
3939

@@ -49,8 +49,8 @@ network_params:
4949
shard_committee_period: 1
5050
churn_limit_quotient: 16
5151
genesis_delay: 120
52-
52+
5353
spamoor_blob_params:
54-
throughput: 10
55-
max_blobs: 2
56-
max_pending: 40
54+
throughput: 10
55+
max_blobs: 2
56+
max_pending: 40

.github/tests/mev.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@ participants:
22
- el_type: geth
33
el_extra_params: ["--miner.extradata=localGeth"]
44
cl_type: lighthouse
5-
5+
66
mev_type: flashbots
7-
mev_params:
7+
mev_params:
88
mev_builder_extra_args: ["--engine.persistence-threshold=0", "--engine.memory-block-buffer-target=0"]
99
mev_builder_image: ethpandaops/reth-rbuilder:devnet6-fdeb4d6
1010
mev_relay_image: ethpandaops/mev-boost-relay:electra
1111
mev_boost_image: ethpandaops/mev-boost:electra
12-
12+
1313
additional_services:
14-
- tx_spammer
15-
- blob_spammer
14+
- tx_fuzz
1615
- custom_flood
1716
- spamoor_blob
18-
- beacon_metrics_gazer
1917
- dora
2018
- prometheus_grafana
2119
network_params:
22-
seconds_per_slot: 6
20+
seconds_per_slot: 6

.github/tests/minimal-mev-rs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ network_params:
1616
seconds_per_slot: 6
1717
additional_services:
1818
- dora
19-
- tx_spammer
19+
- tx_fuzz
2020
- apache
2121

2222
mev_type: mev-rs

.github/tests/minimal-pectra-devnet-5.yaml.norun

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ network_params:
2222
additional_services:
2323
- dora
2424
- spamoor_blob
25-
- tx_spammer
25+
- tx_fuzz
2626
- assertoor
2727
dora_params:
2828
image: "ethpandaops/dora:master-latest"
2929
spamoor_blob_params:
30-
throughput: 10
31-
max_blobs: 2
32-
max_pending: 40
30+
throughput: 10
31+
max_blobs: 2
32+
max_pending: 40
3333

3434
assertoor_params:
3535
image: "ethpandaops/assertoor:master"
3636
tests:
37-
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/all.yaml
37+
- file: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/all.yaml

.github/tests/mix-with-tools-mev.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ participants:
1212
- el_type: ethereumjs
1313
cl_type: teku
1414
additional_services:
15-
- tx_spammer
16-
- blob_spammer
17-
- el_forkmon
18-
- beacon_metrics_gazer
15+
- tx_fuzz
16+
- forkmon
1917
- dora
2018
- prometheus_grafana
2119
- spamoor_blob

0 commit comments

Comments
 (0)