Headers fetching via NeoFS BlockFetcher service #1933
tests.yml
on: pull_request
Lint: NeoGo
/
Lint
1m 2s
Lint: scripts
/
Lint
23s
Lint: interop
/
Lint
7s
Check internal dependencies
11s
Check code generated with 'go generate' is up-to-date
24s
Coverage
6m 39s
Matrix: CodeQL
Matrix: lint_examples
Matrix: Run tests
Annotations
50 errors and 20 warnings
Lint: NeoGo / Lint:
pkg/network/helper_test.go#L215
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Lint: NeoGo / Lint:
pkg/network/server_test.go#L63
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Lint: NeoGo / Lint:
pkg/network/server_test.go#L215
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Lint: NeoGo / Lint:
pkg/network/server_test.go#L805
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Lint: NeoGo / Lint:
pkg/network/server_test.go#L861
cannot use &fakechain.FakeStateSync{…} (value of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Lint: NeoGo / Lint:
pkg/network/server_test.go#L1053
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Lint: NeoGo / Lint:
pkg/network/server_test.go#L1112
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Lint: NeoGo / Lint:
pkg/network/server_test.go#L1138
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Lint: NeoGo / Lint:
pkg/services/blockfetcher/blockfetcher_test.go#L49
not enough arguments in call to New
|
Lint: NeoGo / Lint:
pkg/services/blockfetcher/blockfetcher_test.go#L60
not enough arguments in call to New
|
Run tests (ubuntu-22.04, 1.22):
pkg/network/helper_test.go#L215
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (ubuntu-22.04, 1.22):
pkg/network/server_test.go#L63
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (ubuntu-22.04, 1.22):
pkg/network/server_test.go#L215
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Run tests (ubuntu-22.04, 1.22):
pkg/network/server_test.go#L805
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Run tests (ubuntu-22.04, 1.22):
pkg/network/server_test.go#L861
cannot use &fakechain.FakeStateSync{…} (value of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (ubuntu-22.04, 1.22):
pkg/network/server_test.go#L1053
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (ubuntu-22.04, 1.22):
pkg/network/server_test.go#L1112
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (ubuntu-22.04, 1.22):
pkg/network/server_test.go#L1138
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (ubuntu-22.04, 1.22):
pkg/services/blockfetcher/blockfetcher_test.go#L49
not enough arguments in call to New
|
Run tests (ubuntu-22.04, 1.22):
pkg/services/blockfetcher/blockfetcher_test.go#L60
not enough arguments in call to New
|
Coverage:
pkg/network/helper_test.go#L215
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Coverage:
pkg/network/server_test.go#L63
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Coverage:
pkg/network/server_test.go#L215
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Coverage:
pkg/network/server_test.go#L805
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Coverage:
pkg/network/server_test.go#L861
cannot use &fakechain.FakeStateSync{…} (value of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Coverage:
pkg/network/server_test.go#L1053
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Coverage:
pkg/network/server_test.go#L1112
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Coverage:
pkg/network/server_test.go#L1138
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Coverage:
pkg/services/blockfetcher/blockfetcher_test.go#L49
not enough arguments in call to New
|
Coverage:
pkg/services/blockfetcher/blockfetcher_test.go#L60
not enough arguments in call to New
|
Run tests (macos-14, 1.23):
pkg/network/helper_test.go#L215
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (macos-14, 1.23):
pkg/network/server_test.go#L63
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (macos-14, 1.23):
pkg/network/server_test.go#L215
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Run tests (macos-14, 1.23):
pkg/network/server_test.go#L805
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Run tests (macos-14, 1.23):
pkg/network/server_test.go#L861
cannot use &fakechain.FakeStateSync{…} (value of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (macos-14, 1.23):
pkg/network/server_test.go#L1053
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (macos-14, 1.23):
pkg/network/server_test.go#L1112
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (macos-14, 1.23):
pkg/network/server_test.go#L1138
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (macos-14, 1.23):
pkg/services/blockfetcher/blockfetcher_test.go#L49
not enough arguments in call to New
|
Run tests (macos-14, 1.23):
pkg/services/blockfetcher/blockfetcher_test.go#L60
not enough arguments in call to New
|
Run tests (windows-2022, 1.23):
pkg/network/helper_test.go#L215
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (windows-2022, 1.23):
pkg/network/server_test.go#L63
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (windows-2022, 1.23):
pkg/network/server_test.go#L215
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Run tests (windows-2022, 1.23):
pkg/network/server_test.go#L805
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Run tests (windows-2022, 1.23):
pkg/network/server_test.go#L861
cannot use &fakechain.FakeStateSync{…} (value of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (windows-2022, 1.23):
pkg/network/server_test.go#L1053
cannot use new(fakechain.FakeStateSync) (value of type *fakechain.FakeStateSync) as StateSync value in argument to newServerFromConstructors: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (windows-2022, 1.23):
pkg/network/server_test.go#L1112
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (windows-2022, 1.23):
pkg/network/server_test.go#L1138
cannot use ss (variable of type *fakechain.FakeStateSync) as StateSync value in assignment: *fakechain.FakeStateSync does not implement StateSync (missing method GetConfig)
|
Run tests (windows-2022, 1.23):
pkg/services/blockfetcher/blockfetcher_test.go#L49
not enough arguments in call to New
|
Run tests (windows-2022, 1.23):
pkg/services/blockfetcher/blockfetcher_test.go#L60
not enough arguments in call to New
|
Check internal dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: interop / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: interop / Lint
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Check code generated with 'go generate' is up-to-date
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (events) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (iterator) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: scripts / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (nft-nd) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (nft-d) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (engine) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (nft-nd-nns) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (storage) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (oracle) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (runtime) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (zkp/cubic_circuit) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (timer) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (zkp/xor_compat) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: examples (token) / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint: NeoGo / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CodeQL (go)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|