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

Improve handling of pending transactions #264

Closed
sideninja opened this issue May 24, 2024 · 2 comments
Closed

Improve handling of pending transactions #264

sideninja opened this issue May 24, 2024 · 2 comments
Assignees
Labels

Comments

@sideninja
Copy link
Contributor

We should improve the handling of transaction submissions, more specifically there should be a process that tracks transaction requests for submission and while the transaction is pending on the network it should keep checking the status. This process should also be treated as the transaction pool which should be reported back to the APIs.

Right now transactions are submitted after received and then the result is ingested once the transaction event is emitted. This creates a period when a transaction is submitted but the transaction event is not yet emitted and the user doesn't know what is going on with the transaction.

We should define what happens when a Flow transaction fails (not the EVM), and what would be appropriate response for the API. We should also think about whether we need to check the transaction status and do an action if it's successful, or just showing the transaction during this period as pending.

@franklywatson
Copy link
Contributor

Possibly related to #273

@sideninja
Copy link
Contributor Author

Implemented by #299

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

No branches or pull requests

2 participants