-
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,457 public repositories matching this topic...
-
Updated
May 25, 2021 - JavaScript
-
Updated
Jul 30, 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
-
Updated
Jul 27, 2021 - JavaScript
QmfFLsxJsviSncH5LGkwss53Vn2v6ebZYb3bJYtZ5P25HM
this is the a sample file hash.
browse this file hash will freeze the window, and got high cpu usage.
and the log said: error: [web ui] unresponsive: [object Object]
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
Small UX improvement idea:
Companion should keep track of errored loads from local gateway and attempt to reload respective tabs (if still present) when API state changes from offline to online.
-
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
Apr 10, 2020 - TSQL
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:
 stopped working.I believe we should keep checking pin status every
RepinInterval
until itspinned
orfailed
, and if it's the latter, print ERROR intoremotepinning/mfs
logger. Pi