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

feat: stewardship for feeds #2862

Open
significance opened this issue Mar 25, 2022 · 1 comment
Open

feat: stewardship for feeds #2862

significance opened this issue Mar 25, 2022 · 1 comment
Labels
issue needs-triaging new issues that need triaging

Comments

@significance
Copy link
Member

⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's Discord.

Context

it's not possible to validate that (indexed) feed chunks are available in the network. it would be good to be able to check that feed chunks are available up to a certain index.

something like:

curl http://localhost:1633/stewardship/feed/ae5b5991481f3e14c60e082d71e43dd3ffe7cdac326b844cda412e9986e9eb4d?index=10
[{index: "0", "isRetrievable":true},...,{index: "0", "isRetrievable":true}]

it would be best if all the chunks are checked independent of each other to highlight situations where there are chunks missing from the middle of the sequence.

@significance
Copy link
Member Author

there was some discussion that the best approach may be to polyfil our needs using js for now, but the issue should probably remain as it represents one of the gaps in the bee api that should be filled when priorities allow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue needs-triaging new issues that need triaging
Projects
None yet
Development

No branches or pull requests

1 participant