specs icon indicating copy to clipboard operation
specs copied to clipboard

The Filecoin protocol specification

Results 115 specs issues
Sort by recently updated
recently updated
newest added

It has been renamed and some checks have been added. We are working on one last PR concerning it, after that I will update the section here, will happen by...

This PR applies a major update to the intro section of the spec. - It introduces some basic concepts, which are central to understanding the Filecoin network and protocol. Although...

scope: content

There are several places in the spec where we refer to parameter values or settings. Examples include: parameters for rewards, fees and penalties, consensus protocol parameters, sizes (e.g., sectors) etc....

The [network.filecoin.io](https://network.filecoin.io) site displays (among many other things) some network parameters - screenshot below. @nicola suggested that we create hooks to pull these parameters from the code into the spec...

scope: content
type: enhancement
hint: blocked

The ChainSync section of the current spec is providing a rather theoretical view of how the protocol should be implemented. Although there is nothing fundamentally wrong with this, we have...

scope: tooling
type: enhancement
hint: blocked

hugo is only able to validate references to files, we need to be able to validate da refs like `sysactors#initactor` actually exist. Check if the file sysactors has a heading...

scope: tooling
type: enhancement
hint: blocked

Fixing https://github.com/filecoin-project/research-private/issues/281#issuecomment-677675014

scope: content

This PR is adding a new subsection in the Algorithms Section to discuss the details on Randomness and the interface with DRAND. There is also discussion around DRAND Outage and...

scope: content

embed should support more symbol types like const and vars /cc @nicola

hint: next
scope: tooling
type: enhancement