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

Redesign transaction proposing, authorizing and sending logic #32

Closed
willemolding opened this issue Sep 30, 2024 · 0 comments · Fixed by #33
Closed

Redesign transaction proposing, authorizing and sending logic #32

willemolding opened this issue Sep 30, 2024 · 0 comments · Fixed by #33

Comments

@willemolding
Copy link
Contributor

Currently a unified full key (in seed phrase form) must be passed to webzjs in order to authorize a transaction.

In the near future we want to be able to request a proposal from WebZjs which returns a partially formed payload (something like a partially signed bitcoin transaction) to be passed to an Account Provider (e.g. snap) for approval and signing.

This issue is to change the API to be able to support this use-case in the future, while also allowing a less secure in-browser signing in the shorter term

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

Successfully merging a pull request may close this issue.

1 participant