fn filter_active_addresses(
    vote_count: VoteCount,
    snapshot_info: Vec<SnapshotInfo>,
    threshold: Threshold
) -> Vec<SnapshotInfo>