feat: opt-in new Sweep provide system#10834
Merged
Merged
Conversation
guillaumemichel
force-pushed
the
reprovide-sweep
branch
2 times, most recently
from
June 11, 2025 09:34
c97cba6 to
323e72d
Compare
Member
Author
|
Gateway Conformance test failing even without any new code (see here). Either test or new dependencies broken. |
guillaumemichel
force-pushed
the
reprovide-sweep
branch
from
June 11, 2025 14:17
fd4d683 to
9edc312
Compare
guillaumemichel
force-pushed
the
reprovide-sweep
branch
from
June 12, 2025 13:16
bb2c8a3 to
919ea8f
Compare
This was referenced Jun 12, 2025
This was referenced Jun 13, 2025
Member
Author
|
🎉 |
42 tasks
This was referenced Sep 8, 2025
guillaumemichel
force-pushed
the
reprovide-sweep
branch
from
September 9, 2025 04:57
d4af8ac to
86bbdd3
Compare
- updated boxo dependency to specified commit - updated go.mod and go.sum files across all modules
guillaumemichel
force-pushed
the
reprovide-sweep
branch
from
September 14, 2025 20:17
5a21585 to
6919d40
Compare
hsanjuan
self-requested a review
September 16, 2025 14:32
guillaumemichel
force-pushed
the
reprovide-sweep
branch
from
September 17, 2025 09:19
163c5de to
d77ce2d
Compare
This was referenced Sep 19, 2025
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.
Integrate the DHT
SweepingReprovideras opt-in feature in Kubo.Note that the
SweepingReprovidercannot make use of the accelerated DHT client due to kubo interfaces restrictions.Initial integration checklist:
reprovider.ReprovidertoIpfsNodeSweepingReproviderdual.DHTfullrt.FullRTSweepingReprovideroptions in kubo configProvide()with the appropriate method fromreprovider.Reprovider(see interface) ifReprovide Sweepis enabled.IpfsNode.ProviderandIpfsNode.Reproviderare constructed (only 1 is needed)Providerinstead ofReprovider??