specs icon indicating copy to clipboard operation
specs copied to clipboard

Technical specifications for the IPFS protocol stack

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

At the moment IPFS Gateway does not send content-length header in response when it receives Accept-encoding headers. This is problematic for caching that can only be performed when we know...

need/triage

Lowercase identifiers are required in order to work with legacy URI, web browser security (sub)origins and the experimental [Protocol Handler API](https://github.com/mozilla/libdweb/issues/2). So we are moving to finish support for CIDv1...

I'd like to propose an optional extension to bitswap for requiring authorisation to retrieve a block. We've already implemented this and integrated it in Peergos. The proposal is to add...

need/triage

The best and **up-to-date source of truth about IPFS addressing right now is in** [ADDRESSING.md](https://github.com/ipfs/in-web-browsers/blob/master/ADDRESSING.md) memo. As more and more people add IPFS support to their software, especially on the...

Has anyone explored just requesting related content id's from a peer hosting an origin piece of content, post peer discovery? It seems they could just tell you of addresses to...

need/triage

Context: https://github.com/ipfs/ipfs/issues/337 Currently, both js-ipfs and go-ipfs index blocks in the datastore by CID. Unfortunately, it's possible for a single block to have multiple CIDs due to (a) different CID...

P1

*Note:* I'm forking this from #256 as it clearly does not belong there. I am also referring to `ipns` prefix here as I envisioned it as a successor to IPNS,...

need/triage

Recently I was told ed25519 are preferable for IPNS over other keys due to their smaller size. However it is not in the list of [supported algorithms](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto#supported_algorithms) in web platform...

need/triage

We should at minimum update the protocol part of the spec to reflect the current message format. (perhaps we can include legacy formats as well?)

need/triage

@jbenet mentioned in Lisbon that _now_ is the time to direct feedback at the Suborigin working group [1]. In fact it might already be too late as their 31-Jul-2016 was...

kind/question