-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: ipfs/js-ipfs
base: [email protected]
head repository: ipfs/js-ipfs
compare: [email protected]
- 11 commits
- 76 files changed
- 3 contributors
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1311160 - Browse repository at this point
Copy the full SHA 1311160View commit details
Commits on Nov 12, 2020
-
fix: ensure correct progress is reported (#3384)
Fixes a bug where due to parallel file imports, the reported size of ingested bytes was getting mixed up. We now tally imported bytes against the reported file name instead of assuming a sequential import, taking care to not let the tally grow until memory is exhausted.
Configuration menu - View commit details
-
Copy full SHA for 633d870 - Browse repository at this point
Copy the full SHA 633d870View commit details -
fix: align behaviour between go and js for content without paths (#3385)
Aligns behaviour between js and go when no path is present during an import - we now pass an empty string instead of `'unknown'`.
Configuration menu - View commit details
-
Copy full SHA for 334873d - Browse repository at this point
Copy the full SHA 334873dView commit details -
chore: replace SoL arnet from node config (#3387)
Replaces `SoL-arnet` bootstrap nodes from Node.js config to the new `dnsaddr` per #3370 (comment) and libp2p/js-libp2p-bootstrap#98 These new addresses resolve into DNS TXT records with tcp and wss based addresses for each peer (with `ipv4` and `ipv6`.
Configuration menu - View commit details
-
Copy full SHA for 583503b - Browse repository at this point
Copy the full SHA 583503bView commit details
Commits on Nov 13, 2020
-
test: add tests for different types of connection config (#3388)
We claim to support URLs, MultiAddrs, strings and individual URL components so add tests for them. Also, add code to actually support the above permutations.. Co-authored-by: Vasco Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b554002 - Browse repository at this point
Copy the full SHA b554002View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea7317 - Browse repository at this point
Copy the full SHA cea7317View commit details
Commits on Nov 16, 2020
-
chore: removed unused and add missing deps (#3395)
Removes all unused dependencies, adds missing ones. Also runs prod & unused dep checks in CI.
Configuration menu - View commit details
-
Copy full SHA for bba650d - Browse repository at this point
Copy the full SHA bba650dView commit details -
fix: report ipfs.add progress over http (#3310)
The browser fetch api doesn't allow reading of any data until the whole request has been sent which means progress events only fire after the upload is complete which rather defeats the purpose of reporting upload progress. Here we switch to XHR for uploads with progress that does allow reading response data before the request is complete. Co-authored-by: achingbrain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39cad4b - Browse repository at this point
Copy the full SHA 39cad4bView commit details -
fix: correct raw leaves setting (#3401)
If raw-leaves is unset, default to true if cid version is > 0. This is in line with go-IPFS and is what the importer used to do internally.
Configuration menu - View commit details
-
Copy full SHA for c0703ef - Browse repository at this point
Copy the full SHA c0703efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c0923 - Browse repository at this point
Copy the full SHA 11c0923View commit details -
Configuration menu - View commit details
-
Copy full SHA for fade646 - Browse repository at this point
Copy the full SHA fade646View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff [email protected]@0.5.2