Closed michalkucharczyk closed 6 days ago
This PR refactors TransactionPool API to use async_trait, replacing thePin<Box<...>> pattern. This should improve readability and maintainability.
TransactionPool
async_trait
Pin<Box<...>>
The change is not altering any functionality.
/cmd prdoc --bump major --audience node_dev
This PR refactors
TransactionPool
API to useasync_trait
, replacing thePin<Box<...>>
pattern. This should improve readability and maintainability.The change is not altering any functionality.