Bump common and fix Chain Writer naming #3613
Annotations
4 errors
Run cd ./integration-tests && go test -run=xxx ./...
assignment mismatch: 2 variables but ecdsa.SignCompact returns 1 value
|
Run cd ./integration-tests && go test -run=xxx ./...
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)
|
Run cd ./integration-tests && go test -run=xxx ./...
undefined: relaytypes.ChainWriter
|
Run cd ./integration-tests && go test -run=xxx ./...
Process completed with exit code 1.
|
Loading