[BCI-3438] Add chain writer support to the relayer #2983
build_external.yml
on: pull_request
Build Chainlink Image
3m 19s
Solana Build Relay
1m 53s
Starknet Build Relay
2m 33s
Annotations
7 errors and 1 warning
Build Chainlink Image
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 (wrong type for method NewChainWriter)
|
Build Chainlink Image
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 NewChainWriter)
|
Build Chainlink Image
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 NewChainWriter)
|
Build Chainlink Image
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 (wrong type for method NewChainWriter)
|
Build Chainlink Image
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 NewChainWriter)
|
Build Chainlink Image
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 NewChainWriter)
|
Build Chainlink Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$GO_COVER_FLAG\" = \"true\" ]; then make install-chainlink-cover; else make install-chainlink; fi" did not complete successfully: exit code: 2
|
Starknet Build Relay
Restore cache failed: Dependencies file is not found in /home/runner/work/chainlink-common/chainlink-common. Supported file pattern: go.sum
|