File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
ethereum_test_fixtures/tests
ethereum_test_forks/forks Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 791791 ).requests_list
792792 ],
793793 ],
794- "forkchoiceUpdatedVersion" : "3 " ,
794+ "forkchoiceUpdatedVersion" : "4 " ,
795795 "newPayloadVersion" : "4" ,
796796 "validationError" : "BlockException.INCORRECT_BLOCK_FORMAT"
797797 "|TransactionException.INTRINSIC_GAS_TOO_LOW" ,
948948 ],
949949 ],
950950 "newPayloadVersion" : "4" ,
951- "forkchoiceUpdatedVersion" : "3 " ,
951+ "forkchoiceUpdatedVersion" : "4 " ,
952952 "validationError" : "BlockException.INCORRECT_BLOCK_FORMAT"
953953 "|TransactionException.INTRINSIC_GAS_TOO_LOW" ,
954954 },
Original file line number Diff line number Diff line change @@ -976,16 +976,6 @@ def engine_new_payload_version(
976976 """
977977 return 4
978978
979- @classmethod
980- def engine_forkchoice_updated_version (
981- cls , block_number : int = 0 , timestamp : int = 0
982- ) -> Optional [int ]:
983- """
984- At Prague, version number of NewPayload and ForkchoiceUpdated diverge.
985- """
986- return 3
987-
988-
989979class CancunEIP7692 ( # noqa: SC200
990980 Cancun ,
991981 transition_tool_name = "Prague" , # Evmone enables (only) EOF at Prague
You can’t perform that action at this time.
0 commit comments