Identity #20
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
urgent
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_ledger#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need an identity system, at least to link on chain public keys with Mycelium addresses, for Hero. Can do more later too.
Implementing on: https://forge.ourworld.tf/geomind_research/hero_ledger/src/branch/identity
Identities have two parts:
For the initial implementation, public addresses are public to everyone, and private addresses are visible only via an authenticated call.
However, we can go a step further link the logic for public addresses with circles, so that even the public address isn't visible unless there is a shared circle. This would make lookups much more expensive though, because we would need to check all circles for shared membership.
Completed as spec'd here, including the addition of email addresses which are private to the user.