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

NameSys: Batched Reprovider for IPNS records #348

Open
aschmahmann opened this issue Nov 12, 2021 · 2 comments
Open

NameSys: Batched Reprovider for IPNS records #348

aschmahmann opened this issue Nov 12, 2021 · 2 comments
Labels
help wanted Seeking public contribution on this issue

Comments

@aschmahmann
Copy link
Contributor

In the event that there are many IPNS records it could be useful to have the ability to publish them in bulk as is done with the Batched Provider system for CIDs https://github.com/ipfs/go-ipfs-provider/blob/4aff05e6304c6e222c4ff7ebbb6c6f8df6d8aa17/batched/system.go#L57.

An alternative design here would be to add some functionality to the accelerated DHT client that instead of having separate bulk provide and put methods (e.g. https://github.com/libp2p/go-libp2p-kad-dht/blob/cd05807c54f3168f01a5a363b37aee5e38fee63d/fullrt/dht.go#L896) would take them together along with some priority ordering and then both record types could be funneled into the same pipeline. However, this is likely more work than the initial proposal.

@aschmahmann aschmahmann added the help wanted Seeking public contribution on this issue label Nov 12, 2021
@Jorropo
Copy link
Contributor

Jorropo commented Nov 12, 2021

I can do this.

@hacdias hacdias transferred this issue from ipfs/go-namesys Jun 12, 2023
@hacdias
Copy link
Member

hacdias commented Jun 12, 2023

@Jorropo you may want to move your PR here: ipfs/go-namesys#27.

@hacdias hacdias changed the title Batched Reprovider for IPNS records NameSys: Batched Reprovider for IPNS records Jun 12, 2023
@Jorropo Jorropo removed their assignment Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue
Projects
No open projects
Status: 🔎 In Review
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants