libp2p
Here are 217 public repositories matching this topic...
In Settings : 'Add a new side account' button
Step #2 in Side account creation
(a very light & quick version of onboarding, with only nickname step)
. We could avoid code duplication and make sure that go-libp2p supports a wide range of configurations.
We currently use the blankhost for AutoNAT, and probably in a bunch of tests.
-
Updated
Feb 5, 2022 - Rust
This example
https://github.com/libp2p/js-libp2p/blob/master/examples/peer-and-content-routing
Involves running two scripts simultaneously; they then connect to each other. Each one does this before calling findPeers
// The DHT routing tables need a moment to populate
await delay(100)
This is fine for an example/test but is not good enough for production code. There's no indicat
-
Updated
Feb 5, 2022 - 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
Dec 15, 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
Feb 4, 2022 - Go
Here is current representation of pin.status
Which is derived from
// TrackerStatus values
const (
// IPFSStatus should never take this vaReplace 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
Dec 4, 2021 - Go
There are a few possibilities to improve the minprotobuf API:
status-im/nim-libp2p#651 (comment)
https://github.com/status-im/nim-libp2p/pull/647/files#r750989474
Besides what was already done in status-im/nim-libp2p#632
-
Updated
May 24, 2021 - Rust
-
Updated
Jan 15, 2022 - JavaScript
As all dependencies in our unit tests should be mocked, an injector that just mocks everything would be welcome.
-
Updated
Feb 1, 2022 - Java
-
Updated
Jan 20, 2022 - JavaScript
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