etb-all-clients

ethereum-testnet-bootstrapper

Client Versions

Consensus Clients

Client Current Release Branch/tag used for Antithesis testing
Nimbus 23.3.2 unstable
Lodestar 1.7.2 unstable
Lighthouse 4.0.1 unstable
Prysm 4.0.1 4.0.0-rc.2
Teku 23.3.1 master

Execution Clients

Client Current Release Branch used for Antithesis testing
Geth 1.11.5 master
Besu 23.1.3 main
Nethermind 1.17.3 master

Building images

make build-all-images

To rebuild images without cache:

make rebuild-all-images

Building a single image

source ./common.sh && cd deps/dockers/el && build_image geth geth.Dockerfile

To rebuild without cache:

source ./common.sh && cd deps/dockers/el && REBUILD_IMAGES=1 build_image geth geth.Dockerfile