Introduce caching of PowerTable CIDs #1276
Annotations
10 errors
go vet:
consensus_inputs.go#L149
not enough arguments in call to h.getPowerTableCIDForTipset
|
go vet:
consensus_inputs.go#L156
cannot use h.ec.GetPowerTable(ctx, suffix[i].Key) (value of type gpbft.PowerEntries) as cid.Cid value in assignment
|
go vet:
consensus_inputs.go#L157
undefined: pte
|
go vet:
consensus_inputs.go#L149
not enough arguments in call to h.getPowerTableCIDForTipset
|
go vet:
consensus_inputs.go#L156
cannot use h.ec.GetPowerTable(ctx, suffix[i].Key) (value of type gpbft.PowerEntries) as cid.Cid value in assignment
|
go vet:
consensus_inputs.go#L157
undefined: pte
|
go vet
Process completed with exit code 1.
|
staticcheck:
consensus_inputs.go#L149
not enough arguments in call to h.getPowerTableCIDForTipset
|
staticcheck:
consensus_inputs.go#L156
cannot use h.ec.GetPowerTable(ctx, suffix[i].Key) (value of type gpbft.PowerEntries) as cid.Cid value in assignment
|
staticcheck:
consensus_inputs.go#L157
undefined: pte (compile)
|
Loading