reth icon indicating copy to clipboard operation
reth copied to clipboard

Async IF tx pool

Open emhane opened this issue 1 year ago • 2 comments

Describe the feature

Issues arising form the fact that commits to the transactions pool are synchronous (https://github.com/paradigmxyz/reth/issues/6411, https://github.com/paradigmxyz/reth/issues/6289, ...), should eventually be obsolete by reworking the transactions pool interface to be asynchronous. The tx pool should run as a service listening for commands, and be spawned in its own thread.

Additional context

No response

emhane avatar Feb 07 '24 13:02 emhane