-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failure to Update Gestalt with New Node ID and Issues with Discovery Mechanism Transparency #163
Comments
Looks good. My only recommendations is capturing screenshots of the cryptolinks and a excalidraw diagram that usually explains things that are complex to be more easier to understand. We usually use sequence diagrams. But for this it can be even more basic. |
I think this would normally be two separate Issues, One for each of the problems you outlined at the top. As for the problems. Issue 1
What do you mean by re-created? Deleting a node and creating a new one is strictly a new separate node. It doesn't replace the old one implicitly in any form. It is strictly a new node. Using a recovery code can generate a node from scratch, this can be considered re-creating a node. Functionally it is the same node, same keys and identity. But there is no way for us to re-create the So going by the steps outlined above, What you're expecting and seeing as the problem can't actually be implemented. Maybe I'm just missing some details? Issue 2
This seems like a few issues in one?
In the future, if there are multiple issues you should break it down to a list and make very clear what each problem is. Make very clear that.
Also when outlining the reproducible steps, it helps me a lot if you give a very clear list of each command you ran and the order you ran it. |
After discussing it with @CryptoTotalWar I have a clearer idea of the problem. I'll write up some more details later. The core of it is that the discover isn't properly handling multiple claims on a single identity. |
With the recent released version we should be able to properly re-discover a vertex now. @amydevs Also did some testing and found that the discovery process was in fact handling multiple cryptolinks just fine. Automatic removal of dead links is not really something we need right now. If we need that, it can be discussed in #164 So I think all of the main points here are addressed now. I'm going to close this. |
There is still a problem with a user having multiple cryptolinks on the same GitHub identity. @aryanj recently had this problem where he had claimed GitHub multiple times using the SAME node. And then when I tried to discover It shows up as:
|
Will be starting a new issue on this problem @aryanj unless you've already posted a bug? |
Describe the Bug(s)
Issue 1: Stale Node ID Data Retention
Issue 2: Inefficient Discovery Mechanism
To Reproduce
polykey identities discover
.Note: For the demo, in order for us to solve for this, manual deletion of the cryptolink on GH was required after deleting the old node.
Expected Behavior
Proposed Solutions
identities status
command for progress feedback on discovery tasks.Screenshots/Logs
(attach relevant screenshots or logs here, when recreating the issue.)
Platform
Additional Context
Links to Related GitHub Issues
identities status
Command: GitHub Issue #162Notify maintainers
(Use
git blame
or refer to Discord conversations to identify relevant contributors.)The text was updated successfully, but these errors were encountered: