mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
- Implement engine abstraction for managing multiple consensus implementations - Add LuxEngine and AvalancheEngine implementations - Create Host orchestrator for multi-engine management - Add stack manifest system for defining multi-network configurations - Implement port manager for dynamic allocation - Add metrics collector for engine monitoring - Create CLI commands for engine management (start, stop, list) - Add predefined stacks for common network setups (L1+L2, bridge configs) - Temporarily disable EVM client imports due to dependency conflicts - All orchestrator components build successfully