chore: deprecate "releases" branch by providing clear messaging #1912
check.yml
on: pull_request
Check (docs-check)
1m 3s
Check (gen-check)
48s
Check (lint-all)
3m 25s
Check (gofmt)
25s
Check (mod-tidy-check)
27s
Annotations
10 errors
Check (lint-all):
node/impl/market/market.go#L31
a.MpoolPushMessage undefined (type *MarketAPI has no field or method MpoolPushMessage) (typecheck)
|
Check (lint-all):
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)
|
Check (lint-all):
node/impl/full.go#L121
cannot use &FullNodeAPI{} (value of type *FullNodeAPI) as api.FullNode value in variable declaration: *FullNodeAPI does not implement api.FullNode (missing method ChainBlockstoreInfo) (typecheck)
|
Check (lint-all):
node/impl/storminer.go#L88
cannot use &StorageMinerAPI{} (value of type *StorageMinerAPI) as api.StorageMiner value in variable declaration: *StorageMinerAPI does not implement api.StorageMiner (missing method StorageAttach) (typecheck)
|
Check (lint-all):
node/impl/full.go#L48
n.ChainHead undefined (type *FullNodeAPI has no field or method ChainHead) (typecheck)
|
Check (lint-all):
node/impl/full.go#L62
n.PubSub undefined (type *FullNodeAPI has no field or method PubSub) (typecheck)
|
Check (lint-all):
node/impl/full.go#L66
n.PubSub undefined (type *FullNodeAPI has no field or method PubSub) (typecheck)
|
Check (lint-all):
node/impl/full.go#L97
n.ChainGetTipSet undefined (type *FullNodeAPI has no field or method ChainGetTipSet) (typecheck)
|
Check (lint-all):
node/impl/full.go#L108
n.ChainGetTipSet undefined (type *FullNodeAPI has no field or method ChainGetTipSet) (typecheck)
|
Check (lint-all):
paychmgr/settler/settler.go#L57
cannot use &papi (value of type *API) as settlerAPI value in argument to newPaymentChannelSettler: *API does not implement settlerAPI (missing method PaychList) (typecheck)
|