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

[core] Added transaction input support for signTransaction #414

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

hardsetting
Copy link
Contributor

Part of a PR series to enable transaction input when using signTransaction

Previously, the only supported input type was an AnyRawTransaction instance.
The problem with this is that we're requiring the dapp to generate the transaction (and possibly payload) right before calling signTransaction.
This requires async calls which don't play well with certain browsers and popups.

@hardsetting hardsetting force-pushed the gabriele/sign_transaction_with_input branch from fb9f3ec to 606f23e Compare September 6, 2024 20:29
@hardsetting hardsetting enabled auto-merge (squash) September 6, 2024 20:30
@hardsetting hardsetting merged commit 3795c56 into main Sep 6, 2024
3 of 6 checks passed
@hardsetting hardsetting deleted the gabriele/sign_transaction_with_input branch September 6, 2024 20:31
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 this pull request may close these issues.

2 participants