Skip to content
Unverified Commit 087d925c authored by Michal Kucharczyk's avatar Michal Kucharczyk Committed by GitHub
Browse files

`TransactionPool` API uses `async_trait` (#6528)



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.

---------

Co-authored-by: default avatarGitHub Action <[email protected]>
parent 10728b41
Pipeline #506111 waiting for manual action with stages
in 1 hour, 11 minutes, and 22 seconds