- 🚀 MEV pipeline integration:
searcher.rs: detects arbitrage, sandwich, and liquidation opportunities from live txsbundler.rs: builds MEV bundles and simulates submission to Flashbots, bloXroute, Edenmempool.rs: orchestrates full detection-to-execution pipeline
- 🧪
--simulatemode for dry-run MEV testing (no actual bundle submission) - 🎨 CLI enhancements:
--addr-style short|fullfor pretty address formatting--colorcontrol for ANSI log output--max-txto cap number of txs processed
- 📦 Bundle tracking with UUIDs, gas estimates, and simulated inclusion probabilities
- 🔍 Transaction classification and decoding (Uniswap V2/V3, ERC20 transfers, etc.)
- 🧰 Scaffolding for configuration (
types.rs::Config) and performance metrics (MEVMetrics) - 🧱 Base structure for adding new DEXes, strategies, and real relay submission
- 🐛 Compilation failure due to
AddrStylebeing moved in async logger - 🧼 Clean startup flow with dotenv fallback and tracing initialization
- This release establishes the foundation for real MEV simulation and bundle orchestration.
- Future versions will include:
- Integration test harness
- Config + metrics usage
- Live RPC interaction with relay APIs
- Risk + profitability constraints