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

Pass through linksystem #166

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

hannahhoward
Copy link
Collaborator

Goals

Make any customizations of the linksystem passed to Graphsync apply to the RequestManager (such as NodeReifier) -- this means if UnixFS reification is enabled on both sides you can do a directory path based selector query in Graphsync

Implementation

Pass through the supplied linksystem down through the RequestManager to the underlying traverser.

@hannahhoward
Copy link
Collaborator Author

while the original application (unixfs reification) needs work, this is still a necessary change to get TrustedStore optimization to apply on the requestor side.

pass through linksystem so node reifier is present
@hannahhoward hannahhoward force-pushed the feat/pass-link-system-request-manager branch from eab6642 to 4d8899b Compare August 4, 2021 20:06
@hannahhoward hannahhoward merged commit b5efbba into master Aug 4, 2021
@aschmahmann aschmahmann mentioned this pull request Dec 1, 2021
80 tasks
@mvdan mvdan deleted the feat/pass-link-system-request-manager branch December 15, 2021 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants