From c2ece471de1db676b780707af10ced680b020c22 Mon Sep 17 00:00:00 2001 From: spencer-tb Date: Wed, 22 Oct 2025 12:49:37 +0100 Subject: [PATCH] simulators/ethereum/eels: rename eest to eels. --- simulators/ethereum/{eest => eels}/consume-engine/Dockerfile | 4 ++-- simulators/ethereum/{eest => eels}/consume-rlp/Dockerfile | 4 ++-- simulators/ethereum/{eest => eels}/consume-sync/Dockerfile | 4 ++-- simulators/ethereum/{eest => eels}/execute-blobs/Dockerfile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) rename simulators/ethereum/{eest => eels}/consume-engine/Dockerfile (92%) rename simulators/ethereum/{eest => eels}/consume-rlp/Dockerfile (90%) rename simulators/ethereum/{eest => eels}/consume-sync/Dockerfile (90%) rename simulators/ethereum/{eest => eels}/execute-blobs/Dockerfile (86%) diff --git a/simulators/ethereum/eest/consume-engine/Dockerfile b/simulators/ethereum/eels/consume-engine/Dockerfile similarity index 92% rename from simulators/ethereum/eest/consume-engine/Dockerfile rename to simulators/ethereum/eels/consume-engine/Dockerfile index 1a02abdf66..59a223fee2 100644 --- a/simulators/ethereum/eest/consume-engine/Dockerfile +++ b/simulators/ethereum/eels/consume-engine/Dockerfile @@ -1,4 +1,4 @@ -# Builds and runs the EEST (execution-spec-tests) consume engine simulator +# Builds and runs the EELS (execution-specs) consume engine simulator FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim ## Default fixtures/git-ref @@ -6,7 +6,7 @@ ARG fixtures=stable@latest ENV FIXTURES=${fixtures} ARG branch="" -## Clone and install EEST +## Clone and install EELS RUN apt-get update && apt-get install -y git # Clone repo and use the default branch if none specified diff --git a/simulators/ethereum/eest/consume-rlp/Dockerfile b/simulators/ethereum/eels/consume-rlp/Dockerfile similarity index 90% rename from simulators/ethereum/eest/consume-rlp/Dockerfile rename to simulators/ethereum/eels/consume-rlp/Dockerfile index dbfc30e8ef..42d3d305d1 100644 --- a/simulators/ethereum/eest/consume-rlp/Dockerfile +++ b/simulators/ethereum/eels/consume-rlp/Dockerfile @@ -1,4 +1,4 @@ -# Builds and runs the EEST (execution-spec-tests) consume rlp simulator +# Builds and runs the EELS (execution-specs) consume rlp simulator FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim ## Default fixtures/git-ref @@ -6,7 +6,7 @@ ARG fixtures=stable@latest ENV FIXTURES=${fixtures} ARG branch="" -## Clone and install EEST +## Clone and install EELS RUN apt-get update && apt-get install -y git # Clone repo and use the default branch if none specified diff --git a/simulators/ethereum/eest/consume-sync/Dockerfile b/simulators/ethereum/eels/consume-sync/Dockerfile similarity index 90% rename from simulators/ethereum/eest/consume-sync/Dockerfile rename to simulators/ethereum/eels/consume-sync/Dockerfile index 4afba0bec9..d46d4bccde 100644 --- a/simulators/ethereum/eest/consume-sync/Dockerfile +++ b/simulators/ethereum/eels/consume-sync/Dockerfile @@ -1,4 +1,4 @@ -# Builds and runs the EEST (execution-spec-tests) consume sync simulator +# Builds and runs the EELS (execution-specs) consume sync simulator FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim ## Default fixtures/git-ref @@ -6,7 +6,7 @@ ARG fixtures=stable@latest ENV FIXTURES=${fixtures} ARG branch="" -## Clone and install EEST +## Clone and install EELS RUN apt-get update && apt-get install -y git # Clone repo and use the default branch if none specified diff --git a/simulators/ethereum/eest/execute-blobs/Dockerfile b/simulators/ethereum/eels/execute-blobs/Dockerfile similarity index 86% rename from simulators/ethereum/eest/execute-blobs/Dockerfile rename to simulators/ethereum/eels/execute-blobs/Dockerfile index 53b7e55f2d..d762931f35 100644 --- a/simulators/ethereum/eest/execute-blobs/Dockerfile +++ b/simulators/ethereum/eels/execute-blobs/Dockerfile @@ -1,4 +1,4 @@ -# Builds and runs the EEST (execution-spec-tests) consume engine simulator +# Builds and runs the EELS (execution-specs) consume engine simulator FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim ## Default git-ref/fork @@ -6,7 +6,7 @@ ARG branch="" ARG fork=Osaka ENV FORK=${fork} -## Clone and install EEST +## Clone and install EELS RUN apt-get update && apt-get install -y git # Clone repo and use the default branch if none specified