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

Allow the application to create and sign a transaction and not submit it #1208

Open
SimiHunjan opened this issue Nov 19, 2024 · 1 comment
Open
Labels
P1 High priority issue. Required to be completed in the assigned milestone. Sprint Backlog Issue is tied to a sprint and to be completed after high priority issues are completed
Milestone

Comments

@SimiHunjan
Copy link
Contributor

Problem

There may be some use cases where a transaction is created and signed, but submitted by or used by another tool. The application should allow you to:

(1) Create a transaction
(2) Share the transaction for signing
(3) Does not submit the transaction
(4) The transaction is exported from the tool (can be via API)

Solution

Design a solution for this feature.

Alternatives

No response

@SimiHunjan
Copy link
Contributor Author

Maybe at the transaction creation stage, the window has an option to select the transaction to not be submitted once signed and then the transaction does not get promoted to the execute stage. Once the transaction receives its signature(s) it then moves to history.

@jbair06 jbair06 added the Sprint Backlog Issue is tied to a sprint and to be completed after high priority issues are completed label Dec 19, 2024
@SimiHunjan SimiHunjan added this to the v0.7 milestone Dec 23, 2024
@SimiHunjan SimiHunjan added the P1 High priority issue. Required to be completed in the assigned milestone. label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority issue. Required to be completed in the assigned milestone. Sprint Backlog Issue is tied to a sprint and to be completed after high priority issues are completed
Projects
None yet
Development

No branches or pull requests

2 participants