developers/zcash-zf-dag.html

654 lines
49 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Zcash zf DAG</title>
<!-- Pan/zoom SVGs -->
<script src="https://bumbu.me/svg-pan-zoom/dist/svg-pan-zoom.min.js"></script>
<link rel="stylesheet" href="zcash-dag.css">
<style>
@media (prefers-color-scheme: dark) {
body {
/* Material dark theme surface colour */
background-color: #121212;
}
}
</style>
</head>
<body>
<div id="dag"><svg width="1203pt" height="2088pt"
viewBox="0.00 0.00 1203.00 2087.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 2083.5)">
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-2083.5 1199,-2083.5 1199,4 -4,4"/>
<g id="clust1" class="cluster">
<title>cluster_3</title>
<polygon fill="none" stroke="#0000ff" points="0,-891 0,-1028 383,-1028 383,-891 0,-891"/>
<text text-anchor="middle" x="191.5" y="-1012.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Commit blocks to state using a separate task</text>
</g>
<g id="clust2" class="cluster">
<title>cluster_2</title>
<polygon fill="none" stroke="#0000ff" points="0,0 0,-2079.5 1195,-2079.5 1195,0 0,0"/>
<text text-anchor="middle" x="597.5" y="-2064.3" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Zebra as a lightwalletd backend</text>
</g>
<g id="clust3" class="cluster">
<title>cluster_1</title>
<polygon fill="none" stroke="#0000ff" points="671,-76 671,-928 1187,-928 1187,-76 671,-76"/>
<text text-anchor="middle" x="929" y="-912.8" font-family="Times,serif" font-size="14.00" fill="#000000">DevOps Ticket Tracker</text>
</g>
<g id="clust4" class="cluster">
<title>cluster_0</title>
<polygon fill="none" stroke="#0000ff" points="403,-455 403,-949 651,-949 651,-455 403,-455"/>
<text text-anchor="middle" x="527" y="-933.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Zebra Release Candidate</text>
</g>
<!-- ZcashFoundation/zebra#2654 -->
<g id="node1" class="node open">
<title>ZcashFoundation/zebra#2654</title>
<g id="a_node1"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/2654" xlink:title="ZcashFoundation/zebra#2654&#10;Test if checkpoint&#10;verifier and state&#10;service are correctly&#10;reset on block commit&#10;errors" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-997 75,-997 75,-899 307,-899 307,-997"/>
<text text-anchor="middle" x="191" y="-981.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#2654</text>
<text text-anchor="middle" x="191" y="-966.8" font-family="Times,serif" font-size="14.00" fill="#000000">Test if checkpoint</text>
<text text-anchor="middle" x="191" y="-951.8" font-family="Times,serif" font-size="14.00" fill="#000000">verifier and state</text>
<text text-anchor="middle" x="191" y="-936.8" font-family="Times,serif" font-size="14.00" fill="#000000">service are correctly</text>
<text text-anchor="middle" x="191" y="-921.8" font-family="Times,serif" font-size="14.00" fill="#000000">reset on block commit</text>
<text text-anchor="middle" x="191" y="-906.8" font-family="Times,serif" font-size="14.00" fill="#000000">errors</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4953 -->
<g id="node2" class="node open">
<title>ZcashFoundation/zebra#4953</title>
<g id="a_node2"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4953" xlink:title="ZcashFoundation/zebra#4953&#10;Document how to use&#10;released Zebra binaries" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="911,-567.5 679,-567.5 679,-514.5 911,-514.5 911,-567.5"/>
<text text-anchor="middle" x="795" y="-552.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4953</text>
<text text-anchor="middle" x="795" y="-537.3" font-family="Times,serif" font-size="14.00" fill="#000000">Document how to use</text>
<text text-anchor="middle" x="795" y="-522.3" font-family="Times,serif" font-size="14.00" fill="#000000">released Zebra binaries</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#1615 -->
<g id="node19" class="node open">
<title>ZcashFoundation/zebra#1615</title>
<g id="a_node19"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/1615" xlink:title="ZcashFoundation/zebra#1615&#10;Zebra release candidate&#10;binaries should be linked&#10;from ZFND website" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="1179,-68 947,-68 947,0 1179,0 1179,-68"/>
<text text-anchor="middle" x="1063" y="-52.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#1615</text>
<text text-anchor="middle" x="1063" y="-37.8" font-family="Times,serif" font-size="14.00" fill="#000000">Zebra release candidate</text>
<text text-anchor="middle" x="1063" y="-22.8" font-family="Times,serif" font-size="14.00" fill="#000000">binaries should be linked</text>
<text text-anchor="middle" x="1063" y="-7.8" font-family="Times,serif" font-size="14.00" fill="#000000">from ZFND website</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4953&#45;&gt;ZcashFoundation/zebra#1615 -->
<g id="edge2" class="edge">
<title>ZcashFoundation/zebra#4953&#45;&gt;ZcashFoundation/zebra#1615</title>
<path fill="none" stroke="#000000" d="M901.78,-514.42C905.13,-511.58 908.23,-508.45 911,-505 969.5,-432.13 892.43,-165.72 944.64,-76.46"/>
<polygon fill="#000000" stroke="#000000" points="947.5641,-78.3842 950.29,-68.146 941.7744,-74.4496 947.5641,-78.3842"/>
</g>
<!-- ZcashFoundation/zebra#4954 -->
<g id="node3" class="node open">
<title>ZcashFoundation/zebra#4954</title>
<g id="a_node3"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4954" xlink:title="ZcashFoundation/zebra#4954&#10;Update release checklist&#10;PR template for the&#10;release candidate series" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="911,-496 679,-496 679,-428 911,-428 911,-496"/>
<text text-anchor="middle" x="795" y="-480.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4954</text>
<text text-anchor="middle" x="795" y="-465.8" font-family="Times,serif" font-size="14.00" fill="#000000">Update release checklist</text>
<text text-anchor="middle" x="795" y="-450.8" font-family="Times,serif" font-size="14.00" fill="#000000">PR template for the</text>
<text text-anchor="middle" x="795" y="-435.8" font-family="Times,serif" font-size="14.00" fill="#000000">release candidate series</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#3050 -->
<g id="node13" class="node open">
<title>ZcashFoundation/zebra#3050</title>
<g id="a_node13"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/3050" xlink:title="ZcashFoundation/zebra#3050&#10;Tag Zebra 1.0.0&#45;rc.0&#10;stable release candidate" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="643,-831.5 411,-831.5 411,-778.5 643,-778.5 643,-831.5"/>
<text text-anchor="middle" x="527" y="-816.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3050</text>
<text text-anchor="middle" x="527" y="-801.3" font-family="Times,serif" font-size="14.00" fill="#000000">Tag Zebra 1.0.0&#45;rc.0</text>
<text text-anchor="middle" x="527" y="-786.3" font-family="Times,serif" font-size="14.00" fill="#000000">stable release candidate</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4954&#45;&gt;ZcashFoundation/zebra#3050 -->
<g id="edge3" class="edge">
<title>ZcashFoundation/zebra#4954&#45;&gt;ZcashFoundation/zebra#3050</title>
<path fill="none" stroke="#000000" d="M678.75,-496.43C675.96,-499.08 673.36,-501.93 671,-505 635.1,-551.61 688.08,-723.32 651,-769 650.38,-769.76 649.75,-770.51 649.1,-771.24"/>
<polygon fill="#000000" stroke="#000000" points="646.3655,-769.0173 641.64,-778.5 651.2475,-774.0339 646.3655,-769.0173"/>
</g>
<!-- ZcashFoundation/zebra#4412 -->
<g id="node4" class="node open">
<title>ZcashFoundation/zebra#4412</title>
<g id="a_node4"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4412" xlink:title="ZcashFoundation/zebra#4412&#10;Automate pinning CI&#10;dependencies to specific&#10;commit hashes" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="911,-725 679,-725 679,-657 911,-657 911,-725"/>
<text text-anchor="middle" x="795" y="-709.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4412</text>
<text text-anchor="middle" x="795" y="-694.8" font-family="Times,serif" font-size="14.00" fill="#000000">Automate pinning CI</text>
<text text-anchor="middle" x="795" y="-679.8" font-family="Times,serif" font-size="14.00" fill="#000000">dependencies to specific</text>
<text text-anchor="middle" x="795" y="-664.8" font-family="Times,serif" font-size="14.00" fill="#000000">commit hashes</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4612 -->
<g id="node5" class="node open">
<title>ZcashFoundation/zebra#4612</title>
<g id="a_node5"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4612" xlink:title="ZcashFoundation/zebra#4612&#10;ci: Wait for lightwalletd&#10;image rebuild if it has&#10;changed" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="1179,-897 947,-897 947,-829 1179,-829 1179,-897"/>
<text text-anchor="middle" x="1063" y="-881.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4612</text>
<text text-anchor="middle" x="1063" y="-866.8" font-family="Times,serif" font-size="14.00" fill="#000000">ci: Wait for lightwalletd</text>
<text text-anchor="middle" x="1063" y="-851.8" font-family="Times,serif" font-size="14.00" fill="#000000">image rebuild if it has</text>
<text text-anchor="middle" x="1063" y="-836.8" font-family="Times,serif" font-size="14.00" fill="#000000">changed</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4955 -->
<g id="node6" class="node open">
<title>ZcashFoundation/zebra#4955</title>
<g id="a_node6"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4955" xlink:title="ZcashFoundation/zebra#4955&#10;Make long&#45;running test&#10;names match workflow&#10;names" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="911,-811 679,-811 679,-743 911,-743 911,-811"/>
<text text-anchor="middle" x="795" y="-795.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4955</text>
<text text-anchor="middle" x="795" y="-780.8" font-family="Times,serif" font-size="14.00" fill="#000000">Make long&#45;running test</text>
<text text-anchor="middle" x="795" y="-765.8" font-family="Times,serif" font-size="14.00" fill="#000000">names match workflow</text>
<text text-anchor="middle" x="795" y="-750.8" font-family="Times,serif" font-size="14.00" fill="#000000">names</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4882 -->
<g id="node7" class="node open">
<title>ZcashFoundation/zebra#4882</title>
<g id="a_node7"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4882" xlink:title="ZcashFoundation/zebra#4882&#10;Add zcash&#45;lightwalletd /&#10;Build images to required&#10;jobs" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="911,-897 679,-897 679,-829 911,-829 911,-897"/>
<text text-anchor="middle" x="795" y="-881.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4882</text>
<text text-anchor="middle" x="795" y="-866.8" font-family="Times,serif" font-size="14.00" fill="#000000">Add zcash&#45;lightwalletd /</text>
<text text-anchor="middle" x="795" y="-851.8" font-family="Times,serif" font-size="14.00" fill="#000000">Build images to required</text>
<text text-anchor="middle" x="795" y="-836.8" font-family="Times,serif" font-size="14.00" fill="#000000">jobs</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4882&#45;&gt;ZcashFoundation/zebra#4612 -->
<g id="edge1" class="edge">
<title>ZcashFoundation/zebra#4882&#45;&gt;ZcashFoundation/zebra#4612</title>
<path fill="none" stroke="#000000" d="M911.38,-863C919.71,-863 928.14,-863 936.53,-863"/>
<polygon fill="#000000" stroke="#000000" points="936.74,-866.5001 946.74,-863 936.74,-859.5001 936.74,-866.5001"/>
</g>
<!-- ZcashFoundation/zebra#4992 -->
<g id="node8" class="node open">
<title>ZcashFoundation/zebra#4992</title>
<g id="a_node8"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4992" xlink:title="ZcashFoundation/zebra#4992&#10;Run cached state CI on&#10;testnet" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="911,-638.5 679,-638.5 679,-585.5 911,-585.5 911,-638.5"/>
<text text-anchor="middle" x="795" y="-623.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4992</text>
<text text-anchor="middle" x="795" y="-608.3" font-family="Times,serif" font-size="14.00" fill="#000000">Run cached state CI on</text>
<text text-anchor="middle" x="795" y="-593.3" font-family="Times,serif" font-size="14.00" fill="#000000">testnet</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4554 -->
<g id="node9" class="node open">
<title>ZcashFoundation/zebra#4554</title>
<g id="a_node9"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4554" xlink:title="ZcashFoundation/zebra#4554&#10;benchmarks: surface&#10;zebrad mainnet sync time&#10;in CI" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="911,-410 679,-410 679,-342 911,-342 911,-410"/>
<text text-anchor="middle" x="795" y="-394.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4554</text>
<text text-anchor="middle" x="795" y="-379.8" font-family="Times,serif" font-size="14.00" fill="#000000">benchmarks: surface</text>
<text text-anchor="middle" x="795" y="-364.8" font-family="Times,serif" font-size="14.00" fill="#000000">zebrad mainnet sync time</text>
<text text-anchor="middle" x="795" y="-349.8" font-family="Times,serif" font-size="14.00" fill="#000000">in CI</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4956 -->
<g id="node10" class="node open">
<title>ZcashFoundation/zebra#4956</title>
<g id="a_node10"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4956" xlink:title="ZcashFoundation/zebra#4956&#10;Make file locations&#10;appear in zebrad Docker&#10;error messages" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="911,-324 679,-324 679,-256 911,-256 911,-324"/>
<text text-anchor="middle" x="795" y="-308.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4956</text>
<text text-anchor="middle" x="795" y="-293.8" font-family="Times,serif" font-size="14.00" fill="#000000">Make file locations</text>
<text text-anchor="middle" x="795" y="-278.8" font-family="Times,serif" font-size="14.00" fill="#000000">appear in zebrad Docker</text>
<text text-anchor="middle" x="795" y="-263.8" font-family="Times,serif" font-size="14.00" fill="#000000">error messages</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4976 -->
<g id="node11" class="node open">
<title>ZcashFoundation/zebra#4976</title>
<g id="a_node11"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4976" xlink:title="ZcashFoundation/zebra#4976&#10;Move continuous&#10;deployment to another&#10;Google Cloud region" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="911,-238 679,-238 679,-170 911,-170 911,-238"/>
<text text-anchor="middle" x="795" y="-222.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4976</text>
<text text-anchor="middle" x="795" y="-207.8" font-family="Times,serif" font-size="14.00" fill="#000000">Move continuous</text>
<text text-anchor="middle" x="795" y="-192.8" font-family="Times,serif" font-size="14.00" fill="#000000">deployment to another</text>
<text text-anchor="middle" x="795" y="-177.8" font-family="Times,serif" font-size="14.00" fill="#000000">Google Cloud region</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4529 -->
<g id="node12" class="node open">
<title>ZcashFoundation/zebra#4529</title>
<g id="a_node12"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4529" xlink:title="ZcashFoundation/zebra#4529&#10;Make PRs from external&#10;repositories pass or skip&#10;CI jobs" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="911,-152 679,-152 679,-84 911,-84 911,-152"/>
<text text-anchor="middle" x="795" y="-136.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4529</text>
<text text-anchor="middle" x="795" y="-121.8" font-family="Times,serif" font-size="14.00" fill="#000000">Make PRs from external</text>
<text text-anchor="middle" x="795" y="-106.8" font-family="Times,serif" font-size="14.00" fill="#000000">repositories pass or skip</text>
<text text-anchor="middle" x="795" y="-91.8" font-family="Times,serif" font-size="14.00" fill="#000000">CI jobs</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#3050&#45;&gt;ZcashFoundation/zebra#4955 -->
<g id="edge4" class="edge">
<title>ZcashFoundation/zebra#3050&#45;&gt;ZcashFoundation/zebra#4955</title>
<path fill="none" stroke="#000000" d="M643.38,-792.84C651.71,-791.97 660.14,-791.09 668.53,-790.21"/>
<polygon fill="#000000" stroke="#000000" points="669.1549,-793.664 678.74,-789.15 668.432,-786.7014 669.1549,-793.664"/>
</g>
<!-- ZcashFoundation/zebra#3050&#45;&gt;ZcashFoundation/zebra#4992 -->
<g id="edge5" class="edge">
<title>ZcashFoundation/zebra#3050&#45;&gt;ZcashFoundation/zebra#4992</title>
<path fill="none" stroke="#000000" d="M641,-778.38C644.59,-775.55 647.95,-772.44 651,-769 687.19,-728.24 634.81,-688.76 671,-648 671.76,-647.14 672.54,-646.3 673.34,-645.48"/>
<polygon fill="#000000" stroke="#000000" points="675.8856,-647.8987 681,-638.62 671.2156,-642.6841 675.8856,-647.8987"/>
</g>
<!-- ZcashFoundation/zebra#4967 -->
<g id="node20" class="node open">
<title>ZcashFoundation/zebra#4967</title>
<g id="a_node20"><a xlink:href="https://github.com/ZcashFoundation/zebra/pull/4967" xlink:title="ZcashFoundation/zebra#4967&#10;feat(rpc): add&#10;getblockhash rpc method" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="911,-989.5 679,-989.5 679,-985.5 675,-985.5 675,-981.5 679,-981.5 679,-944.5 675,-944.5 675,-940.5 679,-940.5 679,-936.5 911,-936.5 911,-989.5"/>
<polyline fill="none" stroke="#000000" points="679,-985.5 683,-985.5 683,-981.5 679,-981.5 "/>
<polyline fill="none" stroke="#000000" points="679,-944.5 683,-944.5 683,-940.5 679,-940.5 "/>
<text text-anchor="middle" x="795" y="-974.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4967</text>
<text text-anchor="middle" x="795" y="-959.3" font-family="Times,serif" font-size="14.00" fill="#000000">feat(rpc): add</text>
<text text-anchor="middle" x="795" y="-944.3" font-family="Times,serif" font-size="14.00" fill="#000000">getblockhash rpc method</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#3050&#45;&gt;ZcashFoundation/zebra#4967 -->
<g id="edge6" class="edge">
<title>ZcashFoundation/zebra#3050&#45;&gt;ZcashFoundation/zebra#4967</title>
<path fill="none" stroke="#000000" d="M640.5,-831.62C644.26,-834.45 647.78,-837.56 651,-841 679.3,-871.23 642.14,-902.3 671,-932 671.15,-932.16 671.31,-932.32 671.47,-932.48"/>
<polygon fill="#000000" stroke="#000000" points="669.1079,-935.0634 678.92,-939.06 673.7418,-929.8168 669.1079,-935.0634"/>
</g>
<!-- ZcashFoundation/zebra#4937 -->
<g id="node14" class="node open">
<title>ZcashFoundation/zebra#4937</title>
<g id="a_node14"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4937" xlink:title="ZcashFoundation/zebra#4937&#10;Epic: Commit blocks to&#10;state using a separate&#10;task" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="643,-918 411,-918 411,-850 643,-850 643,-918"/>
<text text-anchor="middle" x="527" y="-902.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4937</text>
<text text-anchor="middle" x="527" y="-887.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Commit blocks to</text>
<text text-anchor="middle" x="527" y="-872.8" font-family="Times,serif" font-size="14.00" fill="#000000">state using a separate</text>
<text text-anchor="middle" x="527" y="-857.8" font-family="Times,serif" font-size="14.00" fill="#000000">task</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5189 -->
<g id="node21" class="node open">
<title>ZcashFoundation/zebra#5189</title>
<g id="a_node21"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5189" xlink:title="ZcashFoundation/zebra#5189&#10;Run some docker tests on&#10;smaller instances" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="911,-1060.5 679,-1060.5 679,-1007.5 911,-1007.5 911,-1060.5"/>
<text text-anchor="middle" x="795" y="-1045.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5189</text>
<text text-anchor="middle" x="795" y="-1030.3" font-family="Times,serif" font-size="14.00" fill="#000000">Run some docker tests on</text>
<text text-anchor="middle" x="795" y="-1015.3" font-family="Times,serif" font-size="14.00" fill="#000000">smaller instances</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4937&#45;&gt;ZcashFoundation/zebra#5189 -->
<g id="edge7" class="edge">
<title>ZcashFoundation/zebra#4937&#45;&gt;ZcashFoundation/zebra#5189</title>
<path fill="none" stroke="#000000" d="M561.85,-918.02C589.45,-943.28 630.05,-976.88 671,-998 674.75,-999.94 678.63,-1001.8 682.58,-1003.5"/>
<polygon fill="#000000" stroke="#000000" points="681.3691,-1006.7887 691.94,-1007.5 684.1199,-1000.3518 681.3691,-1006.7887"/>
</g>
<!-- ZcashFoundation/zebra#5125 -->
<g id="node15" class="node open">
<title>ZcashFoundation/zebra#5125</title>
<g id="a_node15"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5125" xlink:title="ZcashFoundation/zebra#5125&#10;Avoid temporary failures&#10;verifying the first non&#45;&#10;finalized block" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="643,-760 411,-760 411,-692 643,-692 643,-760"/>
<text text-anchor="middle" x="527" y="-744.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5125</text>
<text text-anchor="middle" x="527" y="-729.8" font-family="Times,serif" font-size="14.00" fill="#000000">Avoid temporary failures</text>
<text text-anchor="middle" x="527" y="-714.8" font-family="Times,serif" font-size="14.00" fill="#000000">verifying the first non&#45;</text>
<text text-anchor="middle" x="527" y="-699.8" font-family="Times,serif" font-size="14.00" fill="#000000">finalized block</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4821 -->
<g id="node16" class="node open">
<title>ZcashFoundation/zebra#4821</title>
<g id="a_node16"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4821" xlink:title="ZcashFoundation/zebra#4821&#10;Open the database in a&#10;blocking tokio thread" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="643,-673.5 411,-673.5 411,-620.5 643,-620.5 643,-673.5"/>
<text text-anchor="middle" x="527" y="-658.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4821</text>
<text text-anchor="middle" x="527" y="-643.3" font-family="Times,serif" font-size="14.00" fill="#000000">Open the database in a</text>
<text text-anchor="middle" x="527" y="-628.3" font-family="Times,serif" font-size="14.00" fill="#000000">blocking tokio thread</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5214 -->
<g id="node17" class="node open">
<title>ZcashFoundation/zebra#5214</title>
<g id="a_node17"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5214" xlink:title="ZcashFoundation/zebra#5214&#10;Task: Make a list of&#10;Zebra dependencies" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="643,-602.5 411,-602.5 411,-549.5 643,-549.5 643,-602.5"/>
<text text-anchor="middle" x="527" y="-587.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5214</text>
<text text-anchor="middle" x="527" y="-572.3" font-family="Times,serif" font-size="14.00" fill="#000000">Task: Make a list of</text>
<text text-anchor="middle" x="527" y="-557.3" font-family="Times,serif" font-size="14.00" fill="#000000">Zebra dependencies</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5168 -->
<g id="node18" class="node open">
<title>ZcashFoundation/zebra#5168</title>
<g id="a_node18"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5168" xlink:title="ZcashFoundation/zebra#5168&#10;Add Docker tests for&#10;default config and&#10;$ZEBRA_CONF_PATH" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="643,-531 411,-531 411,-463 643,-463 643,-531"/>
<text text-anchor="middle" x="527" y="-515.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5168</text>
<text text-anchor="middle" x="527" y="-500.8" font-family="Times,serif" font-size="14.00" fill="#000000">Add Docker tests for</text>
<text text-anchor="middle" x="527" y="-485.8" font-family="Times,serif" font-size="14.00" fill="#000000">default config and</text>
<text text-anchor="middle" x="527" y="-470.8" font-family="Times,serif" font-size="14.00" fill="#000000">$ZEBRA_CONF_PATH</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#271 -->
<g id="node22" class="node open">
<title>ZcashFoundation/zebra#271</title>
<g id="a_node22"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/271" xlink:title="ZcashFoundation/zebra#271&#10;Sapling/Orchard Key&#10;Agreement and KDF" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="302.5,-1145.5 79.5,-1145.5 79.5,-1092.5 302.5,-1092.5 302.5,-1145.5"/>
<text text-anchor="middle" x="191" y="-1130.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#271</text>
<text text-anchor="middle" x="191" y="-1115.3" font-family="Times,serif" font-size="14.00" fill="#000000">Sapling/Orchard Key</text>
<text text-anchor="middle" x="191" y="-1100.3" font-family="Times,serif" font-size="14.00" fill="#000000">Agreement and KDF</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#269 -->
<g id="node23" class="node open">
<title>ZcashFoundation/zebra#269</title>
<g id="a_node23"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/269" xlink:title="ZcashFoundation/zebra#269&#10;Sapling/Orchard note&#10;encryption&#10;implementation." target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="638.5,-1226 415.5,-1226 415.5,-1158 638.5,-1158 638.5,-1226"/>
<text text-anchor="middle" x="527" y="-1210.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#269</text>
<text text-anchor="middle" x="527" y="-1195.8" font-family="Times,serif" font-size="14.00" fill="#000000">Sapling/Orchard note</text>
<text text-anchor="middle" x="527" y="-1180.8" font-family="Times,serif" font-size="14.00" fill="#000000">encryption</text>
<text text-anchor="middle" x="527" y="-1165.8" font-family="Times,serif" font-size="14.00" fill="#000000">implementation.</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#271&#45;&gt;ZcashFoundation/zebra#269 -->
<g id="edge8" class="edge">
<title>ZcashFoundation/zebra#271&#45;&gt;ZcashFoundation/zebra#269</title>
<path fill="none" stroke="#000000" d="M302.88,-1143.3C335.81,-1150.5 371.98,-1158.3 405.48,-1165.6"/>
<polygon fill="#000000" stroke="#000000" points="404.8097,-1169.0357 415.32,-1167.7 406.2708,-1162.1899 404.8097,-1169.0357"/>
</g>
<!-- ZcashFoundation/zebra#3002 -->
<g id="node24" class="node open">
<title>ZcashFoundation/zebra#3002</title>
<g id="a_node24"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/3002" xlink:title="ZcashFoundation/zebra#3002&#10;Sapling note decryption&#10;implementation" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="643,-1139.5 411,-1139.5 411,-1086.5 643,-1086.5 643,-1139.5"/>
<text text-anchor="middle" x="527" y="-1124.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3002</text>
<text text-anchor="middle" x="527" y="-1109.3" font-family="Times,serif" font-size="14.00" fill="#000000">Sapling note decryption</text>
<text text-anchor="middle" x="527" y="-1094.3" font-family="Times,serif" font-size="14.00" fill="#000000">implementation</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#271&#45;&gt;ZcashFoundation/zebra#3002 -->
<g id="edge9" class="edge">
<title>ZcashFoundation/zebra#271&#45;&gt;ZcashFoundation/zebra#3002</title>
<path fill="none" stroke="#000000" d="M302.88,-1117C334.15,-1116.4 368.34,-1115.8 400.39,-1115.3"/>
<polygon fill="#000000" stroke="#000000" points="400.7897,-1118.793 410.72,-1115.1 400.6541,-1111.7943 400.7897,-1118.793"/>
</g>
<!-- ZcashFoundation/zebra#325 -->
<g id="node25" class="node open">
<title>ZcashFoundation/zebra#325</title>
<g id="a_node25"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/325" xlink:title="ZcashFoundation/zebra#325&#10;Block Chain Scanning" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="302.5,-1208 79.5,-1208 79.5,-1170 302.5,-1170 302.5,-1208"/>
<text text-anchor="middle" x="191" y="-1192.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#325</text>
<text text-anchor="middle" x="191" y="-1177.8" font-family="Times,serif" font-size="14.00" fill="#000000">Block Chain Scanning</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#2375 -->
<g id="node26" class="node open">
<title>ZcashFoundation/zebra#2375</title>
<g id="a_node26"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/2375" xlink:title="ZcashFoundation/zebra#2375&#10;Allow different `zebra&#45;&#10;network` apps to use&#10;different user agents" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1305 75,-1305 75,-1237 307,-1237 307,-1305"/>
<text text-anchor="middle" x="191" y="-1289.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#2375</text>
<text text-anchor="middle" x="191" y="-1274.8" font-family="Times,serif" font-size="14.00" fill="#000000">Allow different `zebra&#45;</text>
<text text-anchor="middle" x="191" y="-1259.8" font-family="Times,serif" font-size="14.00" fill="#000000">network` apps to use</text>
<text text-anchor="middle" x="191" y="-1244.8" font-family="Times,serif" font-size="14.00" fill="#000000">different user agents</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#794 -->
<g id="node27" class="node closed">
<title>ZcashFoundation/zebra#794</title>
<g id="a_node27"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/794" xlink:title="ZcashFoundation/zebra#794&#10;Make sure custom user&#10;agents conform to BIP&#45;14" target="_blank">
<polygon fill="#fad8c7" stroke="#000000" points="638.5,-1297.5 415.5,-1297.5 415.5,-1244.5 638.5,-1244.5 638.5,-1297.5"/>
<text text-anchor="middle" x="527" y="-1282.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#794</text>
<text text-anchor="middle" x="527" y="-1267.3" font-family="Times,serif" font-size="14.00" fill="#000000">Make sure custom user</text>
<text text-anchor="middle" x="527" y="-1252.3" font-family="Times,serif" font-size="14.00" fill="#000000">agents conform to BIP&#45;14</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#2375&#45;&gt;ZcashFoundation/zebra#794 -->
<g id="edge10" class="edge">
<title>ZcashFoundation/zebra#2375&#45;&gt;ZcashFoundation/zebra#794</title>
<path fill="none" stroke="#000000" d="M307.1,-1271C338.77,-1271 373.16,-1271 405.14,-1271"/>
<polygon fill="#000000" stroke="#000000" points="405.43,-1274.5001 415.43,-1271 405.43,-1267.5001 405.43,-1274.5001"/>
</g>
<!-- ZcashFoundation/zebra#2631 -->
<g id="node28" class="node open">
<title>ZcashFoundation/zebra#2631</title>
<g id="a_node28"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/2631" xlink:title="ZcashFoundation/zebra#2631&#10;Send committed spent&#10;OutPoints &amp; nullifiers to&#10;the mempool for rejection" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1391 75,-1391 75,-1323 307,-1323 307,-1391"/>
<text text-anchor="middle" x="191" y="-1375.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#2631</text>
<text text-anchor="middle" x="191" y="-1360.8" font-family="Times,serif" font-size="14.00" fill="#000000">Send committed spent</text>
<text text-anchor="middle" x="191" y="-1345.8" font-family="Times,serif" font-size="14.00" fill="#000000">OutPoints &amp; nullifiers to</text>
<text text-anchor="middle" x="191" y="-1330.8" font-family="Times,serif" font-size="14.00" fill="#000000">the mempool for rejection</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#3247 -->
<g id="node29" class="node open">
<title>ZcashFoundation/zebra#3247</title>
<g id="a_node29"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/3247" xlink:title="ZcashFoundation/zebra#3247&#10;Tracking: Questions for&#10;Network Audit" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1462.5 75,-1462.5 75,-1409.5 307,-1409.5 307,-1462.5"/>
<text text-anchor="middle" x="191" y="-1447.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3247</text>
<text text-anchor="middle" x="191" y="-1432.3" font-family="Times,serif" font-size="14.00" fill="#000000">Tracking: Questions for</text>
<text text-anchor="middle" x="191" y="-1417.3" font-family="Times,serif" font-size="14.00" fill="#000000">Network Audit</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#3383 -->
<g id="node30" class="node open">
<title>ZcashFoundation/zebra#3383</title>
<g id="a_node30"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/3383" xlink:title="ZcashFoundation/zebra#3383&#10;Document `zebrad&#10;download` command" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1533.5 75,-1533.5 75,-1480.5 307,-1480.5 307,-1533.5"/>
<text text-anchor="middle" x="191" y="-1518.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3383</text>
<text text-anchor="middle" x="191" y="-1503.3" font-family="Times,serif" font-size="14.00" fill="#000000">Document `zebrad</text>
<text text-anchor="middle" x="191" y="-1488.3" font-family="Times,serif" font-size="14.00" fill="#000000">download` command</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4894 -->
<g id="node31" class="node open">
<title>ZcashFoundation/zebra#4894</title>
<g id="a_node31"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4894" xlink:title="ZcashFoundation/zebra#4894&#10;Make tests wait until&#10;lightwalletd full sync&#10;goes all the way to the&#10;tip" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-860.5 75,-860.5 75,-777.5 307,-777.5 307,-860.5"/>
<text text-anchor="middle" x="191" y="-845.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4894</text>
<text text-anchor="middle" x="191" y="-830.3" font-family="Times,serif" font-size="14.00" fill="#000000">Make tests wait until</text>
<text text-anchor="middle" x="191" y="-815.3" font-family="Times,serif" font-size="14.00" fill="#000000">lightwalletd full sync</text>
<text text-anchor="middle" x="191" y="-800.3" font-family="Times,serif" font-size="14.00" fill="#000000">goes all the way to the</text>
<text text-anchor="middle" x="191" y="-785.3" font-family="Times,serif" font-size="14.00" fill="#000000">tip</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4894&#45;&gt;ZcashFoundation/zebra#3050 -->
<g id="edge11" class="edge">
<title>ZcashFoundation/zebra#4894&#45;&gt;ZcashFoundation/zebra#3050</title>
<path fill="none" stroke="#000000" d="M307.1,-814.16C337.27,-812.91 369.91,-811.55 400.57,-810.27"/>
<polygon fill="#000000" stroke="#000000" points="401.0444,-813.7534 410.89,-809.84 400.7529,-806.7594 401.0444,-813.7534"/>
</g>
<!-- ZcashFoundation/zebra#4672 -->
<g id="node32" class="node open">
<title>ZcashFoundation/zebra#4672</title>
<g id="a_node32"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4672" xlink:title="ZcashFoundation/zebra#4672&#10;Add support for Orchard&#10;proof batch verification" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1604.5 75,-1604.5 75,-1551.5 307,-1551.5 307,-1604.5"/>
<text text-anchor="middle" x="191" y="-1589.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4672</text>
<text text-anchor="middle" x="191" y="-1574.3" font-family="Times,serif" font-size="14.00" fill="#000000">Add support for Orchard</text>
<text text-anchor="middle" x="191" y="-1559.3" font-family="Times,serif" font-size="14.00" fill="#000000">proof batch verification</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5193 -->
<g id="node33" class="node open">
<title>ZcashFoundation/zebra#5193</title>
<g id="a_node33"><a xlink:href="https://github.com/ZcashFoundation/zebra/pull/5193" xlink:title="ZcashFoundation/zebra#5193&#10;doc(release): Update&#10;release template for&#10;Docker releases" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="643,-445 411,-445 411,-441 407,-441 407,-437 411,-437 411,-385 407,-385 407,-381 411,-381 411,-377 643,-377 643,-445"/>
<polyline fill="none" stroke="#000000" stroke-width="2" points="411,-441 415,-441 415,-437 411,-437 "/>
<polyline fill="none" stroke="#000000" stroke-width="2" points="411,-385 415,-385 415,-381 411,-381 "/>
<text text-anchor="middle" x="527" y="-429.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5193</text>
<text text-anchor="middle" x="527" y="-414.8" font-family="Times,serif" font-size="14.00" fill="#000000">doc(release): Update</text>
<text text-anchor="middle" x="527" y="-399.8" font-family="Times,serif" font-size="14.00" fill="#000000">release template for</text>
<text text-anchor="middle" x="527" y="-384.8" font-family="Times,serif" font-size="14.00" fill="#000000">Docker releases</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5193&#45;&gt;ZcashFoundation/zebra#4954 -->
<g id="edge12" class="edge">
<title>ZcashFoundation/zebra#5193&#45;&gt;ZcashFoundation/zebra#4954</title>
<path fill="none" stroke="#000000" d="M643.38,-433.15C651.81,-434.75 660.33,-436.37 668.81,-437.99"/>
<polygon fill="#000000" stroke="#000000" points="668.2619,-441.4484 678.74,-439.88 669.5708,-434.5719 668.2619,-441.4484"/>
</g>
<!-- ZcashFoundation/zebra#4841 -->
<g id="node34" class="node closed">
<title>ZcashFoundation/zebra#4841</title>
<g id="a_node34"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4841" xlink:title="ZcashFoundation/zebra#4841&#10;Improve note commitment&#10;tree append performance" target="_blank">
<polygon fill="#fad8c7" stroke="#000000" points="643,-1740.5 411,-1740.5 411,-1687.5 643,-1687.5 643,-1740.5"/>
<text text-anchor="middle" x="527" y="-1725.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4841</text>
<text text-anchor="middle" x="527" y="-1710.3" font-family="Times,serif" font-size="14.00" fill="#000000">Improve note commitment</text>
<text text-anchor="middle" x="527" y="-1695.3" font-family="Times,serif" font-size="14.00" fill="#000000">tree append performance</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5091 -->
<g id="node35" class="node open">
<title>ZcashFoundation/zebra#5091</title>
<g id="a_node35"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5091" xlink:title="ZcashFoundation/zebra#5091&#10;Fix parameter download&#10;hangs with Rust 1.64" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-759.5 75,-759.5 75,-706.5 307,-706.5 307,-759.5"/>
<text text-anchor="middle" x="191" y="-744.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5091</text>
<text text-anchor="middle" x="191" y="-729.3" font-family="Times,serif" font-size="14.00" fill="#000000">Fix parameter download</text>
<text text-anchor="middle" x="191" y="-714.3" font-family="Times,serif" font-size="14.00" fill="#000000">hangs with Rust 1.64</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5091&#45;&gt;ZcashFoundation/zebra#3050 -->
<g id="edge13" class="edge">
<title>ZcashFoundation/zebra#5091&#45;&gt;ZcashFoundation/zebra#3050</title>
<path fill="none" stroke="#000000" d="M307.01,-752.77C332.13,-757.44 358.51,-762.63 383,-768 394.33,-770.48 406.11,-773.24 417.85,-776.08"/>
<polygon fill="#000000" stroke="#000000" points="417.1332,-779.508 427.68,-778.5 418.8066,-772.7109 417.1332,-779.508"/>
</g>
<!-- ZcashFoundation/zebra#4794 -->
<g id="node36" class="node open">
<title>ZcashFoundation/zebra#4794</title>
<g id="a_node36"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4794" xlink:title="ZcashFoundation/zebra#4794&#10;Revert note commitment&#10;and history trees when&#10;forking non&#45;finalized&#10;chains" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1907.5 75,-1907.5 75,-1824.5 307,-1824.5 307,-1907.5"/>
<text text-anchor="middle" x="191" y="-1892.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4794</text>
<text text-anchor="middle" x="191" y="-1877.3" font-family="Times,serif" font-size="14.00" fill="#000000">Revert note commitment</text>
<text text-anchor="middle" x="191" y="-1862.3" font-family="Times,serif" font-size="14.00" fill="#000000">and history trees when</text>
<text text-anchor="middle" x="191" y="-1847.3" font-family="Times,serif" font-size="14.00" fill="#000000">forking non&#45;finalized</text>
<text text-anchor="middle" x="191" y="-1832.3" font-family="Times,serif" font-size="14.00" fill="#000000">chains</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#3096 -->
<g id="node37" class="node open">
<title>ZcashFoundation/zebra#3096</title>
<g id="a_node37"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/3096" xlink:title="ZcashFoundation/zebra#3096&#10;Epic: Zebra Release&#10;Candidate" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1978.5 75,-1978.5 75,-1925.5 307,-1925.5 307,-1978.5"/>
<text text-anchor="middle" x="191" y="-1963.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3096</text>
<text text-anchor="middle" x="191" y="-1948.3" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Zebra Release</text>
<text text-anchor="middle" x="191" y="-1933.3" font-family="Times,serif" font-size="14.00" fill="#000000">Candidate</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4774 -->
<g id="node38" class="node open">
<title>ZcashFoundation/zebra#4774</title>
<g id="a_node38"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4774" xlink:title="ZcashFoundation/zebra#4774&#10;Add an NU5 block test&#10;vector that contains many&#10;shielded Orchard&#10;transactions" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1806.5 75,-1806.5 75,-1723.5 307,-1723.5 307,-1806.5"/>
<text text-anchor="middle" x="191" y="-1791.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4774</text>
<text text-anchor="middle" x="191" y="-1776.3" font-family="Times,serif" font-size="14.00" fill="#000000">Add an NU5 block test</text>
<text text-anchor="middle" x="191" y="-1761.3" font-family="Times,serif" font-size="14.00" fill="#000000">vector that contains many</text>
<text text-anchor="middle" x="191" y="-1746.3" font-family="Times,serif" font-size="14.00" fill="#000000">shielded Orchard</text>
<text text-anchor="middle" x="191" y="-1731.3" font-family="Times,serif" font-size="14.00" fill="#000000">transactions</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4774&#45;&gt;ZcashFoundation/zebra#4841 -->
<g id="edge14" class="edge">
<title>ZcashFoundation/zebra#4774&#45;&gt;ZcashFoundation/zebra#4841</title>
<path fill="none" stroke="#000000" d="M307.1,-1747.4C337.4,-1742.8 370.19,-1737.8 400.97,-1733.1"/>
<polygon fill="#000000" stroke="#000000" points="401.5257,-1736.5558 410.89,-1731.6 400.4791,-1729.6345 401.5257,-1736.5558"/>
</g>
<!-- ZcashFoundation/zebra#4775 -->
<g id="node39" class="node open">
<title>ZcashFoundation/zebra#4775</title>
<g id="a_node39"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4775" xlink:title="ZcashFoundation/zebra#4775&#10;Add an NU5 block test&#10;vector that contains many&#10;shielded Sapling&#10;transactions" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-1705.5 75,-1705.5 75,-1622.5 307,-1622.5 307,-1705.5"/>
<text text-anchor="middle" x="191" y="-1690.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4775</text>
<text text-anchor="middle" x="191" y="-1675.3" font-family="Times,serif" font-size="14.00" fill="#000000">Add an NU5 block test</text>
<text text-anchor="middle" x="191" y="-1660.3" font-family="Times,serif" font-size="14.00" fill="#000000">vector that contains many</text>
<text text-anchor="middle" x="191" y="-1645.3" font-family="Times,serif" font-size="14.00" fill="#000000">shielded Sapling</text>
<text text-anchor="middle" x="191" y="-1630.3" font-family="Times,serif" font-size="14.00" fill="#000000">transactions</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4775&#45;&gt;ZcashFoundation/zebra#4841 -->
<g id="edge15" class="edge">
<title>ZcashFoundation/zebra#4775&#45;&gt;ZcashFoundation/zebra#4841</title>
<path fill="none" stroke="#000000" d="M307.1,-1681.3C337.4,-1685.8 370.19,-1690.7 400.97,-1695.2"/>
<polygon fill="#000000" stroke="#000000" points="400.4791,-1698.6655 410.89,-1696.7 401.5257,-1691.7442 400.4791,-1698.6655"/>
</g>
<!-- ZcashFoundation/zebra#5199 -->
<g id="node40" class="node open">
<title>ZcashFoundation/zebra#5199</title>
<g id="a_node40"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5199" xlink:title="ZcashFoundation/zebra#5199&#10;Consider using `nextest`&#10;to run tests faster and&#10;reduce Google Cloud costs" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="643,-1068 411,-1068 411,-1000 643,-1000 643,-1068"/>
<text text-anchor="middle" x="527" y="-1052.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5199</text>
<text text-anchor="middle" x="527" y="-1037.8" font-family="Times,serif" font-size="14.00" fill="#000000">Consider using `nextest`</text>
<text text-anchor="middle" x="527" y="-1022.8" font-family="Times,serif" font-size="14.00" fill="#000000">to run tests faster and</text>
<text text-anchor="middle" x="527" y="-1007.8" font-family="Times,serif" font-size="14.00" fill="#000000">reduce Google Cloud costs</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5199&#45;&gt;ZcashFoundation/zebra#5189 -->
<g id="edge16" class="edge">
<title>ZcashFoundation/zebra#5199&#45;&gt;ZcashFoundation/zebra#5189</title>
<path fill="none" stroke="#000000" d="M643.38,-1034C651.71,-1034 660.14,-1034 668.53,-1034"/>
<polygon fill="#000000" stroke="#000000" points="668.74,-1037.5001 678.74,-1034 668.74,-1030.5001 668.74,-1037.5001"/>
</g>
<!-- ZcashFoundation/zebra#4545 -->
<g id="node41" class="node open">
<title>ZcashFoundation/zebra#4545</title>
<g id="a_node41"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4545" xlink:title="ZcashFoundation/zebra#4545&#10;Start disconnecting from&#10;outdated peers before&#10;network upgrade&#10;activation" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="307,-2079.5 75,-2079.5 75,-1996.5 307,-1996.5 307,-2079.5"/>
<text text-anchor="middle" x="191" y="-2064.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4545</text>
<text text-anchor="middle" x="191" y="-2049.3" font-family="Times,serif" font-size="14.00" fill="#000000">Start disconnecting from</text>
<text text-anchor="middle" x="191" y="-2034.3" font-family="Times,serif" font-size="14.00" fill="#000000">outdated peers before</text>
<text text-anchor="middle" x="191" y="-2019.3" font-family="Times,serif" font-size="14.00" fill="#000000">network upgrade</text>
<text text-anchor="middle" x="191" y="-2004.3" font-family="Times,serif" font-size="14.00" fill="#000000">activation</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4226 -->
<g id="node42" class="node closed">
<title>ZcashFoundation/zebra#4226</title>
<g id="a_node42"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4226" xlink:title="ZcashFoundation/zebra#4226&#10;Prefer faster peers, but&#10;if all peers are slow,&#10;still connect to them" target="_blank">
<polygon fill="#fad8c7" stroke="#000000" points="643,-2072 411,-2072 411,-2004 643,-2004 643,-2072"/>
<text text-anchor="middle" x="527" y="-2056.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4226</text>
<text text-anchor="middle" x="527" y="-2041.8" font-family="Times,serif" font-size="14.00" fill="#000000">Prefer faster peers, but</text>
<text text-anchor="middle" x="527" y="-2026.8" font-family="Times,serif" font-size="14.00" fill="#000000">if all peers are slow,</text>
<text text-anchor="middle" x="527" y="-2011.8" font-family="Times,serif" font-size="14.00" fill="#000000">still connect to them</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4545&#45;&gt;ZcashFoundation/zebra#4226 -->
<g id="edge17" class="edge">
<title>ZcashFoundation/zebra#4545&#45;&gt;ZcashFoundation/zebra#4226</title>
<path fill="none" stroke="#000000" d="M307.1,-2038C337.27,-2038 369.91,-2038 400.57,-2038"/>
<polygon fill="#000000" stroke="#000000" points="400.89,-2041.5001 410.89,-2038 400.89,-2034.5001 400.89,-2041.5001"/>
</g>
</g>
</svg>
</div>
<script>
svgPanZoom('#dag > svg', {
zoomScaleSensitivity: 0.4
});
</script>
</body>
</html>