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

Incrementally sorting Txs with HeapSort #2183

Closed
wants to merge 1 commit into from

Conversation

Djadih
Copy link
Contributor

@Djadih Djadih commented Oct 3, 2024

No description provided.

@Djadih Djadih added the enhancement New feature or request label Oct 3, 2024
@Djadih Djadih added this to the GoldAge Testnet milestone Oct 3, 2024
@Djadih Djadih self-assigned this Oct 3, 2024
@Djadih Djadih linked an issue Oct 3, 2024 that may be closed by this pull request
@Djadih Djadih force-pushed the txpool-sorting branch 3 times, most recently from c179e29 to 15228b2 Compare October 3, 2024 21:49
Copy link
Contributor

@gameofpointers gameofpointers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the worker should be the one doing the sorting, the worker gets the pending txs from the pool, and then sorts it in time. I would also be fine if the tx pool does it, but then we have to remove the worker sorting of pending completely and rely on this. @jdowning100 do you have any other thoughts ?

@Djadih
Copy link
Contributor Author

Djadih commented Oct 7, 2024

Will be postponed until the pool is rearchitected

@Djadih Djadih closed this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sorting Qi / Quai Properly
2 participants