exec: Implement filter state and nonce filtering business logic. #90
Annotations
7 errors and 1 warning
cannot use capabilities.NewRegistry(globalLogger) (value of type *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry) as "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry value in assignment: *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry does not implement "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry (missing method ConfigForCapability)
|
cannot use r.CapabilitiesRegistry (variable of type *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry) as "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry value in struct literal: *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry does not implement "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry (missing method ConfigForCapability)
|
cannot use r.CapabilitiesRegistry (variable of type *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry) as "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry value in argument to loop.NewRelayerService: *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry does not implement "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry (missing method ConfigForCapability)
|
cannot use r.CapabilitiesRegistry (variable of type *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry) as "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry value in argument to solana.NewRelayer: *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry does not implement "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry (missing method ConfigForCapability)
|
cannot use r.CapabilitiesRegistry (variable of type *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry) as "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry value in argument to loop.NewRelayerService: *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry does not implement "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry (missing method ConfigForCapability)
|
cannot use r.CapabilitiesRegistry (variable of type *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry) as "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry value in argument to pkgstarknet.NewRelayer: *"github.com/smartcontractkit/chainlink/v2/core/capabilities".Registry does not implement "github.com/smartcontractkit/chainlink-common/pkg/types/core".CapabilitiesRegistry (missing method ConfigForCapability)
|
|
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/
|
This job failed
Loading