feat: add configurable batch timeout to transaction pool insertions
feat: add `batch_timeout` configuration for transaction pool insertions.
refactor: batcher poll method to continuously process available batches and clarify flush conditions.
16065ff
12 days ago
by keanji-x
-11.2%
fix clippy
6669802
11 days ago
by keanji-x
-0.18%
fix
edc2c11
11 days ago
by keanji-x
+0.26%
refactor: introduce `BatchConfig` to unify `BatchTxProcessor` configuration and batching modes.
ebaa386
11 days ago
by keanji-x
-0.3%
refactor: Consolidate transaction batching configuration into a single `BatchConfig` struct.
f324ebf
11 days ago
by keanji-x
+0.11%
build: enable `serde` feature for `reth-transaction-pool` dependency
b45035c
11 days ago
by keanji-x
+0.01%
refactor: Refactor `BatchTxProcessor` to use `poll_recv_many` for efficient request collection and enhance batching logic with new tests.