Skip to content
#

libp2p

Here are 241 public repositories matching this topic...

js-ipfs
berty
moul
moul commented Oct 1, 2020

This meta issue contains various ideas that may never be implemented, it's a good place to put things that could create useless noise in the issues section

Misc

  • add a way to configure the CLI and apps to have two loggers, a full one in JSON in a file + a filtered one formatted for console on stdout
  • add i18n support on CLI help messages
  • add i18n support on error message
wemeetagain
wemeetagain commented May 26, 2022

Issues seen while migrating lodestar to latest libp2p:

  • configuration page references peer store "persistence", no longer an option, should use PersistentPeerStore instead
  • persistent: boolean listed in an unused interface in src/index.ts
  • dialer: {...} referenced in configuration page, should instead be under connectionManager
  • ...
help wanted good first issue need/author-input topic/docs
ipfs-cluster
RubenKelevra
RubenKelevra commented Jun 29, 2022

Describe the feature you are proposing

It would be neat if there's a flag for ipfs-cluster-follow start it up and connect to the cluster, but then send a leave cluster message, remove all locally pins related to the cluster and then delete all files related to the cluster.

As there's already "run --init" I think something like "stop --cleanup" would be appropriate:

$ ipfs-
kind/enhancement help wanted exp/intermediate P2
koivunej
koivunej commented Sep 24, 2020

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.md has no tutorial on how to try out ipfs-http
  • ipfs-http supports only `i
web3.storage
jalextowle
jalextowle commented Jul 9, 2020

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.

good first issue tech debt
aeddi
aeddi commented Sep 19, 2019

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

good first issue

Improve this page

Add a description, image, and links to the libp2p topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libp2p topic, visit your repo's landing page and select "manage topics."

Learn more