Add minimal ChainReader interface & types #607
Annotations
11 errors and 2 warnings
cannot use &medianProvider{…} (value of type *medianProvider) as "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider value in return statement: *medianProvider does not implement "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider (missing method ChainReader)
|
cannot use &medianProvider{…} (value of type *medianProvider) as "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider value in return statement: *medianProvider does not implement "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider (missing method ChainReader)
|
cannot use (*medianProvider)(nil) (value of type *medianProvider) as "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider value in variable declaration: *medianProvider does not implement "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider (missing method ChainReader)
|
cannot use &medianProvider{…} (value of type *medianProvider) as "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider value in return statement: *medianProvider does not implement "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider (missing method ChainReader)
|
cannot use &medianProvider{} (value of type *medianProvider) as "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider value in variable declaration: *medianProvider does not implement "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider (missing method ChainReader)
|
cannot use NewMercuryProvider(cw, transmitter, reportCodecV1, reportCodecV2, reportCodecV3, lggr) (value of type *mercuryProvider) as "github.com/smartcontractkit/chainlink-relay/pkg/types".MercuryProvider value in return statement: *mercuryProvider does not implement "github.com/smartcontractkit/chainlink-relay/pkg/types".MercuryProvider (missing method ChainReader)
|
cannot use &medianProvider{…} (value of type *medianProvider) as "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider value in return statement: *medianProvider does not implement "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider (missing method ChainReader)
|
cannot use (*medianProvider)(nil) (value of type *medianProvider) as "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider value in variable declaration: *medianProvider does not implement "github.com/smartcontractkit/chainlink-relay/pkg/types".MedianProvider (missing method ChainReader)
|
cannot use (*functionsProvider)(nil) (value of type *functionsProvider) as "github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/types".FunctionsProvider value in variable declaration: *functionsProvider does not implement "github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/types".FunctionsProvider (missing method ChainReader)
|
cannot use &functionsProvider{…} (value of type *functionsProvider) as "github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/types".FunctionsProvider value in return statement: *functionsProvider does not implement "github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/types".FunctionsProvider (missing method ChainReader)
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading