-
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,553 public repositories matching this topic...
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Sep 23, 2021 - JavaScript
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
- 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
Sep 23, 2021 - Vue
Add console warning
ipfs-webui had admin-level access to IPFS node (minus private keys, which are not exposed over HTTP).
Would not hurt to add a basic warning when a less technical user is social-engineered into pasting something to the console.
Prior art from Discord:
-
Updated
Apr 10, 2020 - TSQL
-
Updated
Sep 21, 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
Summary
This is the main tracking issue for Naming Providers support. Naming providers can be either DNS - for use with DNSLink - or even naming services such as ENS and IPNS.
Ideally even doing things like detecting the provider from the domain name and doing the right thing.
Status
| Naming Service | Status |
|---|---|
| CloudFlare | |
| DNSimpl |
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Sep 2, 2021 - Go
The number of notifications I have now is killing me xD There should be a clear all button and perhaps a record in the blockchain of the timestamp it was clicked so as to not re-display them when the browser cache is cleared.
Sign up button
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 11, 2021 - Go
-
Updated
Sep 15, 2019 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript

UX problem
Potential fix
When in offline mode, we could check if CID is present in local datastore, and if so, show a warning that node is offline and pinning may fail if there is no other provider.
The check for presence in lo