paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.92k stars 707 forks source link

`TransactionPool` API uses `async_trait` #6528

Closed michalkucharczyk closed 6 days ago

michalkucharczyk commented 1 week ago

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

The change is not altering any functionality.

michalkucharczyk commented 1 week ago

/cmd prdoc --bump major --audience node_dev