Stateprice #61
Annotations
10 errors and 1 warning
core/vm/operations_acl.go#L221
undefined: makeCallConstantVariantGasCall
|
core/vm/operations_acl.go#L221
undefined: gasConstant
|
core/vm/instructions.go#L687
assignment mismatch: 3 variables but interpreter.evm.Call returns 4 values
|
core/vm/interpreter.go#L191
too many arguments in call to operation.constantGas
|
core/vm/interpreter.go#L191
undefined: memorySize
|
core/vm/jump_table.go#L67
cannot use params.WarmStorageReadCost(*big.Int, *big.Int) (value of type uint64) as constantGasFunc value in struct literal
|
core/vm/jump_table.go#L67
*big.Int (type) is not an expression
|
core/vm/jump_table.go#L76
cannot use params.WarmStorageReadCost (value of type func(stateSize *big.Int, contractSize *big.Int) uint64) as constantGasFunc value in struct literal
|
core/vm/jump_table.go#L85
cannot use GasQuickStep (constant 2 of type uint64) as constantGasFunc value in struct literal
|
core/vm/jump_table.go#L91
cannot use GasFastestStep (constant 3 of type uint64) as constantGasFunc value in struct literal
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading