-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p-delegated-peer-routing
base: cf98420fc493268109384cc383acd9f5a4b37be9
head repository: libp2p/js-libp2p-delegated-peer-routing
compare: 38d284803094a8847b03d7848c170c4acdd4a3ae
Commits on Jul 12, 2019
-
feat: refactor to use async/await (#8)
BREAKING CHANGE: API refactored to use async/await Also upgrades all the deps, moves from `ipfs-api` to `ipfs-http-client` and removes a lot of results massaging that is now done in the http client.
Configuration menu - View commit details
-
Copy full SHA for 1827328 - Browse repository at this point
Copy the full SHA 1827328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de9747 - Browse repository at this point
Copy the full SHA 5de9747View commit details -
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d1d1163 - Browse repository at this point
Copy the full SHA d1d1163View commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f09bf3d - Browse repository at this point
Copy the full SHA f09bf3dView commit details
Commits on Jul 24, 2019
-
fix: limit concurrent HTTP requests (#12)
All HTTP requests made by this module are sent to the same delegate host. Browsers throttle the number of concurrent requests per hostname, right now it is 6 per host, which suffocates the use of delegate and blocking it from being used for preload or delegated content routing. This introduces a task queue that limits the number of concurrent requests, making it safe to run in browser context. See also: libp2p/js-libp2p-delegated-content-routing#12 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for e844d30 - Browse repository at this point
Copy the full SHA e844d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78769e2 - Browse repository at this point
Copy the full SHA 78769e2View commit details -
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ce9543f - Browse repository at this point
Copy the full SHA ce9543fView commit details
Commits on Nov 29, 2019
-
chore: rename timeout option (#14)
BREAKING CHANGE: maxTimeout option renamed to timeout
Configuration menu - View commit details
-
Copy full SHA for 36d852f - Browse repository at this point
Copy the full SHA 36d852fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1510fde - Browse repository at this point
Copy the full SHA 1510fdeView commit details -
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9a46c6b - Browse repository at this point
Copy the full SHA 9a46c6bView commit details
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 949c0c0 - Browse repository at this point
Copy the full SHA 949c0c0View commit details
Commits on Feb 4, 2020
-
chore: update ipfs-http-client dep (#17)
* chore: update ipfs-http-client dep TODO: use official release * perf: smaller bundle * chore: update ipfs-http-client dep
Alan Shaw authoredFeb 4, 2020 Configuration menu - View commit details
-
Copy full SHA for afbc877 - Browse repository at this point
Copy the full SHA afbc877View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2128e - Browse repository at this point
Copy the full SHA ee2128eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00296ba - Browse repository at this point
Copy the full SHA 00296baView commit details
Commits on Feb 18, 2020
-
chore(deps-dev): bump aegir from 20.6.1 to 21.0.2
Bumps [aegir](https://github.com/ipfs/aegir) from 20.6.1 to 21.0.2. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v20.6.1...v21.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for c777434 - Browse repository at this point
Copy the full SHA c777434View commit details
Commits on Apr 9, 2020
-
chore: update ipfs-http-client to the latest version (#23)
* chore: update ipfs-http-client to the latest version * chore: specify minimum http client version
Configuration menu - View commit details
-
Copy full SHA for 67536b4 - Browse repository at this point
Copy the full SHA 67536b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46658e0 - Browse repository at this point
Copy the full SHA 46658e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb89b6 - Browse repository at this point
Copy the full SHA bdb89b6View commit details
Commits on Apr 16, 2020
-
* chore: update deps * refactor: simplify timeout option * fix: pass correct timeout option * chore: update http client
Configuration menu - View commit details
-
Copy full SHA for 528adf3 - Browse repository at this point
Copy the full SHA 528adf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90430c - Browse repository at this point
Copy the full SHA e90430cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3255b6f - Browse repository at this point
Copy the full SHA 3255b6fView commit details
Commits on Apr 22, 2020
-
chore(deps-dev): bump ipfsd-ctl from 3.1.0 to 4.0.1 (#31)
Bumps [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) from 3.1.0 to 4.0.1. - [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases) - [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/master/CHANGELOG.md) - [Commits](ipfs/js-ipfsd-ctl@v3.1.0...v4.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e76474 - Browse repository at this point
Copy the full SHA 4e76474View commit details
Commits on Apr 23, 2020
-
chore: remove-peer-info-from-api (#25)
* chore: remove-peer-info-from-api BREAKING CHANGE: findPeer returns id and addrs properties instead of peer-info instance * chore: address review
Configuration menu - View commit details
-
Copy full SHA for f49ddc0 - Browse repository at this point
Copy the full SHA f49ddc0View commit details -
chore: make ipfs-http-client a peer dependency (#32)
BREAKING CHANGE: The ipfs-http-client must now be installed as a peer dependency. It is no longer included as a dependency of this module. The reason the http-client should be a peerDependency and not a dependency is that its API requires knowledge of the http-client (we pass in the api endpoint details).
Configuration menu - View commit details
-
Copy full SHA for a1b1b5e - Browse repository at this point
Copy the full SHA a1b1b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb207a - Browse repository at this point
Copy the full SHA 1bb207aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d2848 - Browse repository at this point
Copy the full SHA 38d2848View commit details
There are no files selected for viewing