Skip to content

Commit

Permalink
simulators/ethereum/pyspec: update execution-spec-tests (ethereum#865)
Browse files Browse the repository at this point in the history
Updates execution-spec-tests version, which includes the same beacon
root contract address as the existing engine-api tests
  • Loading branch information
Rjected authored and Eikix committed Mar 1, 2024
1 parent 3cc2356 commit 9a771f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/ethereum/pyspec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --from=builder /source/pyspec/pyspec .
# To run locally generated fixtures, comment the following RUN lines and
# uncomment the ADD line.
# Download the latest fixture release.
RUN wget https://github.com/ethereum/execution-spec-tests/releases/download/v1.0.2/fixtures.tar.gz
RUN wget https://github.com/ethereum/execution-spec-tests/releases/download/v1.0.3/fixtures.tar.gz
RUN tar -xzvf fixtures.tar.gz
RUN mv fixtures /fixtures

Expand Down

0 comments on commit 9a771f9

Please sign in to comment.