Skip to content

Commit 5f4629b

Browse files
committed
Drop ethereumjs and goomy-blob; bump lodestar Node to 24
Removes the per-client workflows, Dockerfile, DEFAULT_REPOS entries, platforms.yaml entries, and README links for ethereumjs and goomy-blob since they are no longer in branches.yaml. Also bumps install-deps' setup-node version from 20 to 24 to match chainsafe/lodestar's current `engines.node: ^24.13.0`.
1 parent 93a6e0c commit 5f4629b

7 files changed

Lines changed: 2 additions & 277 deletions

File tree

.github/actions/install-deps/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ runs:
2323
distribution: 'temurin'
2424
java-version: '25'
2525
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
26-
if: contains(inputs.repository, 'lodestar') || contains(inputs.repository, 'ethereumjs')
26+
if: contains(inputs.repository, 'lodestar')
2727
with:
28-
node-version: 20
28+
node-version: 24
2929
check-latest: true
3030
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3131
if: contains(inputs.repository, 'prysm')

.github/workflows/build-push-ethereumjs.yml

Lines changed: 0 additions & 121 deletions
This file was deleted.

.github/workflows/build-push-goomy-blob.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Run the *Build **client*** workflow;
99
- [Build Dummy-EL](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-dummy-el.yml) [[source](https://github.com/ethpandaops/dummy-el)]
1010
- [Build Eleel](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-eleel.yml) [[source](https://github.com/sigp/eleel)]
1111
- [Build Erigon](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-erigon.yml) [[source](https://github.com/ledgerwatch/erigon)]
12-
- [Build EthereumJS](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-ethereumjs.yml) [[source](https://github.com/ethereumjs/ethereumjs-monorepo)]
1312
- [Build Ethrex](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-ethrex.yml) [[source](https://github.com/lambdaclass/ethrex)]
1413
- [Build Geth](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-geth.yml) [[source](https://github.com/ethereum/go-ethereum)]
1514
- [Build Lighthouse](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-lighthouse.yml) [[source](https://github.com/sigp/lighthouse)]
@@ -32,7 +31,6 @@ Run the *Build **tooling*** workflow;
3231
- [Build consesnus-monitor](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-consensus-monitor.yml) [[source](https://github.com/ralexstokes/ethereum_consensus_monitor)]
3332
- [Build execution-monitor](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-execution-monitor.yml) [[source](https://github.com/ethereum/nodemonitor)]
3433
- [Build beacon-metrics-gazer](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-beacon-metrics-gazer.yml) [[source](https://github.com/dapplion/beacon-metrics-gazer)]
35-
- [Build goomy-blob](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-goomy-blob.yaml) [[source](https://github.com/ethpandaops/goomy-blob)]
3634
- [Build ethereum-genesis-generator](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-genesis-generator.yml) [[source](https://github.com/ethpandaops/ethereum-genesis-generator)]
3735
- [Build mev-rs](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-mev-rs.yml) [[source](https://github.com/ralexstokes/mev-rs)]
3836
- [Build reth-rbuilder](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-reth-rbuilder.yml) [[source](https://github.com/flashbots/rbuilder)]

ethereumjs/Dockerfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

generate_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
'besu': 'besu-eth/besu',
1010
'caplin': 'erigontech/erigon',
1111
'erigon': 'erigontech/erigon',
12-
'ethereumjs': 'ethereumjs/ethereumjs-monorepo',
1312
'ethrex': 'lambdaclass/ethrex',
1413
'geth': 'ethereum/go-ethereum',
1514
'lighthouse': 'sigp/lighthouse',
@@ -28,7 +27,6 @@
2827
'grandine': 'grandinetech/grandine',
2928
'flashbots-builder': 'flashbots/builder',
3029
'tx-fuzz': 'MariusVanDerWijden/tx-fuzz',
31-
'goomy-blob': 'ethpandaops/goomy-blob',
3230
'ethereum-genesis-generator': 'ethpandaops/ethereum-genesis-generator',
3331
'mev-rs': 'ralexstokes/mev-rs',
3432
'reth-rbuilder': 'flashbots/rbuilder',

platforms.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ caplin:
1212
erigon:
1313
- linux/amd64
1414
- linux/arm64
15-
ethereumjs:
16-
- linux/amd64
17-
- linux/arm64
1815
geth:
1916
- linux/amd64
2017
- linux/arm64
@@ -66,9 +63,6 @@ execution-monitor:
6663
beacon-metrics-gazer:
6764
- linux/amd64
6865
- linux/arm64
69-
goomy-blob:
70-
- linux/amd64
71-
- linux/arm64
7266
ethereum-genesis-generator:
7367
- linux/amd64
7468
- linux/arm64

0 commit comments

Comments
 (0)