Skip to content

Add delegatecall flag to properly detect delegatecalls #3254

Add delegatecall flag to properly detect delegatecalls

Add delegatecall flag to properly detect delegatecalls #3254

Triggered via pull request September 23, 2024 02:40
Status Failure
Total duration 2m 17s
Artifacts

compatiblity_check.yml

on: pull_request
forward-compatibility
2m 7s
forward-compatibility
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
forward-compatibility: precompiles/common/precompiles.go#L39
cannot use &Precompile{} (value of type *Precompile) as vm.PrecompiledContract value in variable declaration: *Precompile does not implement vm.PrecompiledContract (wrong type for method Run)
forward-compatibility: precompiles/common/precompiles.go#L76
ctx.WithEVMPrecompileCalledFromDelegateCall undefined (type "github.com/cosmos/cosmos-sdk/types".Context has no field or method WithEVMPrecompileCalledFromDelegateCall)
forward-compatibility: precompiles/common/precompiles.go#L144
cannot use &DynamicGasPrecompile{} (value of type *DynamicGasPrecompile) as vm.DynamicGasPrecompiledContract value in variable declaration: *DynamicGasPrecompile does not implement vm.DynamicGasPrecompiledContract (wrong type for method RunAndCalculateGas)
forward-compatibility: precompiles/common/precompiles.go#L168
ctx.WithEVMPrecompileCalledFromDelegateCall undefined (type "github.com/cosmos/cosmos-sdk/types".Context has no field or method WithEVMPrecompileCalledFromDelegateCall)
forward-compatibility
Process completed with exit code 2.
forward-compatibility
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/