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

This is a tracking issue for getting specs for the parts of libp2p used by Filecoin. See: https://github.com/libp2p/specs/issues/110

This [PR to the Filecoin Docs](https://github.com/filecoin-project/filecoin-docs/pull/758/files) mentions differences in the endianness of Filecoin BLS keys vs Eth 2.0 BLS keys which may be important to note in the Spec. It...

scope: content

In the [Filecoin Specification for Nodes, section 2.6.10 **Clock**](https://spec.filecoin.io/#section-systems.filecoin_nodes.clock), the discussion of clock and time seems to be missing some grounding in timescale, and an acknowledgement of leap seconds. The...

It seems that there's a bunch of general information on miner addresses on the lotus docs site https://docs.filecoin.io/mine/lotus/miner-addresses/ including information on control addresses that could be transferred here and then...

Section: `section-algorithms.expected_consensus.penalization-for-faults` Penalty for consensus faults is 5x block reward + inability to mine for 900 epochs starting at the consensus fault. Plus the reward for the reporter which can...

Basefee should express the **change** of gasLimit, The calculation should be as follows: averageGasLimit=gasLimitUsed / noOfBlocks parent_averageGasLimit=parent_gasLimitUsed / parent_noOfBlocks delta=averageGasLimit/parent_averageGasLimit nextBaseFee=baseFee*delta https://github.com/filecoin-project/lotus/blob/3196b2cfd577907d871cd5de662206407d906577/chain/store/basefee.go#L14-L46

Fixes figures for network baseline size and growth rate.

hint: ready to merge
scope: content

To run: ``` $ ./orient/bin/orient web --system=src/orient/nse.orient --port=8000 $ obs serve 8081 src/orient/viz ```

scope: content