Skip to content

Commit

Permalink
src/ethereum_test_tools: Initial refactor for blockchain test filling.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Sep 26, 2023
1 parent 0dfcda5 commit c8d26ba
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 186 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Test fixtures for use by clients are available for each release on the [Github r

### 🔧 Tools

- 🔀 Spec: Refactor state and blockchain spec ([#307](https://github.com/ethereum/execution-spec-tests/pull/307)).

### 📋 Misc

- ✨ Docs: Changelog updated post release ([#321](https://github.com/ethereum/execution-spec-tests/pull/321)).
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum_test_tools/common/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ class Fixture(BaseFixture):
to_json=True,
),
)
head: Hash = field(
last_block_hash: Hash = field(
json_encoder=JSONEncoder.Field(
name="lastblockhash",
),
Expand Down
Loading

0 comments on commit c8d26ba

Please sign in to comment.