Headers fetching via NeoFS BlockFetcher service #1933
Annotations
10 errors
Run tests:
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:
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:
pkg/network/server_test.go#L215
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Run tests:
pkg/network/server_test.go#L805
impossible type assertion: s.stateSync.(*fakechain.FakeStateSync)
|
Run tests:
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:
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:
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:
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:
pkg/services/blockfetcher/blockfetcher_test.go#L49
not enough arguments in call to New
|
Run tests:
pkg/services/blockfetcher/blockfetcher_test.go#L60
not enough arguments in call to New
|
Loading