-
Notifications
You must be signed in to change notification settings - Fork 71
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
chore(deps): upgrade graphsync for identity CID fix #1704
Conversation
test failing because the test itself uses an identity CID for "missing" .. working on some additional tests and possible changes to handle identity CIDs through a retrieval cycle |
OK, this is a bit of a problem and I'm going to have to take an alternative approach with graphsync because of classic online deal flow and it's reliance on identity CIDs being non-simulated blocks everywhere. |
🥳 Depends on filecoin-project/boost-graphsync#7 OK, so the overall impact here is negligible, since filecoin-project/boost-graphsync#7 rolls back most of what I did in the previous iteration. It turns out that the old online deal flow limits our options for dealing with identity CIDs but we can wac-a-mole this one in other ways. Test added in here to demonstrate a successful round-trip that traverses through an identity CID. |
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.
The new itest is still not in circleCI.
df16d81
to
fbbf555
Compare
fbbf555
to
57e559d
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.
LGTM!
No description provided.