In the paper advance_round(qc) method of pacemaker do send qc to new round leader, what is messgae type for this qc? I didn’t see any message type for this qc in the paper.
Procedure advance round(qc)
r ← qc.round
if r < current round then return
stop local timer for round r
current round ← r + 1
if u 6= ProposerElection.get leader(current round) then
send qc to ProposerElection.get leader(current round)
start local timer for round current round for duration get round timer(current round)
Main.process new round event()