-
-
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
Provide root node immediately on add and pin add #6068
Conversation
License: MIT Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
9301556
to
a9b6534
Compare
This is being removed because it appears that the provide announcements go out regardless of the timeout. License: MIT Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
License: MIT Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
fdcf655
to
dafc9de
Compare
License: MIT Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
dafc9de
to
dde397e
Compare
License: MIT Signed-off-by: Erik Ingenito <erik@carbonfive.com>
License: MIT Signed-off-by: Erik Ingenito <erik@carbonfive.com>
a36a278
to
6cefbb6
Compare
License: MIT Signed-off-by: Erik Ingenito <erik@carbonfive.com>
6cefbb6
to
5d4f3fb
Compare
License: MIT Signed-off-by: Erik Ingenito <erik@carbonfive.com>
25474eb
to
7fcafb6
Compare
License: MIT Signed-off-by: Erik Ingenito <erik@carbonfive.com>
55f02ea
to
2454dd3
Compare
2454dd3
to
47fb37f
Compare
License: MIT Signed-off-by: Erik Ingenito <erik@carbonfive.com>
License: MIT Signed-off-by: Erik Ingenito <erik@carbonfive.com>
47fb37f
to
09cc62e
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.
My only real comment is on querying the datastore. Otherwise, LGTM!
Thanks!
@michaelavila let's add some docs and then we can merge this and fix the dht query stuff later. |
13e417e
to
f1461d2
Compare
@Stebalien I believe all feedback was correctly accounted for. Please advise if not. |
f1461d2
to
e4badd3
Compare
License: MIT Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
@Stebalien Ok, thanks for looking. Updated as suggested. One note: my conditional is the opposite of yours, but I think yours was just a typo. |
e4badd3
to
019af75
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.
Yes, my conditional was just a typo. Let's ship this!
🎉 |
Provide root node immediately when
ipfs add <cid>
andipfs pin add <cid>
.This PR introduces part of the new provider subsystem from the rest of the ongoing provider work so it's more extensive than it might otherwise have been. This seemed like a good way to merge some of that work and begin using it. And he work to get this PR mergeable will get folded back into #5870
Addresses: #6067