ipld
ipld copied to clipboard
InterPlanetary Linked Data
Related: https://github.com/ipfs/ipfs-docs/issues/1249 Many tools like https://explore.ipld.io and https://dag.ipfs.io are scarcely mentioned throughout IPFS's and IPLD's documentation, they don't appear prominently or frequently anywhere, which is a shame because these tools...
This is shaping up to be a likely explanation for inconsistencies in Filecoin deals, with traversals yielding differently ordered blocks. I'm writing up more detailed notes on that case for...
This is a proposal for a new IPLD Codec called WAC. It is meant to be a complete and fitted IPLD codec, to the best that we can do with...
Ref: https://github.com/ipld/js-dag-pb/pull/52 ## Background The "new" IPLD stack was designed as a dual-publish - it's written in ESM, with TypeScript annotations and then compiled to CJS & ESM in a...
This is a proposal for an IPLD Codec for the Bencode format. The Bencode format is commonly used within the BitTorrent ecosystem. There's likely room for discussion here as to...
Porting schema fixtures from yaml to testmark format. Reviewing with a fine-tooth comb as I go, and interspersing documentation, since the format permits it. I'm aiming for a documentation level...
There are many links inside markdown files linking to other markdown files that are broken on github. The links are not broken that much; they are just missing the `.md`...
- [x] Read over [existing notes](https://www.notion.so/protocollabs/2021-11-ipld-compliance-checklist-ebd7e12edda84e72a895e66533e11ca2#8780e7eec6ea4de49bdbec5b852fe6a8) from warpfork, make sure on the same page with terms - [ ] Propose order of checklist - [ ] Initial draft of checklist...
What ------- Roughly: ``` type JustFigureItOut union | | Hello # note no discriminant info here at all | World } representation probe # also no info type Hello struct...
The "String" kind should be defined as "text". Specifically, any text that can be mapped to unicode. - It should **NOT** even mention encoding. String encoding is defined by the...