Update the OffchainConfig with a LogProviderConfig struct #1418
Annotations
8 errors and 1 warning
golangci-lint:
tools/simulator/simulate/hydrator.go#L42
cannot use source (variable of type *upkeep.Source) as automation.LogEventProvider value in assignment: *upkeep.Source does not implement automation.LogEventProvider (missing method SetConfig) (typecheck)
|
golangci-lint:
tools/simulator/node/add.go#L20
could not import github.com/smartcontractkit/chainlink-automation/tools/simulator/simulate (-: # github.com/smartcontractkit/chainlink-automation/tools/simulator/simulate
|
golangci-lint:
tools/simulator/simulate/hydrator.go#L42
cannot use source (variable of type *upkeep.Source) as automation.LogEventProvider value in assignment: *upkeep.Source does not implement automation.LogEventProvider (missing method SetConfig)) (typecheck)
|
golangci-lint:
pkg/v3/flows/logtrigger_test.go#L72
cannot use lp (variable of type *mocks.MockLogEventProvider) as automation.LogEventProvider value in argument to newLogTriggerFlow: *mocks.MockLogEventProvider does not implement automation.LogEventProvider (missing method SetConfig) (typecheck)
|
golangci-lint
issues found
|
Print golangci lint report
cannot use lp (variable of type *mocks.MockLogEventProvider) as automation.LogEventProvider value in argument to newLogTriggerFlow: *mocks.MockLogEventProvider does not implement automation.LogEventProvider (missing method SetConfig)" severity="error" source="typecheck"></error>
|
Print golangci lint report
cannot use source (variable of type *upkeep.Source) as automation.LogEventProvider value in assignment: *upkeep.Source does not implement automation.LogEventProvider (missing method SetConfig))" severity="error" source="typecheck"></error>
|
Print golangci lint report
cannot use source (variable of type *upkeep.Source) as automation.LogEventProvider value in assignment: *upkeep.Source does not implement automation.LogEventProvider (missing method SetConfig)" severity="error" source="typecheck"></error>
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading