specs icon indicating copy to clipboard operation
specs copied to clipboard

Technical specifications for the IPFS protocol stack

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

NOTE: I am writing this myself: https://github.com/Pandapip1/multiaddr-access-type All contributions are welcome and will be acknowledged! ## Summary I suggest that a new access type be created for multiaddrs, as per...

P3
kind/enhancement

Powerful tool used by other projects: ### Bikeshed Python / Batch > Bikeshed is a spec-generating tool that takes in lightly-decorated Markdown and spits out a full spec, with cross-spec...

need/analysis
need/triage

## Background Some Launchpad v5 members want to do spec cleanup. Below is an attempt to capture some of the current problems they could help solve. This should likely be...

need/triage

As a follow up of https://github.com/ipfs/go-ipfs/issues/1678#issuecomment-157478515 we should have clear specs for those URI schemes, in including `web+` prefixed ones.

status/ready

There are plans to update IPNS to use an IPRS record for the entry, which is currently defined here: https://github.com/ipfs/go-ipfs/blob/master/namesys/pb/namesys.proto The IPRS record should be updated to also include the...

need/triage

Open issue for IPIP: Denylists for IPFS Nodes and Gateways. PR: https://github.com/ipfs/specs/pull/299

status/in-progress

The definition of 502 Bad Gateway is: > indicates that the server, while acting as a gateway or proxy, received an invalid response from the upstream server. This fits the...

need/triage

The strict coupling poses some problems for IPLD implementations that: 1. do not retain codec information between the serialization and UnixFS (ADL) reification; and/or 2. do not have a mechanism...

I would like to include less ambiguous UnixFS specification coded as TS interface definition so that: 1. It can capture more invariant than possible via provided protobuf schema. 2. It...

When a unixfs symlink is hit, if the mode is file (not block or car), gateway should emulate nginx and apache, that means resolve the symlink server side and return...

need/triage