Skip to content

Split identity_from_passphrase in two #39

@davidloiret

Description

@davidloiret

The current identity_from_passphrase function handles both retrieving an existing identity and creating one if it doesn’t exist.

To improve clarity and separation of concerns, we should split it into two distinct functions:

  • retrieve_identity: to retrieve an existing identity.
  • create_identity: to create a new identity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions