Alex North

Results 126 comments of Alex North

Let me join the chorus suggesting against converting objects to JSON by default. Despite it being almost the only case right now, unixfs is a special case of IPLD data...

I have added a fourth change to the issue description: Replace internalCallSeqNum counting all internal message sends with a newActorAddressCount counter of calls to the method specifically, in the context...

Quoth @nicola in [slack](https://filecoinproject.slack.com/archives/CHMNDCK9P/p1562732234047400) > proving period so far is the same for all sector size, the minimum sector size will probably be 64GB and we will pick the proving...

Also we might not need late fee mechanisms if a late PoSt can be recovered by the gas cost of re-committing sectors (though for very large miners this could be...

> I take "scales commitments down" to mean "clears space on their drives," I didn't mean that, I meant just un-pledge storage without removing data. A miner might reduce their...

[This paragraph](https://github.com/filecoin-project/specs/blob/master/mining.md#on-being-slashed-wip-needs-discussion) in the mining spec talks about a reinstatement mechanism (since the miner hasn't lost their storage collateral, assuming it's distinct from pledge collateral). That may be out of...

The go-filecoin team are designing and implementing this in the immediate future, as part of our efforts to complete storage protocol implementation. An indicative response here ahead of the actual...

Thanks, makes sense. In SlashStorageFault: ``` if self.SlashedAt > 0 { Fatal("miner already slashed") } ``` ... is probably incorrect, unless something will reset `SlashedAt`. The subsequent test for an...