-
# Abstract
We propose treating the `url` field in DSNP announcements as a hint only, and allow consumers to treat as valid any content that matches the `hash` field.
We normalize usage of hashes…
-
Define abstract functionality of Query Replay Modes
Define query message qry
new message type `qry` or `qkl` or `req`
Define query string parameters
-
There is on-going work to make IPNS over PubSub have a faster initial resolution time by adding persistence to PubSub (e.g. libp2p/go-libp2p-pubsub#171). This scheme works in p2p scenarios where vario…
-
I can consistently repro the errors mentioned at https://github.com/libp2p/go-libp2p/blob/b23d8b580bf819b207aa136e6484183233d52a36/p2p/transport/tcp/tcp.go#L43-L47 with kubo.
Note that for thi…
-
![image](https://github.com/canvasxyz/canvas/assets/1273926/719e5dfc-a4ab-4a18-b64b-f0e1499850e2)
Doing this much chaining seems bad, but there will probably be cases where filters are not always p…
-
I had a good chat with @oed last week about desire to reconcile data model differences so we could have a single IPLD schema as opposed to a bridge between two. @oed looked at [UCAN-IPLD](https://gith…
-
I have been using the Gossiplog for a while now. However, I noticed that the sync kept failing whenever I had above 16384 entries in the log. It correctly would sync and insert entries for clock value…
-
file:///Users/abu/cyberfly-node/node_modules/cborg/lib/decode.js:204
throw new Error(`${decodeErrPrefix} too many terminals, data makes no sense`)
^
Error: CBOR decode error: too ma…
-
Hi guys! This is more of a question:
What Is the correct way to create a CAR v2 file from a directory instead of a file?
Not sure if I missed the docs, but I couldn't find it.
Thanks in adva…
-
```python
def __get_raw_node(self) -> Generator[Tuple[bytes, CID], None, None]:
for raw_data in self.file:
codec = "raw"
if self.unixfs:
…