Open
Conversation
- add doc.go for 17 packages visible on pkg.go.dev without descriptions: bootstrap, fetcher, files, ipns, keystore, mfs, peering, tar, tracing, verifcid, routing/http/client, routing/http/server, bitswap, bitswap/message, bitswap/metrics, bitswap/network, bitswap/server - add spec links to bitswap/*, ipld/unixfs, and namesys godocs - mfs/root.go: remove stale inline comment replaced by doc.go - exchange/offline/offline.go: fix lowercase `// package` to `// Package` - remove stale graphsync references from comments - README.md: add ipfs-desktop to dependent projects list
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1122 +/- ##
==========================================
- Coverage 62.55% 62.55% -0.01%
==========================================
Files 261 261
Lines 26208 26208
==========================================
- Hits 16395 16394 -1
Misses 8125 8125
- Partials 1688 1689 +1
... and 5 files with indirect coverage changes 🚀 New features to boost your workflow:
|
guillaumemichel
approved these changes
Mar 20, 2026
Contributor
guillaumemichel
left a comment
There was a problem hiding this comment.
nit: sometimes Bitswap is spelled BitSwap. This is certainly due to code comments mentioning BitSwap, so it should be fine to keep as is.
gammazero
reviewed
Mar 20, 2026
| ) | ||
|
|
||
| // Receiver is an interface for receiving messages from the GraphSyncNetwork. | ||
| // Receiver is an interface for receiving messages from the BitSwap network. |
Contributor
There was a problem hiding this comment.
Suggested change
| // Receiver is an interface for receiving messages from the BitSwap network. | |
| // receiver implements the Receiver interface for receiving messages from the | |
| // Bitswap network. |
gammazero
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Docs-only, this PR