feat(cli): standardise a top level output format for all lotus CLIs #3731
Annotations
10 errors
Run golangci-lint run -v --timeout 10m --concurrency 4:
chain/wallet/remotewallet/remote.go#L11
found packages cliutil (api.go) and util (output.go) in cli/util (typecheck)
|
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/eth.go#L92
cannot use &EventHelperAPI{} (value of type *EventHelperAPI) as events.EventHelperAPI value in variable declaration: *EventHelperAPI does not implement events.EventHelperAPI (missing method ChainGetBlockMessages) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/modules/paych.go#L37
cannot use &PaychAPI{} (value of type *PaychAPI) as paychmgr.PaychAPI value in variable declaration: *PaychAPI does not implement paychmgr.PaychAPI (missing method MpoolPushMessage) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/modules/chainindex.go#L85
cannot use &evapi (value of type *EventHelperAPI) as events.EventHelperAPI value in argument to events.NewEvents: *EventHelperAPI does not implement events.EventHelperAPI (missing method ChainGetBlockMessages) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/modules/eth.go#L162
cannot use ¶ms.EventHelperAPI (value of type *EventHelperAPI) as events.EventHelperAPI value in argument to events.NewEvents: *EventHelperAPI does not implement events.EventHelperAPI (missing method ChainGetBlockMessages) (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
node/modules/eth.go#L236
cannot use ¶ms.EventHelperAPI (value of type *EventHelperAPI) as events.EventHelperAPI value in argument to events.NewEvents: *EventHelperAPI does not implement events.EventHelperAPI (missing method ChainGetBlockMessages) (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#L123
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#L50
n.ChainHead undefined (type *FullNodeAPI has no field or method ChainHead) (typecheck)
|
Loading