Update to Cadence v1.7.0 #2477
Triggered via pull request
September 10, 2025 22:28
Status
Failure
Total duration
2m 53s
Artifacts
–
Annotations
4 errors
|
Lint
golangci-lint exit with code 3
|
|
Test
Process completed with exit code 2.
|
|
Test:
services/requester/requester.go#L526
cannot use rca (variable of type *RemoteCadenceArch) as "github.com/onflow/flow-go/fvm/evm/types".PrecompiledContract value in array or slice literal: *RemoteCadenceArch does not implement "github.com/onflow/flow-go/fvm/evm/types".PrecompiledContract (missing method Name)
|
|
Test:
services/requester/remote_cadence_arch.go#L36
cannot use (*RemoteCadenceArch)(nil) (value of type *RemoteCadenceArch) as "github.com/onflow/flow-go/fvm/evm/types".PrecompiledContract value in variable declaration: *RemoteCadenceArch does not implement "github.com/onflow/flow-go/fvm/evm/types".PrecompiledContract (missing method Name)
|