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

Transaction pool #293

Closed
sideninja opened this issue Jun 11, 2024 · 0 comments · Fixed by #299
Closed

Transaction pool #293

sideninja opened this issue Jun 11, 2024 · 0 comments · Fixed by #299
Assignees

Comments

@sideninja
Copy link
Contributor

Create a transaction pool that holds all the pending transactions while they are being submitted and awaited for sealing.
Handle invalid transaction results correctly returned to the API so the receipts are not being pulled anymore from the clients. Also expose transaction pool inspection APIs so the clients can inspect which transactions are pending. At the same time connect pending transaction events to the transaction pool instead of how it is connected now to the transaction executed event.

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

Successfully merging a pull request may close this issue.

1 participant