-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: peers table enhancements #1616
Merged
Merged
Commits on Mar 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd3d6fd - Browse repository at this point
Copy the full SHA fd3d6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f4e9b - Browse repository at this point
Copy the full SHA 12f4e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e277a - Browse repository at this point
Copy the full SHA 89e277aView commit details -
Configuration menu - View commit details
-
Copy full SHA for edabe59 - Browse repository at this point
Copy the full SHA edabe59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4279efb - Browse repository at this point
Copy the full SHA 4279efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 475f8d9 - Browse repository at this point
Copy the full SHA 475f8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97aa2fd - Browse repository at this point
Copy the full SHA 97aa2fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad01a35 - Browse repository at this point
Copy the full SHA ad01a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87746a - Browse repository at this point
Copy the full SHA f87746aView commit details -
feat(peers): direction and mounted streams
For now we show them in tooltips, will be refined later
Configuration menu - View commit details
-
Copy full SHA for 630df92 - Browse repository at this point
Copy the full SHA 630df92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 285caab - Browse repository at this point
Copy the full SHA 285caabView commit details -
fix: geoipCache per ipfs-geoip version
This ensures users do lookups as soon as we ship the latest version, without waiting 1 week for old cache to expire.
Configuration menu - View commit details
-
Copy full SHA for 3ebe678 - Browse repository at this point
Copy the full SHA 3ebe678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 938cdab - Browse repository at this point
Copy the full SHA 938cdabView commit details -
Configuration menu - View commit details
-
Copy full SHA for efd2f64 - Browse repository at this point
Copy the full SHA efd2f64View commit details
Commits on Mar 29, 2021
-
refactor: replace in/out, agent with open streams
Sadly I was not able to make things performant enough: - in/out adds 1 HTTP request PER peer (and cant be cached as it is dynamic) - agent also adds one (but could be cached) We need better API than HTTP, maybe RPC over websockets or pubsub. To salvage this PR I replaced mentioned columns with open libp2p streams, which does not require any additional requests, but is pretty useful, gives us insight if peer was used only for kad DHT, bitswap, pubsub etc.
Configuration menu - View commit details
-
Copy full SHA for 8510d39 - Browse repository at this point
Copy the full SHA 8510d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02379f - Browse repository at this point
Copy the full SHA f02379fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1706671 - Browse repository at this point
Copy the full SHA 1706671View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c3ee4 - Browse repository at this point
Copy the full SHA b5c3ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 207e758 - Browse repository at this point
Copy the full SHA 207e758View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.