Results 257 comments of Will

in terms of getting to a working implementation, we can defer the two 'bigbytes' items, because the existing https://github.com/ipfs/go-ipfs-chunker interface provides `[]byte` for each individual node as it streams out...

Yep, i agree that we do eventually need a cleaner interaction with `io.Reader` / `io.Writer`, especially at the ADL level. The main thing I was pointing out is that initially...

I think the evolution of codecs like this one are likely 'away from what is supported' such that it'll be hard to make a general enough framework that's both performant,...

blacklist follows the same format as those of zmap: https://github.com/zmap/zmap/blob/master/conf/blacklist.conf domains is a newline separated list of domains to explicitly include. formats should, indeed, be documented 👍

> I'm missing a way to link content with the provider because I seriously doubt that all parties will be eager to provide all the CIDs in the universe, they...

We currently have providers stepping up to provide full replicas of a content routing database. That is what network indexers have been doing over the last year. I don't see...

I updated to hopefully address your review, @lidel * There's a more concrete description of what the proposed protocol will look like * I added a query tag to support...

@jphastings - if i ask for a car representing 'domain.com', and i get back an IPNS record of 'domain.com' pointing to a CID, and then the contents of the CID,...

the keys / schema presented here, i think, should be considered an example. I would hope that it would be treated as an arbitrary key-value map of metadata objects, and...

> is this IPIP something we intend to expose on all gateways and support forever in the IPFS ecosystem, even when we have CARv3? it would probably need to support...