-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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(graphsync): mount the graphsync libp2p protocol #6892
Conversation
5ebcb35
to
7a906b1
Compare
|
network, ipldBridge, | ||
storeutil.LoaderForBlockstore(bs), | ||
storeutil.StorerForBlockstore(bs), | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hannahhoward LGTY?
7a906b1
to
d26c4ca
Compare
So, I've added a test. But it fails with "unspecified error". |
d26c4ca
to
4655031
Compare
Oddly, gotest is failing but sharness is passing. It looks like sharness isn't actually running the tests, not sure why. |
8d125ed
to
e4a1658
Compare
Ok, that's more like it. |
Error:
|
e4a1658
to
9e42111
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I have the context to understand the mechanics of how to hook up graphsync, but the code looks error free to me 👍
9e42111
to
a1bd738
Compare
This won't fetch files from graphsync but will serve them. fixes #6830
8220de8
to
5857310
Compare
(updated the tests to check the output) |
This won't fetch files from graphsync but will serve them.
TODO:
fixes #6830