Sequencer is working (minimal parsing)
This commit is contained in:
@@ -82,9 +82,10 @@ This document outlines the comprehensive plan for developing a high-performance
|
||||
- Extract price and liquidity information
|
||||
|
||||
### Market Monitor
|
||||
- Connect to Arbitrum RPC endpoint
|
||||
- Monitor sequencer for new blocks
|
||||
- Extract transactions from blocks
|
||||
- Connect to Arbitrum RPC and WebSocket endpoints
|
||||
- Monitor sequencer for new blocks and L2 messages
|
||||
- Extract transactions from blocks and parse L2 messages
|
||||
- Process opportunities with high frequency (250ms intervals)
|
||||
- Rate limiting for RPC calls
|
||||
- Fallback endpoint support
|
||||
|
||||
@@ -148,6 +149,7 @@ This document outlines the comprehensive plan for developing a high-performance
|
||||
- Latency < 10 microseconds for critical path
|
||||
- Throughput > 100,000 messages/second
|
||||
- Sub-millisecond processing for arbitrage detection
|
||||
- L2 message processing every 250ms
|
||||
- Deterministic transaction ordering
|
||||
- Horizontal scalability
|
||||
|
||||
|
||||
Reference in New Issue
Block a user