-
Updated
Jun 30, 2021
IPFS
IPFS (InterPlanetary File System) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files.
In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high-throughput, content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle directed acyclic graph (DAG).
IPFS combines a distributed hash table, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other, except for every node they are connected to. Distributed Content Delivery saves bandwidth and prevents distributed denial-of-service (DDoS) attacks, a problem common with HTTP.
Here are 1,508 public repositories matching this topic...
-
Updated
May 25, 2021 - JavaScript
-
Updated
Aug 27, 2021 - JavaScript
When a contact is already added, open the contact profile or the existant 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
- OS: Linux
- Version of IPFS Desktop: 0.16.2
Describe the bug
npm warns about a deprecated module called i18next-node-fs-backend
npm WARN deprecated i18next-node-fs-backend@2.1.3: replaced by i18next-fs-backend
-
Updated
Aug 16, 2021 - JavaScript
A few dead items
Cooking Recipes - Around 50GB of formatted and unformatted cooking recipes. Source
This one does not seem to have any providers. ipfs dht findprovs QmTXo6GforwsuGAd8behjgvKCsMMBdG1xMZJF4qa9W7CHB doesn't print anything.
Siderus Orion - Easy to use IPFS desktop client for macOS, Windows and Linux Source
This project is no longer active and the maintainer has taken it down
-
Updated
Mar 13, 2021 - Shell
@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
May 7, 2021
Describe the bug
Any number of peers past 1000 gets cut of in the toolbar
To Reproduce
Steps to reproduce the behaviour:
- Connect to over 1000 peers (Enabling
AcceleratedDHTClientand DHT server mode helps with that) - Look at the extension icon
Expected behaviour
The number does not get cut off
Screenshots
<img width="32" alt="Screen Shot 2021-08-05 at 12 37 28"
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Jul 13, 2021 - Go
When there are too many data-sources, the RPC call fails with "payload too large"
Error:
Payload is too big to load: Unexpected RPC error, error: Transport("Unexpected response status code: 413 Payload Too Large"), component: BlockStream
- [Source](https://github.com/pancakeswap/
-
Updated
Aug 28, 2021 - Vue
Describe the bug
Basic text is rendering as an "image" and isn't select-able.
Expected behavior
Being able to copy + inspect text data.
Screenshots
These are all "images" and cannot be selected as text:



go-ipfs 0.8.0-rc2 dispatches remote pin request but does not act on its status, so without manual inspection it is possible to miss the fact that MFS pinning (
Pinning.RemoteServices.*.Policies.MFS, #7913) stopped working.I believe we should keep checking pin status every
RepinIntervaluntil itspinnedorfailed, and if it's the latter, print ERROR intoremotepinning/mfslogger. Pi