Skip to content

Commit

Permalink
omnibus PR for several broken links (#1334)
Browse files Browse the repository at this point in the history
* fixed some broken links.

* fixed drand verifier 404

* updated links to immutable blobs so line numbers don't drift

* can't use a type as an embed symbol, only a func

* typo fix

* fix for sector sealing specifics link to lotus source on github leads nowhere  #1311

---------

Co-authored-by: Ian Davis <jungziege@gmail.com>
  • Loading branch information
smagdali and ianconsolata authored Nov 1, 2024
1 parent 11169e5 commit 1e79e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/systems/filecoin_mining/sector/sealing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before a Sector can be used, the Miner must _seal_ the Sector: encode the data i

Sealing a sector through Proof-of-Replication (PoRep) is a computation-intensive process that results in a unique encoding of the sector. Once data is sealed, storage miners: generate a proof; run a SNARK on the proof to compress it; and finally, submit the result of the compression to the blockchain as a certification of the storage commitment. Depending on the PoRep algorithm and protocol security parameters, cost profiles and performance characteristics vary and tradeoffs have to be made among sealing cost, security, onchain footprint, retrieval latency and so on. However, sectors can be sealed with commercial hardware and sealing cost is expected to decrease over time. The Filecoin Protocol will launch with Stacked Depth Robust (SDR) PoRep with a planned upgrade to Narrow Stacked Expander (NSE) PoRep with improvement in both cost and retrieval latency.

The Lotus-specific set of functions applied to the sealing of a sector can be found [here](https://github.com/filecoin-project/lotus/blob/master/storage/pipeline/sealing.go).
The Lotus-specific set of functions applied to the sealing of a sector can be found [here](https://github.com/filecoin-project/lotus/blob/master/cmd/lotus-miner/sealing.go).

## Randomness

Expand Down

0 comments on commit 1e79e7f

Please sign in to comment.