We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97902a commit 3944076Copy full SHA for 3944076
src/ethereum_test_specs/blockchain.py
@@ -582,7 +582,7 @@ def generate_block_data(
582
)
583
transition_tool_output.alloc = previous_alloc
584
# TODO: hack for now, replace with actual witness output once available from t8n
585
- if transition_tool_output.result.verkle_conversion_ended:
+ if transition_tool_output.result.verkle_conversion_ended and False:
586
witness_parent_root = transition_tool_output.result.parent_state_root
587
transition_tool_output.witness = Witness(
588
verkle_proof=transition_tool_output.result.verkle_proof,
0 commit comments