Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simulators/ethereum/pyspec: Use hive specific fixture format #844

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions simulators/ethereum/pyspec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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.3/fixtures.tar.gz
RUN tar -xzvf fixtures.tar.gz
RUN wget https://github.com/ethereum/execution-spec-tests/releases/download/v1.0.4/fixtures_hive.tar.gz
RUN tar -xzvf fixtures_hive.tar.gz
RUN mv fixtures /fixtures

# ADD ./pyspec/fixtures /fixtures
Expand Down
190 changes: 0 additions & 190 deletions simulators/ethereum/pyspec/gen_bh.go

This file was deleted.

62 changes: 0 additions & 62 deletions simulators/ethereum/pyspec/gen_enp.go

This file was deleted.

100 changes: 100 additions & 0 deletions simulators/ethereum/pyspec/gen_gb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading