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

@olizilla [mentions](https://github.com/filecoin-project/specs/pull/1035#issuecomment-670014888) that the 3 org-mode files we have in the repo are a problem. Hence I looked into it and I'm in favour of removing them and not spending...

hint: next
scope: content
type: enhancement

From @raulk: Right now it's possible for account actors to perform naked sends (method num = 0) to singleton actors (e.g. system, market, power, etc.), from which the funds will...

hint: next
scope: content
type: discussion

Oni team already implemented tags into the vectors metadata here https://github.com/filecoin-project/test-vectors/issues/42, now we need to integrate them into the spec dashboard

hint: next
scope: tooling
type: enhancement

swap d3-zoomable with pan-zoom

scope: tooling
type: enhancement
hint: active

https://spec-md.com/ is super interesting. (source https://github.com/leebyron/spec-md) > Renders Markdown with some additions into an HTML format commonly used for writing technical specification documents. Markdown additions include code syntax highlighting, edit...

scope: tooling
type: discussion

We are using `weight: ` in yaml front matter to determin what order to concatenate markdown files together for any given section. To change the position of a document you...

hint: next
scope: tooling
type: enhancement

The PR can be referred to for correct exitcode on inner message send failures when transfering balance https://github.com/filecoin-project/lotus/pull/1728

There are ~three~ four proposed changes to how actor addresses are generated in the VM. They are: 1) Use the origin address, not the `_immediateCaller`. This seems necessary to avoid...

If setup a chain of multisig actors, each calling each other, I can cause a stack overflow, which can crash a client, or cause multiple implementations to compute a different...