Bump common and fix Chain Writer naming #4151
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)
|