DRAFT: Chunk-wise service event verification - ChunkIndexed[ServiceEvent]
#35714
Annotations
10 errors and 1 warning
Run golangci-lint:
consensus/hotstuff/model/block.go#L7
could not import github.com/onflow/flow-go/model/flow (-: # github.com/onflow/flow-go/model/flow
|
Run golangci-lint:
model/flow/epoch.go#L156
cannot use setup (variable of type *EpochSetup) as typedServiceEvent value in struct literal: *EpochSetup does not implement typedServiceEvent (missing method isSpecificServiceEvent)
|
Run golangci-lint:
model/flow/epoch.go#L210
cannot use er (variable of type *EpochRecover) as typedServiceEvent value in struct literal: *EpochRecover does not implement typedServiceEvent (missing method isSpecificServiceEvent)
|
Run golangci-lint:
model/flow/epoch.go#L314
cannot use commit (variable of type *EpochCommit) as typedServiceEvent value in struct literal: *EpochCommit does not implement typedServiceEvent (missing method isSpecificServiceEvent)
|
Run golangci-lint:
model/flow/epoch.go#L474
cannot use e (variable of type *EjectNode) as typedServiceEvent value in struct literal: *EjectNode does not implement typedServiceEvent (missing method ID)
|
Run golangci-lint:
model/flow/kvstore.go#L20
cannot use s (variable of type *SetEpochExtensionViewCount) as typedServiceEvent value in struct literal: *SetEpochExtensionViewCount does not implement typedServiceEvent (missing method ID)
|
Run golangci-lint:
model/flow/service_event.go#L177
cannot use event (variable of type any) as typedServiceEvent value in struct literal: any does not implement typedServiceEvent (missing method ID)
|
Run golangci-lint:
model/flow/service_event.go#L233
cannot use event (variable of type interface{}) as typedServiceEvent value in struct literal: interface{} does not implement typedServiceEvent (missing method ID)
|
Run golangci-lint:
model/flow/service_event.go#L273
impossible type assertion: se.Event.(*EpochSetup)
|
Run golangci-lint:
model/flow/service_event.go#L280
impossible type assertion: other.Event.(*EpochSetup)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, 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/
|
Loading