Node startup can panic if subscription_manager is None. **Location:** https://github.com/decipherhub/cipherbft/blob/main/crates/node/src/node.rs#L793 ```rust subscription_manager.clone().unwrap() ``` Should handle the None case gracefully instead of panicking.