Skip to content

Commit f3e432b

Browse files
authored
chore(core): update the branch of our ethereum-package fork to be in sync with upstream/main (#2433)
**Motivation** Update with ethereum-package upstream/main **Description** We needed to change `tx_spammer` for `tx_fuzz` and `el_forkmon` for `forkmon`
1 parent 1edf1e7 commit f3e432b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/config/assertoor/network_params_blob.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ network_params:
1616

1717
additional_services:
1818
- assertoor
19-
- tx_spammer
19+
- tx_fuzz
2020
- dora
2121

2222
network_params:
@@ -29,5 +29,5 @@ assertoor_params:
2929
- https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/stable/blob-transactions-test.yaml
3030
- https://raw.githubusercontent.com/lambdaclass/ethrex/refs/heads/main/.github/config/assertoor/el-stability-check.yaml
3131

32-
tx_spammer_params:
33-
tx_spammer_extra_args: ["--txcount=3", "--accounts=80"]
32+
tx_fuzz_params:
33+
tx_fuzz_extra_args: ["--txcount=3", "--accounts=80"]

.github/workflows/pr-main_l1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: ethpandaops/kurtosis-assertoor-github-action@v1
135135
with:
136136
enclave_name: ${{ matrix.enclave_name }}
137-
kurtosis_version: "1.4.2"
137+
kurtosis_version: "1.6.0"
138138
ethereum_package_url: "github.com/lambdaclass/ethereum-package"
139139
ethereum_package_branch: "ethrex-integration-pectra"
140140
ethereum_package_args: ${{ matrix.ethereum_package_args }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dev: ## 🏃 Run the ethrex client in DEV_MODE with the InMemory Engine
4040
--dev \
4141
--datadir memory
4242

43-
ETHEREUM_PACKAGE_REVISION := 42963f52f3cfc4eb9deb5248c8529ff97acc709c
43+
ETHEREUM_PACKAGE_REVISION := e73f52c34fd785700e9555aa41a78b0d5ca50173
4444
# Shallow clones can't specify a single revision, but at least we avoid working
4545
# the whole history by making it shallow since a given date (one day before our
4646
# target revision).

test_data/network_params.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ network_params:
3434

3535
additional_services:
3636
- dora
37-
- el_forkmon
38-
- tx_spammer
37+
- forkmon
38+
- tx_fuzz
3939

40-
tx_spammer_params:
41-
# A list of optional extra params that will be passed to the TX Spammer container for modifying its behaviour
42-
tx_spammer_extra_args: ["--txcount=3", "--accounts=80"]
43-
# Some tested seeds: 0x5a8e7b08fef94497, 0x6619e189b8a8b911, 0x52a0d7198393262e, use it as an extra argument for the tx_spammer, i.e: "--seed=0x5a8e7b08fef94497"
40+
tx_fuzz_params:
41+
# A list of optional extra params that will be passed to the TX Fuzz container for modifying its behaviour
42+
tx_fuzz_extra_args: ["--txcount=3", "--accounts=80"]
43+
# Some tested seeds: 0x5a8e7b08fef94497, 0x6619e189b8a8b911, 0x52a0d7198393262e, use it as an extra argument for the tx_fuzz, i.e: "--seed=0x5a8e7b08fef94497"
4444

4545
blockscout_params:
4646
image: "blockscout/blockscout:latest"

0 commit comments

Comments
 (0)