Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Add unfiltered chunk retrieval API #1955

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nolash
Copy link
Contributor

@nolash nolash commented Nov 15, 2019

This PR adds an RPC call the enables direct retrieval of the raw chunk contents from a reference. The use case that prompted the change was the desire tocircumvent the lookup algorithm of feeds to access only a particular update if it exists, without having to wait for the additional lookups the algorithms execute to finish (and fail if there are no newer ones).

@nolash nolash self-assigned this Nov 15, 2019
@nolash nolash requested review from zelig and janos November 15, 2019 10:58
@acud
Copy link
Member

acud commented Nov 18, 2019

not sure if i understand this...

@nolash
Copy link
Contributor Author

nolash commented Nov 18, 2019

This is an RPC superset of what the HTTP bzz-feed-raw: implementation provides. @zelig did not initially approve of providing IPC interface to lowlevel operations in Swarm. I disagree on this. Since I believe it should warrant further discussion, I've opted to keep the PR open.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants