witness: only include elements if there's enough gas for it #49
Annotations
10 errors
core/vm/gas_table.go#L410
cannot use evm.Accesses.TouchAndChargeValueTransfer(contract.Address().Bytes()[:], address.Bytes()[:]) (value of type bool) as uint64 value in argument to math.SafeAdd
|
core/vm/gas_table.go#L410
not enough arguments in call to evm.Accesses.TouchAndChargeValueTransfer
|
core/vm/gas_table.go#L447
ok declared and not used
|
core/vm/gas_table.go#L447
not enough arguments in call to evm.Accesses.TouchAndChargeValueTransfer
|
core/vm/gas_table.go#L448
undefined: wgas
|
core/vm/instructions.go#L463
not enough arguments in call to witness.TouchSlotAndChargeGas
|
core/vm/instructions.go#L464
cannot use statelessGas (variable of type bool) as uint64 value in return statement
|
core/vm/operations_verkle.go#L26
not enough arguments in call to evm.Accesses.TouchSlotAndChargeGas
|
core/vm/operations_verkle.go#L27
invalid operation: gas == 0 (mismatched types bool and untyped int)
|
core/vm/operations_verkle.go#L28
cannot use params.WarmStorageReadCostEIP2929 (constant 100 of type uint64) as bool value in assignment
|
This job failed
Loading