Skip to content
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

Pallet Pass #3

Closed
4 of 5 tasks
pandres95 opened this issue Apr 30, 2024 · 0 comments · Fixed by #22
Closed
4 of 5 tasks

Pallet Pass #3

pandres95 opened this issue Apr 30, 2024 · 0 comments · Fixed by #22
Assignees

Comments

@pandres95
Copy link
Member

pandres95 commented Apr 30, 2024

Taken from this cool document:

Allows dispatching calls on behalf of a keyless account using an authenticator that resolves alternative signing methods.

Tasks

  • register: Registers a new Account, uninitialized. While an AccountId is reserved, and a Device is associated against it, it's unusable: it's not possible to authenticate to initiate a long-lived Session, and trying to dispatch a function specifying the AuthenticationData to open a short-lived Session will fail early). Also, a non-initialized account would expire with its registered Device after a defined block of inactivity without being initialized. To initialize an Account, it can be touched or an existential deposit can be provided.
    • [Pass] register an Account #4
    • Phase 2: Defined by a Registrar handler. After this, registrars will be in charge of ensuring to create and provide an account. This should solve the problem of spamming, while also providing easy access for off-chain users.
  • [Pass] authenticate to open a Session #5
  • [Pass] Register a device using add_device #6
  • [Pass] Use dispatch to execute a call on behalf of an Account #7
@pandres95 pandres95 self-assigned this Apr 30, 2024
@pandres95 pandres95 mentioned this issue Aug 18, 2024
@pandres95 pandres95 linked a pull request Aug 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant