Skip to content

witness: only include elements if there's enough gas for it #244

witness: only include elements if there's enough gas for it

witness: only include elements if there's enough gas for it #244

Triggered via pull request September 16, 2024 13:58
Status Failure
Total duration 1m 11s
Artifacts

conversion.yml

on: pull_request
conversion
9s
conversion
Fit to window
Zoom out
Zoom in

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/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: core/vm/operations_verkle.go#L30
cannot use gas (variable of type bool) as uint64 value in return statement
conversion: core/vm/operations_verkle.go#L34
not enough arguments in call to evm.Accesses.TouchSlotAndChargeGas
conversion: core/vm/operations_verkle.go#L35
invalid operation: gas == 0 (mismatched types bool and untyped int)
conversion: core/vm/operations_verkle.go#L36
cannot use params.WarmStorageReadCostEIP2929 (constant 100 of type uint64) as bool value in assignment
conversion: core/vm/operations_verkle.go#L38
cannot use gas (variable of type bool) as uint64 value in return statement
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/