js-libp2p
js-libp2p copied to clipboard
The JavaScript Implementation of libp2p networking stack.
:robot: I have created a release \*beep\* \*boop\* --- ### [0.39.3](https://www.github.com/libp2p/js-libp2p/compare/v0.39.2...v0.39.3) (2022-09-23) ### Bug Fixes * when creating dial targets, encapsulate PeerIds last ([#1389](https://www.github.com/libp2p/js-libp2p/issues/1389)) ([ec02351](https://www.github.com/libp2p/js-libp2p/commit/ec02351e65d0627872e6a53894c060a593b9e66e)) * yield only final peers...
Bumps [@libp2p/bootstrap](https://github.com/libp2p/js-libp2p-bootstrap) from 2.0.1 to 3.0.0. Release notes Sourced from @libp2p/bootstrap's releases. v3.0.0 3.0.0 (2022-09-23) ⚠ BREAKING CHANGES the interval option has been renamed timeout and peers are now only...
- **Version**: 0.38 - **Platform**: Linux 5.4.0-1029-aws 30-Ubuntu SMP Tue Oct 20 10:06:38 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux - **Subsystem**: Nat manager #### Severity: High #### Description: After updating...
I want to implement a global lock in Libp2p. Is it possible? any way to atomically read/write DHT records?
## Context js-libp2p upgrader makes assumptions that the upgradee needs security and multiplexing. For webtransport we don't need to add multiplexing/security because we already get this natively. How can I...
# Done Criteria 1. There is an easily discoverable way for a js-libp2p node operator to find the monitoring options available to them 2. We have a document we can...
Wherever we support mplex, add yamux
- **Version**: 0.27.3 - **Platform**: browser (create-react-app) - **Subsystem**: timeout-abort-controller #### Type: Bug #### Severity: High #### Description: Bug in [timeout-abort-controller](https://github.com/jacobheun/timeout-abort-controller) package renders libp2p unusable in create-react-app build apps I...
I ported the "libp2p-in-the-browser" example from the js-libp2p repo to use Preact. I intend to release this Preact version as sample code for others. I asked if in your IRC...
When using the example illustrated [here](https://github.com/libp2p/js-libp2p/blob/master/examples/protocol-and-stream-muxing/3.js) with some modifications an error was thrown. After investigating a little I found that if you console.log(requestedProtocol) the function is running multiple time. ```...