Logo

    Smart contracts (actors code)

    Review status
    Done
    Main findings from the review process

    Related to:
    Actors

    Jenlist:

    const ProveReplicaUpdatesMaxSize = PreCommitSectorBatchMaxSize = 256 how can we confirm this is a good number, and gas usage analysis yet, i.e.: smaller than block limit?
    https://github.com/filecoin-project/specs-actors/blob/36d4d5ce7a36fd736e2e2ed5a449a237b4ea8f23/actors/builtin/miner/miner_actor.go#L2124 confirm 4096 is the right upper bound size for deals, like one 64gib deal even?
    • ReplicaProof length will be 3072, we are good here ~Kubuxu

    Checks

    Sector is CC
    Deals are valid
    CommD corresponds to Comm(CommP...), or better there is no parameter for it
    SectorKey CommR comes from the state, or there is no parameter for it

    CryptoNet is a Protocol Labs initiative.