Skip to content

Commit

Permalink
Merge pull request #6 from lambdaclass/revert-ttd-removal
Browse files Browse the repository at this point in the history
Pin `execution-apis` before `totalDifficutly` field removal
  • Loading branch information
fmoletta authored Sep 26, 2024
2 parents a259082 + 3be4465 commit 61003ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/ethereum/rpc-compat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1-alpine as builder
RUN apk add --update git ca-certificates gcc musl-dev linux-headers

# Clone the tests repo.
RUN git clone --depth 1 https://github.com/ethereum/execution-apis.git /execution-apis
RUN git clone --depth 1 --branch v1.0.0-beta.4 https://github.com/ethereum/execution-apis.git /execution-apis

# To run local tests, copy the directory into the same as the simulator and
# uncomment the line below
Expand Down

0 comments on commit 61003ce

Please sign in to comment.