Clean/mv actors bundle #271
Annotations
10 errors
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/impl/market/market.go#L31
a.MpoolPushMessage undefined (type *MarketAPI has no field or method MpoolPushMessage) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/modules/faultreport.go#L25
cannot use &mod (value of type *consensusReporterModules) as slashsvc.ConsensusSlasherApi value in argument to slashsvc.SlashConsensus: *consensusReporterModules does not implement slashsvc.ConsensusSlasherApi (missing method ChainGetBlock) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/impl/full.go#L122
cannot use &FullNodeAPI{} (value of type *FullNodeAPI) as api.FullNode value in variable declaration: *FullNodeAPI does not implement api.FullNode (missing method ChainBlockstoreInfo) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/impl/full.go#L49
n.ChainHead undefined (type *FullNodeAPI has no field or method ChainHead) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/impl/full.go#L63
n.PubSub undefined (type *FullNodeAPI has no field or method PubSub) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/impl/full.go#L67
n.PubSub undefined (type *FullNodeAPI has no field or method PubSub) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/impl/full.go#L98
n.ChainGetTipSet undefined (type *FullNodeAPI has no field or method ChainGetTipSet) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/impl/full.go#L109
n.ChainGetTipSet undefined (type *FullNodeAPI has no field or method ChainGetTipSet) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
curiosrc/web/api/config/config.go#L90
c.DB undefined (type *cfg has no field or method DB) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
curiosrc/web/api/config/config.go#L96
c.DB undefined (type *cfg has no field or method DB) (typecheck)
|
Loading