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

Fixes several typos

specs-actors v6 SubmitWindowedPoSt will update FaultyPower immediately ``` func (a Actor) SubmitWindowedPoSt(rt Runtime, params *SubmitWindowedPoStParams) *abi.EmptyValue { // ... postResult, err = deadline.RecordProvenSectors(store, sectors, info.SectorSize, QuantSpecForDeadline(currDeadline), faultExpiration, params.Partitions) builtin.RequireNoErr(rt, err,...

Makes a small fix to the Poseidon spec's `sparse_factorization` definition. Duplicate of PR #1276

is there a mistake? i checked mainnet actor address and refrence https://github.com/filecoin-project/go-address/blob/5769c0de15a02ef38055aeb277ff159db822c5bc/address.go#L171, it may be blake2b-160,not sha256

https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0024.md

As a follow on from fip 0013 the spec should be updated with a description of the batch balancer its design and impact on basefee. @zixuanzh is probably the best...

Original reference: https://github.com/filecoin-project/neptune/issues/113 @DrPeterVanNostrand The documentation says that w is the first column of m_hat or second column of m without the first row.. Actually it is the first column...

FF is set at old value should be 3.51 Detection fee isn't a concept anymore Termination Fee should be specified with more precision.