-
Notifications
You must be signed in to change notification settings - Fork 9
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: libp2p/js-libp2p-delegated-content-routing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 78f0fbc25578472be9d4380568175ba4474cadf1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: libp2p/js-libp2p-delegated-content-routing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dff4cbd55b43e50c12384248eb4f5b75a0e1fa0b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 7 files changed
- 5 contributors
Commits on Jul 12, 2019
-
feat: refactor to use async/await (#7)
BREAKING CHANGE: API refactored to use async/await
Configuration menu - View commit details
-
Copy full SHA for 0e2d91f - Browse repository at this point
Copy the full SHA 0e2d91fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a92db - Browse repository at this point
Copy the full SHA 52a92dbView commit details -
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 42b7b07 - Browse repository at this point
Copy the full SHA 42b7b07View commit details -
docs: update readme to be async (#11)
docs: add badges License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69f1f94 - Browse repository at this point
Copy the full SHA 69f1f94View commit details
Commits on Jul 24, 2019
-
fix: limit concurrent HTTP requests (#16)
* fix: limit concurrent HTTP requests 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 peer routing. This change introduces task queues that limit the number of concurrent requests, making it safe to run in browser context. Optimizations: - preload calls via `refs` are known to take time, so we limit them to max two at a time - swarm.connect was the main offender (causing multiple requests to delegate), we now check if connection is already present and cache result for 1 minute removing most of redundant http requests - hostname of default delegate is changed Context: #12 Closes #12 * refactor: remove the need for swarm connect This removes all code that caused swarm connect calls from delegate to self. It was not needed: delegate is one of bootstrap nodes, so we are always connected to it. #12 (comment) * chore: remove unused dependencies We no longer need those (removed calls to swarm.connect) License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for 55d6108 - Browse repository at this point
Copy the full SHA 55d6108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd8394 - Browse repository at this point
Copy the full SHA 7cd8394View commit details -
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac371f1 - Browse repository at this point
Copy the full SHA ac371f1View commit details
Commits on Nov 29, 2019
-
chore: rename timeout option (#18)
BREAKING CHANGE: maxTimeout option renamed to timeout
Configuration menu - View commit details
-
Copy full SHA for 22ff40c - Browse repository at this point
Copy the full SHA 22ff40cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 524e11f - Browse repository at this point
Copy the full SHA 524e11fView commit details -
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 31b26bc - Browse repository at this point
Copy the full SHA 31b26bcView commit details
Commits on Dec 1, 2019
-
* fix: async it refs * chore: add return
Configuration menu - View commit details
-
Copy full SHA for b2690c7 - Browse repository at this point
Copy the full SHA b2690c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3868dce - Browse repository at this point
Copy the full SHA 3868dceView commit details -
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ff0e64 - Browse repository at this point
Copy the full SHA 6ff0e64View commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7af6f74 - Browse repository at this point
Copy the full SHA 7af6f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e532ea - Browse repository at this point
Copy the full SHA 8e532eaView commit details -
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ad91771 - Browse repository at this point
Copy the full SHA ad91771View commit details
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f672b84 - Browse repository at this point
Copy the full SHA f672b84View commit details
Commits on Feb 4, 2020
-
chore: update ipfs-http-client dep (#23)
* chore: update ipfs-http-client dep * chore: update ipfs-http-client dep * chore: update ipfs-http-client dep * fix: specify number of providers to retrieve
Alan Shaw authoredFeb 4, 2020 Configuration menu - View commit details
-
Copy full SHA for d36b085 - Browse repository at this point
Copy the full SHA d36b085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d166ab - Browse repository at this point
Copy the full SHA 4d166abView commit details -
Configuration menu - View commit details
-
Copy full SHA for dff4cbd - Browse repository at this point
Copy the full SHA dff4cbdView commit details
There are no files selected for viewing