Darius Clark

Results 44 issues of Darius Clark

### Summary When attempting to connect to a peer (from the browser) through a relay with webrtc-direct transport, it gives a `WrongPeerId`. This seems to happen because it is reporting/expecting...

GC in itself can be a simple or an intensive operation, and while the performance can use some improvement under the current implementation for large unpinned datasets while testing under...

documentation
question
p:low

Whenever the socket closes, it causes logs to spam `ERROR libp2p_mdns::behaviour: if watch returned an error: rtnetlink socket closed`. This seem to be a bug upstream in libp2p that has...

bug
question
p:low

### Summary When running an application using `libp2p-gossipsub` targeting wasm32 in the browser, it seems an error `Uncaught TypeError: The specifier “env” was a bare specifier, but was not remapped...

### Description Ability to grant a peer to bypass connection limit, either by their peerid or multiaddr, allowing the connection to be established to the node when the connection limits...

Previously, we would fetch a single block at a time in unixfs get and cat operations, however. since we would have access to the next links/blocks we can attempt to...

### Description Add the record `Key` to `InboundRequest::PutRecord` and `InboundRequest::AddProvider` event so the node can know the Key of the record that it has received. ### Motivation Currently, it the...

## Description This PR introduces `Key` to `InboundRequest::AddProvider` and `InboundRequest::PutRecord` to provide the record key when it is inserted into the `RecordStore`. Resolves #6048. ## Notes & open questions While...

## Description Bump MSRV to 1.85 and enable 2024 edition ## Notes & open questions This PR is just to see how the CI runs with 2024 edition enabled. There...