js-libp2p icon indicating copy to clipboard operation
js-libp2p copied to clipboard

The JavaScript Implementation of libp2p networking stack.

Results 304 js-libp2p issues
Sort by recently updated
recently updated
newest added

- **Version**: 0.35.8 - **Platform**: Darwin [REDACTED]-Mac-mini.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101 arm64 - **Subsystem**: Insecure #### Severity: Medium #### Description: I tried...

need/triage

The issue is in the package build of libp2p-mplex. The code below from the [official tutorial ](https://docs.libp2p.io/tutorials/getting-started/javascript/) results into error. The error message is `Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined...

need/triage

go-ipfs 0.11 will ship with circuits v2, js-ipfs should be able to talk to them. Ref. https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md

P0
need/analysis

- **Version**: 0.29 - **Platform**: * - **Subsystem**: Relay #### Type: Bug #### Severity: High #### Description: The following dial will throw an error `Error: Invalid version, must be a...

kind/bug
exp/expert
status/ready
P1

This adds support for delegated `put` / `get` operations in the `content-routing` module instead of always using the DHT. It depends on some in-progress PRs, so CI is currently failing....

Currently, the only mechanism to pierce through NATs in js-libp2p is the WebRTC transport. NAT Traversal is a feature that is hard to get 100% complete as there will be...

help wanted
exp/wizard
status/ready

TODO: - [ ] update main README with structure and packages

This PR adds a reference on how to setup a rendezvous server Needs: - [ ] #856 - [ ] #862

EventEmitter is not isomorphic and using this will be problematic with Webpack5. We should consider changing it in favour of emittery or similar. This will be a breaking change as...

This PR adds the rendezvous usage example. Needs: - [ ] https://github.com/libp2p/js-libp2p-rendezvous/pull/6 - [ ] #856 Other notes: - In this PR, or as a follow up, we should restructure...