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

Ensure that transactions land to the block producer in the same order as they have been submitted to sentry #2591

Open
AurelienFT opened this issue Jan 16, 2025 · 3 comments · May be fixed by #2733
Labels

Comments

@AurelienFT
Copy link
Contributor

AurelienFT commented Jan 16, 2025

This feature is useful for API user to be sure that their transaction will land in the same order in the authority node to prevent a dependent transaction to be pruned of the pool because of the missing input UTXO ID.

There is a lot of ways to do it, we need to design.

@AurelienFT AurelienFT changed the title Ensure that transaction land in the block in the same order as they have been sent Ensure that transaction land in the block in the same order as they have been submitted Jan 16, 2025
@xgreenx xgreenx changed the title Ensure that transaction land in the block in the same order as they have been submitted Ensure that transactions land to the block producer in the same order as they have been submitted to sentry Jan 16, 2025
@AurelienFT
Copy link
Contributor Author

To be discussed with the team about implementation

@MitchTurner
Copy link
Member

@AurelienFT Do we still need this after you've implemented the pending tx pool? I feel like that would solve this issue.

@AurelienFT AurelienFT linked a pull request Feb 20, 2025 that will close this issue
9 tasks
@AurelienFT
Copy link
Contributor Author

Yeah it should

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

Successfully merging a pull request may close this issue.

3 participants