pub async fn wait_for_height( height: Height, height_name: &'static str, state: State, ) -> Result<(), Report>
Polls state service for tip height every CHECK_INTERVAL until the tip reaches the provided tip_height
CHECK_INTERVAL
tip_height