File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5353
5454 ; ; OOB columns
5555 (OOB_INST :i16 )
56- (OOB_DATA :array[1:9 ] :i128 ) ; ; XXXXXX 9 -> 10
56+ (OOB_DATA :array[1:10 ] :i128 ) ; ; TODO: only 9 for LONDON
5757
5858 ; ; STP columns
5959 ( STP_INSTRUCTION :byte )
Original file line number Diff line number Diff line change 44 (STAMP :i32 )
55 (CT :i3 )
66 (CT_MAX :i3 )
7- (DATA :i128 :array [9 ]) ; ; XXXXXX 9 -> 10
7+ (DATA :i128 :array [10 ]) ; ; TODO: only 9 for LONDON
88 (OOB_INST :i16 )
99 (IS_JUMP :binary@prove )
1010 (IS_JUMPI :binary@prove )
1111 (IS_RDC :binary@prove )
1212 (IS_CDL :binary@prove )
1313 (IS_XCALL :binary@prove )
1414 (IS_CALL :binary@prove )
15- ; ; (IS_XCREATE :binary@prove) ;; XXXXXX
15+ (IS_XCREATE :binary@prove ) ; ; TODO: not in LONDON
1616 (IS_CREATE :binary@prove )
1717 (IS_SSTORE :binary@prove )
1818 (IS_DEPLOYMENT :binary@prove )
Original file line number Diff line number Diff line change 77 CT_MAX_CDL 0
88 CT_MAX_XCALL 0
99 CT_MAX_CALL 2
10- CT_MAX_CREATE 3
10+ CT_MAX_XCREATE 0
11+ CT_MAX_CREATE_LONDON 3
12+ CT_MAX_CREATE_SHANGHAI 4
13+ CT_MAX_CREATE 3 ; ;TODO fix me
1114 CT_MAX_SSTORE 0
1215 CT_MAX_DEPLOYMENT 0
1316 CT_MAX_ECRECOVER 2
You can’t perform that action at this time.
0 commit comments