Currently, the TxPool test suite covers:
- Simple success cases (simple insertion, simple dependency chains)
- Most error cases
The TxPool test suite does not cover:
- Complex dependency chains
- All error cases (there are more
Error variants than tests)
- Stress testing (high volume, high concurrency, etc.)
- Benchmarking