-
Notifications
You must be signed in to change notification settings - Fork 526
feat: add async provide on share/copy/pin/ipns #2387
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
Merged
Merged
Conversation
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
dispatches one-time extra announce of the root CID when sharing, copying CIDs, pinning, or publishing to IPNS. improves performance when content is accessed by others shortly after these operations by ensuring we are as close to max number of DHT peers with provider record as possible
SgtPooki
suggested changes
Jul 23, 2025
Member
SgtPooki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but a few minor changes requested
Member
Author
|
@SgtPooki applied suggested changes – ok to merge? |
SgtPooki
approved these changes
Jul 24, 2025
ipfs-gui-bot
pushed a commit
that referenced
this pull request
Aug 7, 2025
## [4.8.0](v4.7.0...v4.8.0) (2025-08-07) CID `bafybeifplj2s3yegn7ko7tdnwpoxa4c5uaqnk2ajnw5geqm34slcj6b6mu` --- ### Features * add async provide on share/copy/pin/ipns ([#2387](#2387)) ([cfea7d4](cfea7d4)) ### Bug Fixes * eslint doesnt check build folder ([#2389](#2389)) ([2a6c64a](2a6c64a)) * refresh stale multiaddrs on the Status page ([#2385](#2385)) ([6c361c4](6c361c4)) * stop sending requests to defunct countly ([#2395](#2395)) ([fb9c981](fb9c981)), closes [#2334](#2334) ### Trivial Changes * fix all eslint warnings in root ([#2378](#2378)) ([0e9fe55](0e9fe55)) * Pull transifex translations ([#2364](#2364)) ([424c8a8](424c8a8)) * Pull transifex translations ([#2384](#2384)) ([575da08](575da08)) * Pull transifex translations ([#2386](#2386)) ([9a78d5f](9a78d5f))
Collaborator
|
🎉 This PR is included in version 4.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This PR dispatches one-time extra announce of the root CID when sharing, copying CIDs, pinning, or publishing to IPNS.
Rationale
Providing this CID costs us virtually nothing, but will improve performance when content is accessed by others shortly after these operations by ensuring we are as close to the desired number of Amino DHT peers with provider records as possible, and also that there ARE provider records for the root CID in the DHT in the first place.
The latter especially helps desktop users, who may share a CID that has not been provided yet due to the node being offline for a while and starting IPFS Desktop recently, with Kubo having many CIDs to announce.