Bump common and fix Chain Writer naming #3602
Annotations
10 errors
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 ./...
undefined: commontypes.ChainWriter
|
Run cd ./integration-tests && go test -run=xxx ./...
undefined: commontypes.ChainWriter
|
Run cd ./integration-tests && go test -run=xxx ./...
cannot use &Relayer{} (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: types.ChainWriter
|
Run cd ./integration-tests && go test -run=xxx ./...
undefined: types.ChainWriter
|
Run cd ./integration-tests && go test -run=xxx ./...
undefined: types.ChainWriter
|
Run cd ./integration-tests && go test -run=xxx ./...
undefined: types.ChainWriter
|
Run cd ./integration-tests && go test -run=xxx ./...
undefined: types.ChainWriter
|
Loading