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

TransactionPool API uses async_trait #6528

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

michalkucharczyk
Copy link
Contributor

@michalkucharczyk michalkucharczyk commented Nov 18, 2024

This PR refactors TransactionPool API to use async_trait, replacing the Pin<Box<...>> pattern. This should improve readability and maintainability.

The change is not altering any functionality.

@michalkucharczyk michalkucharczyk marked this pull request as ready for review November 18, 2024 17:07
@michalkucharczyk
Copy link
Contributor Author

/cmd prdoc --bump major --audience node_dev

@michalkucharczyk michalkucharczyk added R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”. labels Nov 18, 2024
@michalkucharczyk michalkucharczyk changed the title transaction pool api: is now async TransactionPool API is now async Nov 18, 2024
@michalkucharczyk michalkucharczyk changed the title TransactionPool API is now async TransactionPool API uses async_trait Nov 18, 2024
@michalkucharczyk michalkucharczyk requested a review from a team November 18, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants