pub fn extract_voters(
    authority_list: &mut [Node],
    address_bitmap: &Bytes
) -> ConsensusResult<Vec<Address>>
Expand description

Give the validators list and bitmap, returns the activated validators, the authority list MUST be sorted