Skip to content
Unverified Commit 5721e556 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 b71bd53f
Pipeline #506134 waiting for manual action with stages
in 5 minutes and 40 seconds