Expand description
Transaction batching for Pool
insertion for high-throughput scenarios
This module provides transaction batching logic to reduce lock contention when processing many concurrent transaction pool insertions.
Structsยง
- Batch
TxProcessor - Transaction batch processor that handles batch processing
- Batch
TxRequest - A single batch transaction request
All transactions processed through the batcher are considered local
transactions (
TransactionOrigin::Local
) when inserted into the pool.