async fn handle_reorg_events( db: &Database, dbtx: DatabaseTransaction<'_>, common_ancestor_height: u32, ) -> Result<(), BridgeError>
Marks blocks above the common ancestor as non-canonical and emits reorg events.