From d2d835ff1d59457b53755bd9f59513de30ce3232 Mon Sep 17 00:00:00 2001 From: Mike Greenberg Date: Thu, 31 Oct 2024 04:56:36 -0400 Subject: [PATCH] fix: link to glossary term 'slashing' (#1272) Co-authored-by: smagdali Co-authored-by: Ian Davis --- content/glossary/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/glossary/_index.md b/content/glossary/_index.md index 5b622c9a7..ab7e7ef2f 100644 --- a/content/glossary/_index.md +++ b/content/glossary/_index.md @@ -377,7 +377,7 @@ Every mined block has a computed `weight`, also called its `WinCount`. Together, [_Window Proof-of-Spacetime_ (WindowPoSt)](post#windowpost) is the mechanism by which the commitments made by [storage miners](glossary#storage-miner-actor) are audited. It sees each 24-hour period broken down into a series of windows. Correspondingly, each storage miner's set of pledged [sectors](glossary#sector) is partitioned into subsets, one subset for each window. Within a given window, each storage miner must submit a [Proof-of-Spacetime](glossary#proof-of-spacetime-post) for each sector in their respective subset. This requires ready access to each of the challenged sectors, and will result in a [zk-SNARK-compressed](glossary#zksnark) proof published to the Filecoin [blockchain](glossary#blockchain) as a [message](glossary#message) in a [block](glossary#block). In this way, every sector of [pledged storage](glossary#pledged-storage) is audited at least once in any 24-hour period, and a permanent, verifiable, and public record attesting to each storage miner's continued commitment is kept. -The Filecoin network expects constant availability of stored data. Failing to submit WindowPoSt for a sector will result in a [fault](glossary#fault), and the storage miner supplying the sector will be [slashed](glossary#slash). +The Filecoin network expects constant availability of stored data. Failing to submit WindowPoSt for a sector will result in a [fault](glossary#fault), and the storage miner supplying the sector will be [slashed](glossary#slashing). ## Winning Proof-of-Spacetime (WinningPoSt)