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

Unable to resubmit transactions #15721

Open
deepthiskumar opened this issue Jun 6, 2024 · 0 comments
Open

Unable to resubmit transactions #15721

deepthiskumar opened this issue Jun 6, 2024 · 0 comments
Assignees

Comments

@deepthiskumar
Copy link
Member

deepthiskumar commented Jun 6, 2024

When a transaction is submitted to the Mina node, it gets to the transaction pool of this node and is immediately broadcasted in Mina network. Transactions that are not included into a block, are re-sent by the rebroadcast loop on an 10-minute interval.

However rebroadcast loop stops picking up a transaction for rebroadcast approximately after 50 minutes from initial transaction submission. Only way to trigger this Mina node to re-submit transaction to the network is to restart this Mina node.

Pre-Berkeley there was also a possibility to submit the transaction another time using GraphQL API which would reset the rebroadcast mechanism's "timer". This stopped working in Berkeley which causes trouble for community members.

Original discussion in Discord: https://discord.com/channels/484437221055922177/849711546023936050/1248005560138203258

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants