Skip to content
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

bitswap client does not need ProviderQueryManager #676

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gammazero
Copy link
Contributor

The bitswap Client does not to hold a reference to the ProviderQueryManager. The session maintains the ProviderQueryManager reference.

The bitswap Client does not to hold a reference to the provider query manager. The session maintains the ProviderQueryManager reference.
@gammazero gammazero requested a review from a team as a code owner September 30, 2024 21:57
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.31%. Comparing base (19a402b) to head (08ae90e).

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #676      +/-   ##
==========================================
- Coverage   60.36%   60.31%   -0.05%     
==========================================
  Files         243      243              
  Lines       30953    30952       -1     
==========================================
- Hits        18684    18670      -14     
- Misses      10612    10619       +7     
- Partials     1657     1663       +6     
Files with missing lines Coverage Δ
bitswap/client/client.go 88.07% <100.00%> (-0.05%) ⬇️

... and 11 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant