Skip to content

Bump common and fix Chain Writer naming #4151

Bump common and fix Chain Writer naming

Bump common and fix Chain Writer naming #4151

Triggered via pull request November 27, 2024 19:16
@ilija42ilija42
synchronize #947
rename-cw
Status Success
Total duration 9m 4s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Analyze (go)
assignment mismatch: 2 variables but ecdsa.SignCompact returns 1 value
Analyze (go)
assignment mismatch: 2 variables but ecdsa.SignCompact returns 1 value
Analyze (go)
cannot use (*relayer)(nil) (value of type *relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in variable declaration: *relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (missing method NewContractWriter)
Analyze (go)
undefined: relaytypes.ChainWriter
Analyze (go)
cannot use pkgstarknet.NewRelayer(lggr, chain, r.CapabilitiesRegistry) (value of type *"github.com/smartcontractkit/chainlink-starknet/relayer/pkg/chainlink".relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in argument to relay.NewServerAdapter: *"github.com/smartcontractkit/chainlink-starknet/relayer/pkg/chainlink".relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (missing method NewContractWriter)