File tree Expand file tree Collapse file tree 3 files changed +7
-1396
lines changed Expand file tree Collapse file tree 3 files changed +7
-1396
lines changed Original file line number Diff line number Diff line change @@ -2448,15 +2448,17 @@ A `ScheduleConst` is a constant determined by the fee schedule.
2448
2448
``` k
2449
2449
syntax Schedule ::= "ISTANBUL" [klabel(ISTANBUL_EVM), symbol]
2450
2450
// -------------------------------------------------------------
2451
- rule Gecadd < ISTANBUL > => 150
2452
- rule Gecmul < ISTANBUL > => 6000
2453
- rule Gecpairconst < ISTANBUL > => 45000
2454
- rule Gecpaircoeff < ISTANBUL > => 34000
2455
- rule SCHEDCONST < ISTANBUL > => SCHEDCONST < PETERSBURG >
2451
+ rule Gecadd < ISTANBUL > => 150
2452
+ rule Gecmul < ISTANBUL > => 6000
2453
+ rule Gecpairconst < ISTANBUL > => 45000
2454
+ rule Gecpaircoeff < ISTANBUL > => 34000
2455
+ rule Gtxdatanonzero < ISTANBUL > => 16
2456
+ rule SCHEDCONST < ISTANBUL > => SCHEDCONST < PETERSBURG >
2456
2457
requires notBool ( SCHEDCONST ==K Gecadd
2457
2458
orBool SCHEDCONST ==K Gecmul
2458
2459
orBool SCHEDCONST ==K Gecpairconst
2459
2460
orBool SCHEDCONST ==K Gecpaircoeff
2461
+ orBool SCHEDCONST ==K Gtxdatanonzero
2460
2462
)
2461
2463
2462
2464
rule SCHEDFLAG << ISTANBUL >> => SCHEDFLAG << PETERSBURG >>
You can’t perform that action at this time.
0 commit comments