Skip to content

Commit

Permalink
chore(core): fixed geth version to avoid latest issues on the CI run (#…
Browse files Browse the repository at this point in the history
…1393)

**Motivation**

We've been having some issues related to new versions of clients
breaking kurtosis, this was the last dependency not yet fixed

**Description**

Fixes geth version the the current latest, which is working without
issues.
  • Loading branch information
rodrigo-o authored Dec 3, 2024
1 parent 1572f8c commit 5162ffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/config/assertoor/network_params_blob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ participants:
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.14.12
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.14.12
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
Expand Down
1 change: 1 addition & 0 deletions .github/config/assertoor/network_params_tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ participants:
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.14.12
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
Expand Down
2 changes: 2 additions & 0 deletions test_data/network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ participants:
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.14.12
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.14.12
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
Expand Down

0 comments on commit 5162ffb

Please sign in to comment.