You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(consume): report the resolved fixture release tarball and page URLs (#1239)
* feat(consume): report the resolved fixture release tarball and page URLs
* feat(consume): exit early with consume cache (no dummy test session)
* fix(consume): fix piping fill to consume (`--input=stdin`)
* style(consume): fix typehints for fixture_source.path w/non-stdin case
* style(consume): remove unintended comment
Co-authored-by: spencer <spencer.taylor-brown@ethereum.org>
* style(consume): fix cache exit message
* fix(consume): fix index generation if index.json is missing
* style(consume): move FixtureSource up after defaults
---------
Co-authored-by: spencer <spencer.taylor-brown@ethereum.org>
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Test fixtures for use by clients are available for each release on the [Github r
15
15
- ✨ Blockchain and Blockchain-Engine tests that were generated from a state test now have `blockchain_test_from_state_test` or `blockchain_test_engine_from_state_test` as part of their test IDs ([#1220](https://github.com/ethereum/execution-spec-tests/pull/1220)).
16
16
- 🔀 Refactor `ethereum_test_fixtures` and `ethereum_clis` to create `FixtureConsumer` and `FixtureConsumerTool` classes which abstract away the consumption process used by `consume direct` ([#935](https://github.com/ethereum/execution-spec-tests/pull/935)).
17
17
- ✨ Allow `consume direct --collect-only` without specifying a fixture consumer binary on the command-line ([#1237](https://github.com/ethereum/execution-spec-tests/pull/1237)).
18
+
- ✨ Report the (resolved) fixture tarball URL and local fixture cache directory when `consume`'s `--input` flag is a release spec or URL [#1239](https://github.com/ethereum/execution-spec-tests/pull/1239).
18
19
- ✨ EOF Container validation tests (`eof_test`) now generate container deployment state tests, by wrapping the EOF container in an init-container and sending a deploy transaction ([#783](https://github.com/ethereum/execution-spec-tests/pull/783), [#1233](https://github.com/ethereum/execution-spec-tests/pull/1233)).
0 commit comments