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

feat(alias): implement signing with alias #78

Open
Todmy opened this issue May 23, 2023 · 0 comments
Open

feat(alias): implement signing with alias #78

Todmy opened this issue May 23, 2023 · 0 comments

Comments

@Todmy
Copy link
Contributor

Todmy commented May 23, 2023

Context

Discussed here. Related issue #3852(snapshot). FE implemented here.

Aliases are kind of a session that can be used by snapshot for the automatic signing of messages. It removes the annoying MetaMask sign prompt.

Aliases are stored in the aliases table in the snapshort-sequencer DB.

Possible solutions:

  • store alias near address in the subscribers table.
  • query from snapshot-hub extra field alias

The first option is a little bit better. By adding the redundant column alias in the subscribers table we can cut off part of redundant requests to snapshot-hub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant