Skip to content

feat: bls remote signer #2605

feat: bls remote signer

feat: bls remote signer #2605

Triggered via pull request September 4, 2024 20:35
Status Failure
Total duration 48s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Linter: tools/traffic/generator.go#L99
g.Config.Timeout undefined (type *Config has no field or method Timeout) (typecheck)
Linter: indexer/test/mock/contract_simulator.go#L151
cannot use &simulatedBackend{…} (value of type *simulatedBackend) as SimulatedBackend value in assignment: *simulatedBackend does not implement SimulatedBackend (missing method AdjustTime) (typecheck)
Linter: indexer/test/mock/simulated_backend.go#L99
sb.HeaderByNumber undefined (type *simulatedBackend has no field or method HeaderByNumber) (typecheck)
Linter: disperser/batcher/grpc/dispatcher.go#L117
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
Linter: disperser/batcher/grpc/dispatcher.go#L158
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
Linter: disperser/batcher/grpc/dispatcher.go#L210
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
Linter: disperser/dataapi/grpc_service_availability_handler.go#L83
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
Linter: disperser/dataapi/grpc_service_availability_handler.go#L89
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
Linter: disperser/dataapi/grpc_service_availability_handler.go#L108
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
Linter
issues found
Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/