Skip to content

Commit f11e398

Browse files
spencer-tbmarioevz
andauthored
simulators/ethereum/pyspec: Use hive specific fixture format (#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 <marioevz@gmail.com>
1 parent 57acfca commit f11e398

File tree

9 files changed

+180
-632
lines changed

9 files changed

+180
-632
lines changed

simulators/ethereum/pyspec/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ COPY --from=builder /source/pyspec/pyspec .
2121
# To run locally generated fixtures, comment the following RUN lines and
2222
# uncomment the ADD line.
2323
# Download the latest fixture release.
24-
RUN wget https://github.com/ethereum/execution-spec-tests/releases/download/v1.0.3/fixtures.tar.gz
25-
RUN tar -xzvf fixtures.tar.gz
24+
RUN wget https://github.com/ethereum/execution-spec-tests/releases/download/v1.0.4/fixtures_hive.tar.gz
25+
RUN tar -xzvf fixtures_hive.tar.gz
2626
RUN mv fixtures /fixtures
2727

2828
# ADD ./pyspec/fixtures /fixtures

simulators/ethereum/pyspec/gen_bh.go

Lines changed: 0 additions & 190 deletions
This file was deleted.

simulators/ethereum/pyspec/gen_enp.go

Lines changed: 0 additions & 62 deletions
This file was deleted.

simulators/ethereum/pyspec/gen_gb.go

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)