Skip to content

Commit

Permalink
simulators/ethereum/pyspec: Use hive specific fixture format (ethereu…
Browse files Browse the repository at this point in the history
…m#844)

* simulators/pyspec: Update to use correct fcuVersion.

* simulators/ethereum/pyspec: Refactor to use new fixture format.

* simulators/ethereum/pyspec: Fix logging, tests links and go.sum.

* simulators/ethereum/pyspec: fixes

* simulators/ethereum/pyspec: update fixtures source

---------

Co-authored-by: Mario Vega <[email protected]>
  • Loading branch information
2 people authored and Eikix committed Mar 1, 2024
1 parent d8b08b3 commit dd1d133
Show file tree
Hide file tree
Showing 9 changed files with 180 additions and 632 deletions.
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

0 comments on commit dd1d133

Please sign in to comment.