Height | Block hash | Checkpoint Quorum |
{{cp.height}} | {{cp.block_hash}} | {{cp.signatures|length}}/20 signatures: {%for sig in cp.signatures%} {%set prev_ind = 0 if loop.index0 == 0 else cp.signatures[loop.index0 - 1].voter_index%} {%for missing in range(prev_ind + 1, sig.voter_index)%} ✕ {%endfor%} ✓ {%endfor%} {%for missing in range(cp.signatures[-1].voter_index + 1, 20)%} ✕ {%endfor%} {%endfor%} |