libp2p
Here are 207 public repositories matching this topic...
When a contact is already added, open the contact profile or the existing conversation
The error check is done here: https://github.com/berty/berty/blob/097eb0229f22e2abce3addd750c8dce98e92845f/js/packages/components/modals/InvalidScan.tsx#L126
We shouldn't show the invalid scan modal but navigate instead
I come from the OpenBazaar project and I am new to go-libp2p and go-ipfs. Are the examples that use libp2p in a production environment? Where's the best place to learn libp2p by example?
-
Updated
Nov 9, 2021 - Rust
@D4nte commented on Thu Apr 22 2021
When not passing any filter in the browser, I understand that filter dnsWsOrWss is being used.
When trying to connect to an ip4 ws address, it fails due to the filter, however the error returned by libp2p is very obscure (see below).
Would there be a way to make this error point to the filte
-
Updated
Nov 8, 2021 - Java
This was cut from the v0.2.0 release for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting to try it out. At the moment I see the following obstacles:
http/README.mdhas no tutorial on how to try outipfs-httpipfs-httpsupports only `i
-
Updated
Sep 2, 2021 - Go
There are many places throughout the codebase where redundant type information is included in the creation of a struct. This causes style errors to be logged in vim-go, and it would be nice to alleviate the extra verbosity of these statements.
A bonus would be to enable a check on this in the linter.
-
Updated
Oct 29, 2021 - Go
Replace gomobile logger (GoLog) by a better binding for ipfs-go-log -> native logger.
Currently, all logs including their metadata are displayed by native logger as a plain text string with GoLog as namespace/tag and error as level. Logs are less readable, filterable, sortable, etc...
We need to forward each metadata (level, namespace, timestamp, etc...) and the log itself from ipfs-go-log t
-
Updated
Jun 2, 2020 - Go
-
Updated
Oct 5, 2021 - JavaScript
In pubsub, allow msgIdProvider to fail (either through a exception, or a ValidationResult), and if it fails, completely skip the message (don't store it in the seen cache, etc)
More info: status-im/nimbus-eth2#3043
-
Updated
May 24, 2021 - Rust
-
Updated
Nov 8, 2021 - Java
Libp2p allows to configure a user agent via libp2p.UserAgent(...).
I'm thinking of using nebula-crawler/{version} while {version} should come from a central source.
Improve this page
Add a description, image, and links to the libp2p topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libp2p topic, visit your repo's landing page and select "manage topics."
Here is what I've noticed:
ipfs.block.getBlock, but it returns aUint8Arraypreloadoptionipfs.block.putBlockas a parameter, but it can only be aUint8Arraycidas an option, but the implementation ignores such a parameterBlock, b