hotfix(operator): manage subscription to events without panic #4078
Annotations
7 errors and 1 warning
golangci-lint:
aggregator/pkg/aggregator.go#L1
: # github.com/yetanotherco/aligned_layer/aggregator/pkg
|
golangci-lint:
aggregator/pkg/subscriber.go#L27
cannot use agg.avsSubscriber.SubscribeToNewTasksV3(agg.NewBatchChan, agg.taskSubscriber) (value of type *chainio.ErrorPair) as error value in assignment: *chainio.ErrorPair does not implement error (missing method Error)
|
golangci-lint:
aggregator/pkg/subscriber.go#L27
cannot use agg.taskSubscriber (variable of type chan error) as chan chainio.ErrorPair value in argument to agg.avsSubscriber.SubscribeToNewTasksV3 (typecheck)
|
golangci-lint:
aggregator/cmd/main.go#L10
could not import github.com/yetanotherco/aligned_layer/aggregator/pkg (-: # github.com/yetanotherco/aligned_layer/aggregator/pkg
|
golangci-lint:
aggregator/pkg/subscriber.go#L27
cannot use agg.avsSubscriber.SubscribeToNewTasksV3(agg.NewBatchChan, agg.taskSubscriber) (value of type *chainio.ErrorPair) as error value in assignment: *chainio.ErrorPair does not implement error (missing method Error)
|
golangci-lint:
aggregator/pkg/subscriber.go#L27
cannot use agg.taskSubscriber (variable of type chan error) as chan chainio.ErrorPair value in argument to agg.avsSubscriber.SubscribeToNewTasksV3) (typecheck)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading