Skip to content

Commit

Permalink
fix: fix-up new payload fixture tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Dec 4, 2024
1 parent 465df24 commit 77c7f2d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/ethereum_test_fixtures/tests/test_blockchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
excess_blob_gas=18,
parent_beacon_block_root=19,
requests_hash=20,
target_blobs_per_block=10,
target_blobs_per_block=21,
),
transactions=[
Transaction(
Expand Down Expand Up @@ -731,7 +731,7 @@
"blobGasUsed": hex(17),
"excessBlobGas": hex(18),
"blockHash": (
"0x93bd662d8a80a1f54bffc6d140b83d6cda233209998809f9540be51178b4d0b6"
"0x9f6459fb2eca2b75ee861e97d679ba91457bb446c8484a7ad76d1675a7f78fde"
),
"transactions": [
Transaction(
Expand Down Expand Up @@ -790,6 +790,7 @@
max_request_type=2,
).requests_list
],
hex(21),
],
"forkchoiceUpdatedVersion": "4",
"newPayloadVersion": "4",
Expand Down Expand Up @@ -826,6 +827,7 @@
excess_blob_gas=18,
parent_beacon_block_root=19,
requests_hash=20,
target_blobs_per_block=21,
),
transactions=[
Transaction(
Expand Down Expand Up @@ -887,7 +889,7 @@
"blobGasUsed": hex(17),
"excessBlobGas": hex(18),
"blockHash": (
"0x93bd662d8a80a1f54bffc6d140b83d6cda233209998809f9540be51178b4d0b6"
"0x9f6459fb2eca2b75ee861e97d679ba91457bb446c8484a7ad76d1675a7f78fde"
),
"transactions": [
Transaction(
Expand Down Expand Up @@ -946,6 +948,7 @@
max_request_type=2,
).requests_list
],
hex(21),
],
"newPayloadVersion": "4",
"forkchoiceUpdatedVersion": "4",
Expand Down

0 comments on commit 77c7f2d

Please sign in to comment.