Skip to content

Commit 31507a6

Browse files
danceratopzspencer-tb
authored andcommitted
fix: fix-up new payload fixture tests
1 parent 2a90a30 commit 31507a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/ethereum_test_fixtures/tests/test_blockchain.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
excess_blob_gas=18,
669669
parent_beacon_block_root=19,
670670
requests_hash=20,
671-
target_blobs_per_block=10,
671+
target_blobs_per_block=21,
672672
),
673673
transactions=[
674674
Transaction(
@@ -730,7 +730,7 @@
730730
"blobGasUsed": hex(17),
731731
"excessBlobGas": hex(18),
732732
"blockHash": (
733-
"0x93bd662d8a80a1f54bffc6d140b83d6cda233209998809f9540be51178b4d0b6"
733+
"0x9f6459fb2eca2b75ee861e97d679ba91457bb446c8484a7ad76d1675a7f78fde"
734734
),
735735
"transactions": [
736736
Transaction(
@@ -788,6 +788,7 @@
788788
),
789789
).requests_list
790790
],
791+
hex(21),
791792
],
792793
"forkchoiceUpdatedVersion": "4",
793794
"newPayloadVersion": "4",
@@ -824,6 +825,7 @@
824825
excess_blob_gas=18,
825826
parent_beacon_block_root=19,
826827
requests_hash=20,
828+
target_blobs_per_block=21,
827829
),
828830
transactions=[
829831
Transaction(
@@ -884,7 +886,7 @@
884886
"blobGasUsed": hex(17),
885887
"excessBlobGas": hex(18),
886888
"blockHash": (
887-
"0x93bd662d8a80a1f54bffc6d140b83d6cda233209998809f9540be51178b4d0b6"
889+
"0x9f6459fb2eca2b75ee861e97d679ba91457bb446c8484a7ad76d1675a7f78fde"
888890
),
889891
"transactions": [
890892
Transaction(
@@ -942,6 +944,7 @@
942944
),
943945
).requests_list
944946
],
947+
hex(21),
945948
],
946949
"newPayloadVersion": "4",
947950
"forkchoiceUpdatedVersion": "4",

0 commit comments

Comments
 (0)