witness: only include elements if there's enough gas for it #54
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/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
|
core/vm/operations_verkle.go#L30
cannot use gas (variable of type bool) as uint64 value in return statement
|
core/vm/operations_verkle.go#L34
not enough arguments in call to evm.Accesses.TouchSlotAndChargeGas
|
core/vm/operations_verkle.go#L35
invalid operation: gas == 0 (mismatched types bool and untyped int)
|
core/vm/operations_verkle.go#L36
cannot use params.WarmStorageReadCostEIP2929 (constant 100 of type uint64) as bool value in assignment
|
core/vm/operations_verkle.go#L38
cannot use gas (variable of type bool) as uint64 value in return statement
|
This job failed
Loading