We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28429a2 commit f01b02bCopy full SHA for f01b02b
2 files changed
packages/testing/src/execution_testing/fixtures/tests/test_base.py
@@ -68,6 +68,8 @@ def test_json_dict() -> None:
68
config=FixtureConfig(fork=Prague),
69
snapshot_block_number=0,
70
snapshot_block_hash=Hash(0),
71
+ start_block_number=0,
72
+ start_block_hash=Hash(0),
73
setup_payloads=[
74
FixtureEngineNewPayload.from_fixture_header(
75
fork=Prague,
packages/testing/src/execution_testing/fixtures/tests/test_blockchain.py
@@ -996,6 +996,8 @@
996
997
snapshot_block_number=100,
998
snapshot_block_hash=Hash(99),
999
+ start_block_number=100,
1000
+ start_block_hash=Hash(99),
1001
1002
1003
0 commit comments