pub fn register_reachability_for_config(config: &ProtocolConfig)Expand description
Catalogs every gated point that config makes live.
Call this each time the node adopts a protocol config, including at startup. It is idempotent, so repeated calls with the same config emit nothing after the first.