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

fatxpool: retracted transaction shall be prioritorized over the mempool #6831

Open
Tracked by #5472
michalkucharczyk opened this issue Dec 10, 2024 · 0 comments
Open
Tracked by #5472
Assignees
Labels
T0-node This PR/Issue is related to the topic “node”.

Comments

@michalkucharczyk
Copy link
Contributor

Currently the transactions from retracted block are submitted to the block, and later (if view is at its limits) could be dropped by the transaction from the mempool.

It should be guaranteed that retracted transactions are not dropped and are prioritized over the txs from the mempool.

Retracted transactions shall also be added to the mempool (or other buffer keeping retracted transactions). Adding to mempool may require adding new flag.

@michalkucharczyk michalkucharczyk self-assigned this Dec 10, 2024
@michalkucharczyk michalkucharczyk added the T0-node This PR/Issue is related to the topic “node”. label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

No branches or pull requests

1 participant