ZenGround0
ZenGround0
**Summary of changes** Changes introduced in this pull request: **Reference issue to close (if applicable)** Closes **Other information and links**
This is not close to done yet as most use case work is missing. @hsanjuan if you get a chance to look this over I'd like to know if 1)...
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...
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.
In the [Sectors](https://spec.filecoin.io/#section-systems.filecoin_mining.sector) section there is the phrase: "The sealing process then encodes (using CBOR) an unsealed sector into a sealed sector, with the root SealedSectorCID." The "using CBOR" parenthetical...
We shouldn't try to enforce this / make it verifiable (though we could do some things under certain tradeoffs) but we should make the spec for mining messages into blocks...
From `network-protocols.md` there is a comment in the pseudocode of the storage deal proposal validation pseudocode above a call to `ValidateSignature(prop.Signature, prop.ClientAddress)` that reads: "Note: Maybe this is unnecessary, and...
A lot of this work seems close to landing. This issue calls out the need to get all of this great work written up in the spec and canonicalized to...
Filecoin HAMTs need to have byte serializing keys to be compliant with the spec and the conforming implementation used by lotus. However the implementation as it stands accepts arbitrary cbor...
Not at all urgent, but if kubernetes-ipfs starts to see regular use by multiple projects it will make less sense for project specific tests to be kept in this repo....