File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
osaka/eip7692_eof_v1/eip7620_eof_create Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525value_code_worked = 0x2015
2626value_canary_should_not_change = 0x2019
2727value_canary_to_be_overwritten = 0x2009
28- value_long_value = b' abcdefghijklmnopqrstuvwxyz123456'
28+ value_long_value = b" abcdefghijklmnopqrstuvwxyz123456"
2929
3030smallest_runtime_subcontainer = Container .Code (code = Op .STOP , name = "Runtime Subcontainer" )
3131
Original file line number Diff line number Diff line change 2424 slot_calldata ,
2525 slot_code_worked ,
2626 slot_create_address ,
27+ slot_data_load ,
2728 slot_last_slot ,
2829 slot_returndata_size ,
2930 smallest_initcode_subcontainer ,
3031 smallest_runtime_subcontainer ,
3132 value_canary_to_be_overwritten ,
3233 value_code_worked ,
33- slot_data_load ,
3434 value_long_value ,
3535)
3636from .spec import EOFCREATE_FAILURE
@@ -99,9 +99,9 @@ def test_eofcreate_then_dataload(
9999 + Op .STOP ,
100100 ),
101101 Section .Container (
102- container = small_auxdata_container ,
102+ container = small_auxdata_container ,
103103 ),
104- Section .Data (data = value_long_value )
104+ Section .Data (data = value_long_value ),
105105 ],
106106 ),
107107 storage = {slot_data_load : value_canary_to_be_overwritten },
You can’t perform that action at this time.
0 commit comments