Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

feat: persist p2p identities #239

Closed
dignifiedquire opened this issue Jun 3, 2022 · 1 comment
Closed

feat: persist p2p identities #239

dignifiedquire opened this issue Jun 3, 2022 · 1 comment

Comments

@dignifiedquire
Copy link
Contributor

The identity of the p2p node should be persistet between restarts.
As we want to be able to use multiple identites on the same node, this should be given some thought, as not to assume a singular identity.

Storage should likely be abstract over a trait, with an in memory version (which would replicate the current behaviour and will be useful for testing), an on disk version (just flat files like .ssh) and a iroh-store version, in where the identities are stored in a specific part of the database instance.

@dignifiedquire dignifiedquire changed the title feat: persist identites feat: persist p2p identities Jun 3, 2022
@dignifiedquire
Copy link
Contributor Author

fixed in n0-computer/iroh#125

@dignifiedquire dignifiedquire transferred this issue from n0-computer/iroh Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant