{#each history as commit}
openCommit(commit[0])} on:keypress={()=>openCommit(commit[0])}>
{#if commit[1].final_consistency}
{:else if commit[1].signature}
{/if}
{#if commit[1].commit_type==="TransactionBoth"}{/if}
{commit[0].substring(0,7)}
{commit[1].author.substring(0,9)}
{/each}