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
Make sure non-self keys also get republished #3951
Conversation
|
|
|
@whyrusleeping thanks, do you want me to go ahead and rebase and squash this? |
|
@kevina yeah, i'd go ahead and move forward here |
|
@whyrusleeping rebased and squashed. |
Iterate through all keys in the keystore so keys added with "ipfs key gen" behave the same as the <self> key. Don't maintain a separate repub list as it does not really serve a purpose at this point in time. See #3808. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
This LGTM. Would enjoy finding a way to avoid those long sleeps in the tests, but thats out of scope here.
|
@whyrusleeping I made one last tweak. I kept it is a separate commit so you can see what is changed. I can squash it if you want. |
|
@kevina as far as i can tell, entrylock is no longer used either. Good catch |
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
|
Thanks @kevina :) |
Closes #3808