Skip to content

Commit 439b652

Browse files
authored
fix: kurtosis in electra support branch (#1421)
1 parent f21ee36 commit 439b652

File tree

5 files changed

+26
-27
lines changed

5 files changed

+26
-27
lines changed
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
participants:
22
- el_type: geth
3-
el_image: ethereum/client-go:v1.14.12
3+
el_image: ethereum/client-go:v1.15.6
44
cl_type: lighthouse
5-
cl_image: sigp/lighthouse:v5.3.0
5+
cl_image: sigp/lighthouse:v7.0.0-beta.5
66
validator_count: 32
7+
count: 2
78
- el_type: geth
8-
el_image: ethereum/client-go:v1.14.12
9-
cl_type: lighthouse
10-
cl_image: sigp/lighthouse:v5.3.0
11-
validator_count: 32
12-
- el_type: geth
13-
el_image: ethereum/client-go:v1.14.12
9+
el_image: ethereum/client-go:v1.15.6
1410
cl_type: lambda
1511
cl_image: lambda_ethereum_consensus:latest
1612
use_separate_vc: false
@@ -19,10 +15,12 @@ participants:
1915
cl_max_mem: 4096
2016
keymanager_enabled: true
2117

18+
network_params:
19+
electra_fork_epoch: 0
20+
2221
additional_services:
2322
- assertoor
24-
- tx_spammer
25-
- blob_spammer
23+
- tx_fuzz
2624
- dora
2725

2826
assertoor_params:
@@ -31,5 +29,5 @@ assertoor_params:
3129
tests:
3230
- https://raw.githubusercontent.com/lambdaclass/lambda_ethereum_consensus/refs/heads/main/.github/config/assertoor/cl-stability-check.yml
3331

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

.github/workflows/assertoor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ethpandaops/kurtosis-assertoor-github-action@v1
3030
with:
3131
enclave_name: "elixir-consensus-assertoor"
32-
kurtosis_version: "1.4.2"
32+
kurtosis_version: "1.6.0"
3333
ethereum_package_url: 'github.com/lambdaclass/ethereum-package'
34-
ethereum_package_branch: 'lecc-integration-and-assertoor'
34+
ethereum_package_branch: 'lecc-integration-electra'
3535
ethereum_package_args: './.github/config/assertoor/network-params.yml'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
run: mix compile --warnings-as-errors
196196
- name: Run the node
197197
# NOTE: this starts and then stops the application. It should catch simple runtime errors
198-
run: mix run -- --checkpoint-sync-url https://mainnet-checkpoint-sync.stakely.io/
198+
run: mix run -- --checkpoint-sync-url https://sepolia.beaconstate.info --network sepolia
199199

200200
test:
201201
name: Test

ethereum-package

Submodule ethereum-package updated 292 files

network_params.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
participants:
22
- el_type: geth
3-
el_image: ethereum/client-go:v1.14.12
3+
el_image: ethereum/client-go:v1.15.6
44
cl_type: lighthouse
5-
cl_image: sigp/lighthouse:v5.3.0
5+
cl_image: sigp/lighthouse:v7.0.0-beta.5
66
count: 2
77
validator_count: 32
88
- el_type: geth
9-
el_image: ethereum/client-go:v1.14.12
9+
el_image: ethereum/client-go:v1.15.6
1010
cl_type: lambda
1111
cl_image: lambda_ethereum_consensus:latest
1212
use_separate_vc: false
1313
count: 1
1414
validator_count: 32
1515
cl_max_mem: 4096
1616
keymanager_enabled: true
17-
# Uncomment the following lines to run the the network with the minimal preset (which is various times faster)
18-
# network_params:
19-
# preset: minimal
17+
18+
network_params:
19+
electra_fork_epoch: 0
20+
# Uncomment the following line to run the the network with the minimal preset (which is various times faster)
21+
# preset: minimal
22+
2023
additional_services:
21-
- tx_spammer
22-
- blob_spammer
24+
- tx_fuzz
2325
- dora
24-
- beacon_metrics_gazer
2526
- prometheus_grafana
2627
# Uncomment the following lines to run the the network with the assertoor tests
2728
# - assertoor
@@ -32,5 +33,5 @@ additional_services:
3233
# tests:
3334
# - https://raw.githubusercontent.com/lambdaclass/lambda_ethereum_consensus/refs/heads/main/.github/config/assertoor/cl-stability-check.yml
3435

35-
# tx_spammer_params:
36-
# tx_spammer_extra_args: ["--txcount=3", "--accounts=80"]
36+
# tx_fuzz_params:
37+
# tx_fuzz_extra_args: ["--txcount=3", "--accounts=80"]

0 commit comments

Comments
 (0)