Height | Block hash | Checkpoint Quorum |
{{cp.height}} | {{cp.block_hash}} | {{cp.signatures|length}}/20 signatures: {% set sigs = namespace(next=0) %} {%for sig in cp.signatures%} {%for missing in range(sigs.next, loop.index0)%} ✕ {%endfor%} ✓ {%set sigs.next = loop.index0 + 1%} {%endfor%} {%for missing in range(sigs.next, 20)%} ✕ {%endfor%} {%endfor%} |