witness: only include elements if there's enough gas for it #239
Annotations
10 errors and 2 warnings
conversion:
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
|
conversion:
core/vm/gas_table.go#L410
not enough arguments in call to evm.Accesses.TouchAndChargeValueTransfer
|
conversion:
core/vm/gas_table.go#L447
ok declared and not used
|
conversion:
core/vm/gas_table.go#L447
not enough arguments in call to evm.Accesses.TouchAndChargeValueTransfer
|
conversion:
core/vm/gas_table.go#L448
undefined: wgas
|
conversion:
core/vm/instructions.go#L463
not enough arguments in call to witness.TouchSlotAndChargeGas
|
conversion:
core/vm/instructions.go#L464
cannot use statelessGas (variable of type bool) as uint64 value in return statement
|
conversion:
core/vm/operations_verkle.go#L26
not enough arguments in call to evm.Accesses.TouchSlotAndChargeGas
|
conversion:
core/vm/operations_verkle.go#L27
invalid operation: gas == 0 (mismatched types bool and untyped int)
|
conversion:
core/vm/operations_verkle.go#L28
cannot use params.WarmStorageReadCostEIP2929 (constant 100 of type uint64) as bool value in assignment
|
conversion
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
conversion
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|