developers/zcash-zf-dag.html

767 lines
57 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="1052pt" height="2430pt"
viewBox="0.00 0.00 1052.00 2429.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 2425.5)">
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-2425.5 1048,-2425.5 1048,4 -4,4"/>
<g id="clust1" class="cluster">
<title>cluster_1</title>
<polygon fill="none" stroke="#0000ff" points="0,-427 0,-794 784,-794 784,-427 0,-427"/>
<text text-anchor="middle" x="392" y="-778.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Support for RPC calls used by mining pools</text>
</g>
<g id="clust2" class="cluster">
<title>cluster_0</title>
<polygon fill="none" stroke="#0000ff" points="0,0 0,-357 784,-357 784,0 0,0"/>
<text text-anchor="middle" x="392" y="-341.8" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Zebra Release Candidate</text>
</g>
<!-- ZcashFoundation/zebra#5335 -->
<g id="node1" class="node open">
<title>ZcashFoundation/zebra#5335</title>
<g id="a_node1"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5335" xlink:title="ZcashFoundation/zebra#5335&#10;Evict transactions from&#10;the mempool based on the&#10;ZIP&#45;317 fee rules" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="508,-763 276,-763 276,-695 508,-695 508,-763"/>
<text text-anchor="middle" x="392" y="-747.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5335</text>
<text text-anchor="middle" x="392" y="-732.8" font-family="Times,serif" font-size="14.00" fill="#000000">Evict transactions from</text>
<text text-anchor="middle" x="392" y="-717.8" font-family="Times,serif" font-size="14.00" fill="#000000">the mempool based on the</text>
<text text-anchor="middle" x="392" y="-702.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZIP&#45;317 fee rules</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5336 -->
<g id="node2" class="node open">
<title>ZcashFoundation/zebra#5336</title>
<g id="a_node2"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5336" xlink:title="ZcashFoundation/zebra#5336&#10;Relay mempool&#10;transactions based on the&#10;ZIP&#45;317 fee rules" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="776,-723 544,-723 544,-655 776,-655 776,-723"/>
<text text-anchor="middle" x="660" y="-707.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5336</text>
<text text-anchor="middle" x="660" y="-692.8" font-family="Times,serif" font-size="14.00" fill="#000000">Relay mempool</text>
<text text-anchor="middle" x="660" y="-677.8" font-family="Times,serif" font-size="14.00" fill="#000000">transactions based on the</text>
<text text-anchor="middle" x="660" y="-662.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZIP&#45;317 fee rules</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5335&#45;&gt;ZcashFoundation/zebra#5336 -->
<g id="edge1" class="edge">
<title>ZcashFoundation/zebra#5335&#45;&gt;ZcashFoundation/zebra#5336</title>
<path fill="none" stroke="#000000" d="M508.38,-711.63C516.81,-710.37 525.33,-709.1 533.81,-707.83"/>
<polygon fill="#000000" stroke="#000000" points="534.3652,-711.286 543.74,-706.35 533.3333,-704.3625 534.3652,-711.286"/>
</g>
<!-- ZcashFoundation/zebra#5235 -->
<g id="node3" class="node open">
<title>ZcashFoundation/zebra#5235</title>
<g id="a_node3"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5235" xlink:title="ZcashFoundation/zebra#5235&#10;Tracking: Implement&#10;getblocktemplate RPC" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="508,-676.5 276,-676.5 276,-623.5 508,-623.5 508,-676.5"/>
<text text-anchor="middle" x="392" y="-661.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5235</text>
<text text-anchor="middle" x="392" y="-646.3" font-family="Times,serif" font-size="14.00" fill="#000000">Tracking: Implement</text>
<text text-anchor="middle" x="392" y="-631.3" font-family="Times,serif" font-size="14.00" fill="#000000">getblocktemplate RPC</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5235&#45;&gt;ZcashFoundation/zebra#5336 -->
<g id="edge2" class="edge">
<title>ZcashFoundation/zebra#5235&#45;&gt;ZcashFoundation/zebra#5336</title>
<path fill="none" stroke="#000000" d="M508.38,-666.94C516.81,-668.16 525.33,-669.4 533.81,-670.64"/>
<polygon fill="#000000" stroke="#000000" points="533.3412,-674.1085 543.74,-672.08 534.3458,-667.181 533.3412,-674.1085"/>
</g>
<!-- ZcashFoundation/zebra#5376 -->
<g id="node4" class="node open">
<title>ZcashFoundation/zebra#5376</title>
<g id="a_node4"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5376" xlink:title="ZcashFoundation/zebra#5376&#10;Do contextual validation&#10;on mempool transactions&#10;using the state best tip" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-763 8,-763 8,-695 240,-695 240,-763"/>
<text text-anchor="middle" x="124" y="-747.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5376</text>
<text text-anchor="middle" x="124" y="-732.8" font-family="Times,serif" font-size="14.00" fill="#000000">Do contextual validation</text>
<text text-anchor="middle" x="124" y="-717.8" font-family="Times,serif" font-size="14.00" fill="#000000">on mempool transactions</text>
<text text-anchor="middle" x="124" y="-702.8" font-family="Times,serif" font-size="14.00" fill="#000000">using the state best tip</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5376&#45;&gt;ZcashFoundation/zebra#5235 -->
<g id="edge3" class="edge">
<title>ZcashFoundation/zebra#5376&#45;&gt;ZcashFoundation/zebra#5235</title>
<path fill="none" stroke="#000000" d="M239.6,-694.92C257.01,-689.79 274.84,-684.54 291.89,-679.51"/>
<polygon fill="#000000" stroke="#000000" points="293.2277,-682.7647 301.83,-676.58 291.2484,-676.0503 293.2277,-682.7647"/>
</g>
<!-- ZcashFoundation/zebra#5236 -->
<g id="node5" class="node open">
<title>ZcashFoundation/zebra#5236</title>
<g id="a_node5"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5236" xlink:title="ZcashFoundation/zebra#5236&#10;Add support for&#10;`submitblock` RPC call" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-676.5 8,-676.5 8,-623.5 240,-623.5 240,-676.5"/>
<text text-anchor="middle" x="124" y="-661.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5236</text>
<text text-anchor="middle" x="124" y="-646.3" font-family="Times,serif" font-size="14.00" fill="#000000">Add support for</text>
<text text-anchor="middle" x="124" y="-631.3" font-family="Times,serif" font-size="14.00" fill="#000000">`submitblock` RPC call</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5302 -->
<g id="node6" class="node open">
<title>ZcashFoundation/zebra#5302</title>
<g id="a_node6"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5302" xlink:title="ZcashFoundation/zebra#5302&#10;Add support for&#10;`getblocksubsidy` RPC&#10;call" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-605 8,-605 8,-537 240,-537 240,-605"/>
<text text-anchor="middle" x="124" y="-589.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5302</text>
<text text-anchor="middle" x="124" y="-574.8" font-family="Times,serif" font-size="14.00" fill="#000000">Add support for</text>
<text text-anchor="middle" x="124" y="-559.8" font-family="Times,serif" font-size="14.00" fill="#000000">`getblocksubsidy` RPC</text>
<text text-anchor="middle" x="124" y="-544.8" font-family="Times,serif" font-size="14.00" fill="#000000">call</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5386 -->
<g id="node7" class="node open">
<title>ZcashFoundation/zebra#5386</title>
<g id="a_node7"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5386" xlink:title="ZcashFoundation/zebra#5386&#10;Use BestChainUtxo rather&#10;than AwaitUtxo in the&#10;mempool transaction&#10;validator" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-518.5 8,-518.5 8,-435.5 240,-435.5 240,-518.5"/>
<text text-anchor="middle" x="124" y="-503.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5386</text>
<text text-anchor="middle" x="124" y="-488.3" font-family="Times,serif" font-size="14.00" fill="#000000">Use BestChainUtxo rather</text>
<text text-anchor="middle" x="124" y="-473.3" font-family="Times,serif" font-size="14.00" fill="#000000">than AwaitUtxo in the</text>
<text text-anchor="middle" x="124" y="-458.3" font-family="Times,serif" font-size="14.00" fill="#000000">mempool transaction</text>
<text text-anchor="middle" x="124" y="-443.3" font-family="Times,serif" font-size="14.00" fill="#000000">validator</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5214 -->
<g id="node8" class="node open">
<title>ZcashFoundation/zebra#5214</title>
<g id="a_node8"><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="508,-325.5 276,-325.5 276,-272.5 508,-272.5 508,-325.5"/>
<text text-anchor="middle" x="392" y="-310.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5214</text>
<text text-anchor="middle" x="392" y="-295.3" font-family="Times,serif" font-size="14.00" fill="#000000">Task: Make a list of</text>
<text text-anchor="middle" x="392" y="-280.3" font-family="Times,serif" font-size="14.00" fill="#000000">Zebra dependencies</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5423 -->
<g id="node9" class="node open">
<title>ZcashFoundation/zebra#5423</title>
<g id="a_node9"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5423" xlink:title="ZcashFoundation/zebra#5423&#10;Tag Zebra 1.0.0&#45;rc.1" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="776,-176 544,-176 544,-138 776,-138 776,-176"/>
<text text-anchor="middle" x="660" y="-160.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5423</text>
<text text-anchor="middle" x="660" y="-145.8" font-family="Times,serif" font-size="14.00" fill="#000000">Tag Zebra 1.0.0&#45;rc.1</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5214&#45;&gt;ZcashFoundation/zebra#5423 -->
<g id="edge4" class="edge">
<title>ZcashFoundation/zebra#5214&#45;&gt;ZcashFoundation/zebra#5423</title>
<path fill="none" stroke="#000000" d="M486.35,-272.45C493.79,-269.53 501.09,-266.38 508,-263 553.3,-240.84 600.12,-206.07 629.61,-182.45"/>
<polygon fill="#000000" stroke="#000000" points="631.8821,-185.1138 637.45,-176.1 627.4762,-179.6742 631.8821,-185.1138"/>
</g>
<!-- ZcashFoundation/zebra#5445 -->
<g id="node10" class="node open">
<title>ZcashFoundation/zebra#5445</title>
<g id="a_node10"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5445" xlink:title="ZcashFoundation/zebra#5445&#10;Bump `zcash_proofs` to&#10;0.8.0" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-183.5 8,-183.5 8,-130.5 240,-130.5 240,-183.5"/>
<text text-anchor="middle" x="124" y="-168.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5445</text>
<text text-anchor="middle" x="124" y="-153.3" font-family="Times,serif" font-size="14.00" fill="#000000">Bump `zcash_proofs` to</text>
<text text-anchor="middle" x="124" y="-138.3" font-family="Times,serif" font-size="14.00" fill="#000000">0.8.0</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5445&#45;&gt;ZcashFoundation/zebra#5423 -->
<g id="edge5" class="edge">
<title>ZcashFoundation/zebra#5445&#45;&gt;ZcashFoundation/zebra#5423</title>
<path fill="none" stroke="#000000" d="M221.11,-130.46C239.22,-126.53 258.09,-123.09 276,-121 378.41,-109.04 405.59,-109.04 508,-121 533.21,-123.94 560.31,-129.55 584.54,-135.47"/>
<polygon fill="#000000" stroke="#000000" points="583.8287,-138.9 594.38,-137.94 585.533,-132.1106 583.8287,-138.9"/>
</g>
<!-- ZcashFoundation/zebra#3831 -->
<g id="node11" class="node open">
<title>ZcashFoundation/zebra#3831</title>
<g id="a_node11"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/3831" xlink:title="ZcashFoundation/zebra#3831&#10;Remove duplicated&#10;zcash_proofs" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="508,-183.5 276,-183.5 276,-130.5 508,-130.5 508,-183.5"/>
<text text-anchor="middle" x="392" y="-168.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3831</text>
<text text-anchor="middle" x="392" y="-153.3" font-family="Times,serif" font-size="14.00" fill="#000000">Remove duplicated</text>
<text text-anchor="middle" x="392" y="-138.3" font-family="Times,serif" font-size="14.00" fill="#000000">zcash_proofs</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5445&#45;&gt;ZcashFoundation/zebra#3831 -->
<g id="edge6" class="edge">
<title>ZcashFoundation/zebra#5445&#45;&gt;ZcashFoundation/zebra#3831</title>
<path fill="none" stroke="#000000" d="M240.38,-157C248.71,-157 257.14,-157 265.53,-157"/>
<polygon fill="#000000" stroke="#000000" points="265.74,-160.5001 275.74,-157 265.74,-153.5001 265.74,-160.5001"/>
</g>
<!-- ZcashFoundation/zebra#5091 -->
<g id="node12" class="node open">
<title>ZcashFoundation/zebra#5091</title>
<g id="a_node12"><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" points="508,-254.5 276,-254.5 276,-201.5 508,-201.5 508,-254.5"/>
<text text-anchor="middle" x="392" y="-239.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5091</text>
<text text-anchor="middle" x="392" y="-224.3" font-family="Times,serif" font-size="14.00" fill="#000000">Fix parameter download</text>
<text text-anchor="middle" x="392" y="-209.3" font-family="Times,serif" font-size="14.00" fill="#000000">hangs with Rust 1.64</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5445&#45;&gt;ZcashFoundation/zebra#5091 -->
<g id="edge7" class="edge">
<title>ZcashFoundation/zebra#5445&#45;&gt;ZcashFoundation/zebra#5091</title>
<path fill="none" stroke="#000000" d="M224.17,-183.54C243.13,-188.56 263.04,-193.84 282.27,-198.93"/>
<polygon fill="#000000" stroke="#000000" points="281.3875,-202.3169 291.95,-201.49 283.1772,-195.5495 281.3875,-202.3169"/>
</g>
<!-- ZcashFoundation/zebra#3831&#45;&gt;ZcashFoundation/zebra#5423 -->
<g id="edge8" class="edge">
<title>ZcashFoundation/zebra#3831&#45;&gt;ZcashFoundation/zebra#5423</title>
<path fill="none" stroke="#000000" d="M508.38,-157C516.71,-157 525.14,-157 533.53,-157"/>
<polygon fill="#000000" stroke="#000000" points="533.74,-160.5001 543.74,-157 533.74,-153.5001 533.74,-160.5001"/>
</g>
<!-- ZcashFoundation/zebra#5446 -->
<g id="node13" class="node open">
<title>ZcashFoundation/zebra#5446</title>
<g id="a_node13"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5446" xlink:title="ZcashFoundation/zebra#5446&#10;Audit: remove zebra&#45;chain&#10;cryptographic&#10;implementations that are&#10;unused" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="508,-91.5 276,-91.5 276,-8.5 508,-8.5 508,-91.5"/>
<text text-anchor="middle" x="392" y="-76.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5446</text>
<text text-anchor="middle" x="392" y="-61.3" font-family="Times,serif" font-size="14.00" fill="#000000">Audit: remove zebra&#45;chain</text>
<text text-anchor="middle" x="392" y="-46.3" font-family="Times,serif" font-size="14.00" fill="#000000">cryptographic</text>
<text text-anchor="middle" x="392" y="-31.3" font-family="Times,serif" font-size="14.00" fill="#000000">implementations that are</text>
<text text-anchor="middle" x="392" y="-16.3" font-family="Times,serif" font-size="14.00" fill="#000000">unused</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5446&#45;&gt;ZcashFoundation/zebra#5423 -->
<g id="edge9" class="edge">
<title>ZcashFoundation/zebra#5446&#45;&gt;ZcashFoundation/zebra#5423</title>
<path fill="none" stroke="#000000" d="M496,-91.522C532.27,-106 571.63,-121.72 602.7,-134.12"/>
<polygon fill="#000000" stroke="#000000" points="601.4752,-137.3996 612.06,-137.86 604.0725,-130.8993 601.4752,-137.3996"/>
</g>
<!-- ZcashFoundation/zebra#5297 -->
<g id="node14" class="node open">
<title>ZcashFoundation/zebra#5297</title>
<g id="a_node14"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5297" xlink:title="ZcashFoundation/zebra#5297&#10;Add metrics for chain&#10;fork work and lengths" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-855.5 8,-855.5 8,-802.5 240,-802.5 240,-855.5"/>
<text text-anchor="middle" x="124" y="-840.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5297</text>
<text text-anchor="middle" x="124" y="-825.3" font-family="Times,serif" font-size="14.00" fill="#000000">Add metrics for chain</text>
<text text-anchor="middle" x="124" y="-810.3" font-family="Times,serif" font-size="14.00" fill="#000000">fork work and lengths</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5015 -->
<g id="node15" class="node open">
<title>ZcashFoundation/zebra#5015</title>
<g id="a_node15"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5015" xlink:title="ZcashFoundation/zebra#5015&#10;Get transactions from the&#10;non&#45;finalized state in&#10;the send transactions&#10;test" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-956.5 8,-956.5 8,-873.5 240,-873.5 240,-956.5"/>
<text text-anchor="middle" x="124" y="-941.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5015</text>
<text text-anchor="middle" x="124" y="-926.3" font-family="Times,serif" font-size="14.00" fill="#000000">Get transactions from the</text>
<text text-anchor="middle" x="124" y="-911.3" font-family="Times,serif" font-size="14.00" fill="#000000">non&#45;finalized state in</text>
<text text-anchor="middle" x="124" y="-896.3" font-family="Times,serif" font-size="14.00" fill="#000000">the send transactions</text>
<text text-anchor="middle" x="124" y="-881.3" font-family="Times,serif" font-size="14.00" fill="#000000">test</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#2375 -->
<g id="node16" class="node open">
<title>ZcashFoundation/zebra#2375</title>
<g id="a_node16"><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="240,-1043 8,-1043 8,-975 240,-975 240,-1043"/>
<text text-anchor="middle" x="124" y="-1027.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#2375</text>
<text text-anchor="middle" x="124" y="-1012.8" font-family="Times,serif" font-size="14.00" fill="#000000">Allow different `zebra&#45;</text>
<text text-anchor="middle" x="124" y="-997.8" font-family="Times,serif" font-size="14.00" fill="#000000">network` apps to use</text>
<text text-anchor="middle" x="124" y="-982.8" font-family="Times,serif" font-size="14.00" fill="#000000">different user agents</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#794 -->
<g id="node17" class="node closed">
<title>ZcashFoundation/zebra#794</title>
<g id="a_node17"><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="503.5,-1035.5 280.5,-1035.5 280.5,-982.5 503.5,-982.5 503.5,-1035.5"/>
<text text-anchor="middle" x="392" y="-1020.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#794</text>
<text text-anchor="middle" x="392" y="-1005.3" font-family="Times,serif" font-size="14.00" fill="#000000">Make sure custom user</text>
<text text-anchor="middle" x="392" y="-990.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="M240.38,-1009C250.23,-1009 260.22,-1009 270.11,-1009"/>
<polygon fill="#000000" stroke="#000000" points="270.39,-1012.5001 280.39,-1009 270.39,-1005.5001 270.39,-1012.5001"/>
</g>
<!-- ZcashFoundation/zebra#3247 -->
<g id="node18" class="node open">
<title>ZcashFoundation/zebra#3247</title>
<g id="a_node18"><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="240,-1114.5 8,-1114.5 8,-1061.5 240,-1061.5 240,-1114.5"/>
<text text-anchor="middle" x="124" y="-1099.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3247</text>
<text text-anchor="middle" x="124" y="-1084.3" font-family="Times,serif" font-size="14.00" fill="#000000">Tracking: Questions for</text>
<text text-anchor="middle" x="124" y="-1069.3" font-family="Times,serif" font-size="14.00" fill="#000000">Network Audit</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#3383 -->
<g id="node19" class="node open">
<title>ZcashFoundation/zebra#3383</title>
<g id="a_node19"><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="240,-1185.5 8,-1185.5 8,-1132.5 240,-1132.5 240,-1185.5"/>
<text text-anchor="middle" x="124" y="-1170.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3383</text>
<text text-anchor="middle" x="124" y="-1155.3" font-family="Times,serif" font-size="14.00" fill="#000000">Document `zebrad</text>
<text text-anchor="middle" x="124" y="-1140.3" font-family="Times,serif" font-size="14.00" fill="#000000">download` command</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#1615 -->
<g id="node20" class="node open">
<title>ZcashFoundation/zebra#1615</title>
<g id="a_node20"><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" stroke-width="2" points="240,-1272 8,-1272 8,-1204 240,-1204 240,-1272"/>
<text text-anchor="middle" x="124" y="-1256.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#1615</text>
<text text-anchor="middle" x="124" y="-1241.8" font-family="Times,serif" font-size="14.00" fill="#000000">Zebra release candidate</text>
<text text-anchor="middle" x="124" y="-1226.8" font-family="Times,serif" font-size="14.00" fill="#000000">binaries should be linked</text>
<text text-anchor="middle" x="124" y="-1211.8" font-family="Times,serif" font-size="14.00" fill="#000000">from ZFND website</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4412 -->
<g id="node21" class="node open">
<title>ZcashFoundation/zebra#4412</title>
<g id="a_node21"><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="240,-1358 8,-1358 8,-1290 240,-1290 240,-1358"/>
<text text-anchor="middle" x="124" y="-1342.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4412</text>
<text text-anchor="middle" x="124" y="-1327.8" font-family="Times,serif" font-size="14.00" fill="#000000">Automate pinning CI</text>
<text text-anchor="middle" x="124" y="-1312.8" font-family="Times,serif" font-size="14.00" fill="#000000">dependencies to specific</text>
<text text-anchor="middle" x="124" y="-1297.8" font-family="Times,serif" font-size="14.00" fill="#000000">commit hashes</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4672 -->
<g id="node22" class="node open">
<title>ZcashFoundation/zebra#4672</title>
<g id="a_node22"><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="240,-1429.5 8,-1429.5 8,-1376.5 240,-1376.5 240,-1429.5"/>
<text text-anchor="middle" x="124" y="-1414.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4672</text>
<text text-anchor="middle" x="124" y="-1399.3" font-family="Times,serif" font-size="14.00" fill="#000000">Add support for Orchard</text>
<text text-anchor="middle" x="124" y="-1384.3" font-family="Times,serif" font-size="14.00" fill="#000000">proof batch verification</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5451 -->
<g id="node23" class="node open">
<title>ZcashFoundation/zebra#5451</title>
<g id="a_node23"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5451" xlink:title="ZcashFoundation/zebra#5451&#10;1&#45; Introduce&#10;`getblocktemplate` RPC&#10;method" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-1516 8,-1516 8,-1448 240,-1448 240,-1516"/>
<text text-anchor="middle" x="124" y="-1500.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5451</text>
<text text-anchor="middle" x="124" y="-1485.8" font-family="Times,serif" font-size="14.00" fill="#000000">1&#45; Introduce</text>
<text text-anchor="middle" x="124" y="-1470.8" font-family="Times,serif" font-size="14.00" fill="#000000">`getblocktemplate` RPC</text>
<text text-anchor="middle" x="124" y="-1455.8" font-family="Times,serif" font-size="14.00" fill="#000000">method</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5455 -->
<g id="node24" class="node open">
<title>ZcashFoundation/zebra#5455</title>
<g id="a_node24"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5455" xlink:title="ZcashFoundation/zebra#5455&#10;3&#45; Populate&#10;`BlockTemplate` fields&#10;using a new state request" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="508,-1609 276,-1609 276,-1541 508,-1541 508,-1609"/>
<text text-anchor="middle" x="392" y="-1593.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5455</text>
<text text-anchor="middle" x="392" y="-1578.8" font-family="Times,serif" font-size="14.00" fill="#000000">3&#45; Populate</text>
<text text-anchor="middle" x="392" y="-1563.8" font-family="Times,serif" font-size="14.00" fill="#000000">`BlockTemplate` fields</text>
<text text-anchor="middle" x="392" y="-1548.8" font-family="Times,serif" font-size="14.00" fill="#000000">using a new state request</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5451&#45;&gt;ZcashFoundation/zebra#5455 -->
<g id="edge11" class="edge">
<title>ZcashFoundation/zebra#5451&#45;&gt;ZcashFoundation/zebra#5455</title>
<path fill="none" stroke="#000000" d="M222.27,-1516.1C242.39,-1523.1 263.67,-1530.5 284.1,-1537.6"/>
<polygon fill="#000000" stroke="#000000" points="283.1454,-1540.9726 293.74,-1540.9 285.4126,-1534.3499 283.1454,-1540.9726"/>
</g>
<!-- ZcashFoundation/zebra#5452 -->
<g id="node25" class="node open">
<title>ZcashFoundation/zebra#5452</title>
<g id="a_node25"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5452" xlink:title="ZcashFoundation/zebra#5452&#10;2&#45; Populate&#10;`Blocktemplate` responses&#10;with fixed values data" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="508,-1523 276,-1523 276,-1455 508,-1455 508,-1523"/>
<text text-anchor="middle" x="392" y="-1507.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5452</text>
<text text-anchor="middle" x="392" y="-1492.8" font-family="Times,serif" font-size="14.00" fill="#000000">2&#45; Populate</text>
<text text-anchor="middle" x="392" y="-1477.8" font-family="Times,serif" font-size="14.00" fill="#000000">`Blocktemplate` responses</text>
<text text-anchor="middle" x="392" y="-1462.8" font-family="Times,serif" font-size="14.00" fill="#000000">with fixed values data</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5451&#45;&gt;ZcashFoundation/zebra#5452 -->
<g id="edge12" class="edge">
<title>ZcashFoundation/zebra#5451&#45;&gt;ZcashFoundation/zebra#5452</title>
<path fill="none" stroke="#000000" d="M240.38,-1485C248.71,-1485.3 257.14,-1485.5 265.53,-1485.7"/>
<polygon fill="#000000" stroke="#000000" points="265.6415,-1489.2047 275.74,-1486 265.8471,-1482.2077 265.6415,-1489.2047"/>
</g>
<!-- ZcashFoundation/zebra#5466 -->
<g id="node26" class="node open">
<title>ZcashFoundation/zebra#5466</title>
<g id="a_node26"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5466" xlink:title="ZcashFoundation/zebra#5466&#10;7&#45; Return an error from&#10;getblocktemplate if Zebra&#10;isn&#39;t synced to the tip" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="508,-1437 276,-1437 276,-1369 508,-1369 508,-1437"/>
<text text-anchor="middle" x="392" y="-1421.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5466</text>
<text text-anchor="middle" x="392" y="-1406.8" font-family="Times,serif" font-size="14.00" fill="#000000">7&#45; Return an error from</text>
<text text-anchor="middle" x="392" y="-1391.8" font-family="Times,serif" font-size="14.00" fill="#000000">getblocktemplate if Zebra</text>
<text text-anchor="middle" x="392" y="-1376.8" font-family="Times,serif" font-size="14.00" fill="#000000">isn&#39;t synced to the tip</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5451&#45;&gt;ZcashFoundation/zebra#5466 -->
<g id="edge13" class="edge">
<title>ZcashFoundation/zebra#5451&#45;&gt;ZcashFoundation/zebra#5466</title>
<path fill="none" stroke="#000000" d="M239.6,-1447.9C248.55,-1445.3 257.61,-1442.6 266.61,-1440"/>
<polygon fill="#000000" stroke="#000000" points="267.7728,-1443.3057 276.36,-1437.1 265.7771,-1436.5962 267.7728,-1443.3057"/>
</g>
<!-- ZcashFoundation/zebra#5453 -->
<g id="node27" class="node open">
<title>ZcashFoundation/zebra#5453</title>
<g id="a_node27"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5453" xlink:title="ZcashFoundation/zebra#5453&#10;4&#45; Populate transparent&#10;coinbase transaction data&#10;for `BlockTemplate`" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="776,-1347 544,-1347 544,-1279 776,-1279 776,-1347"/>
<text text-anchor="middle" x="660" y="-1331.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5453</text>
<text text-anchor="middle" x="660" y="-1316.8" font-family="Times,serif" font-size="14.00" fill="#000000">4&#45; Populate transparent</text>
<text text-anchor="middle" x="660" y="-1301.8" font-family="Times,serif" font-size="14.00" fill="#000000">coinbase transaction data</text>
<text text-anchor="middle" x="660" y="-1286.8" font-family="Times,serif" font-size="14.00" fill="#000000">for `BlockTemplate`</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5451&#45;&gt;ZcashFoundation/zebra#5453 -->
<g id="edge14" class="edge">
<title>ZcashFoundation/zebra#5451&#45;&gt;ZcashFoundation/zebra#5453</title>
<path fill="none" stroke="#000000" d="M227.55,-1448C231.96,-1444.9 236.14,-1441.6 240,-1438 267.92,-1412 245.15,-1382.5 276,-1360 296.74,-1344.9 429.71,-1331 533.43,-1322.4"/>
<polygon fill="#000000" stroke="#000000" points="534.0341,-1325.8605 543.69,-1321.5 533.4224,-1318.8873 534.0341,-1325.8605"/>
</g>
<!-- ZcashFoundation/zebra#5455&#45;&gt;ZcashFoundation/zebra#5453 -->
<g id="edge15" class="edge">
<title>ZcashFoundation/zebra#5455&#45;&gt;ZcashFoundation/zebra#5453</title>
<path fill="none" stroke="#000000" d="M495.1,-1540.8C499.6,-1538.1 503.93,-1535.2 508,-1532 569.33,-1484.4 615.54,-1405.2 640.11,-1356.2"/>
<polygon fill="#000000" stroke="#000000" points="643.3132,-1357.6176 644.59,-1347.1 637.033,-1354.5258 643.3132,-1357.6176"/>
</g>
<!-- ZcashFoundation/zebra#5472 -->
<g id="node28" class="node open">
<title>ZcashFoundation/zebra#5472</title>
<g id="a_node28"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5472" xlink:title="ZcashFoundation/zebra#5472&#10;Support shielded coinbase&#10;in `getblocktemplate`" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="1044,-1339.5 812,-1339.5 812,-1286.5 1044,-1286.5 1044,-1339.5"/>
<text text-anchor="middle" x="928" y="-1324.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5472</text>
<text text-anchor="middle" x="928" y="-1309.3" font-family="Times,serif" font-size="14.00" fill="#000000">Support shielded coinbase</text>
<text text-anchor="middle" x="928" y="-1294.3" font-family="Times,serif" font-size="14.00" fill="#000000">in `getblocktemplate`</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5453&#45;&gt;ZcashFoundation/zebra#5472 -->
<g id="edge16" class="edge">
<title>ZcashFoundation/zebra#5453&#45;&gt;ZcashFoundation/zebra#5472</title>
<path fill="none" stroke="#000000" d="M776.38,-1313C784.71,-1313 793.14,-1313 801.53,-1313"/>
<polygon fill="#000000" stroke="#000000" points="801.74,-1316.5001 811.74,-1313 801.74,-1309.5001 801.74,-1316.5001"/>
</g>
<!-- ZcashFoundation/zebra#4841 -->
<g id="node29" class="node closed">
<title>ZcashFoundation/zebra#4841</title>
<g id="a_node29"><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="508,-1688.5 276,-1688.5 276,-1635.5 508,-1635.5 508,-1688.5"/>
<text text-anchor="middle" x="392" y="-1673.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4841</text>
<text text-anchor="middle" x="392" y="-1658.3" font-family="Times,serif" font-size="14.00" fill="#000000">Improve note commitment</text>
<text text-anchor="middle" x="392" y="-1643.3" font-family="Times,serif" font-size="14.00" fill="#000000">tree append performance</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4612 -->
<g id="node30" class="node closed">
<title>ZcashFoundation/zebra#4612</title>
<g id="a_node30"><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="#fad8c7" stroke="#000000" points="508,-1805 276,-1805 276,-1737 508,-1737 508,-1805"/>
<text text-anchor="middle" x="392" y="-1789.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4612</text>
<text text-anchor="middle" x="392" y="-1774.8" font-family="Times,serif" font-size="14.00" fill="#000000">ci: Wait for lightwalletd</text>
<text text-anchor="middle" x="392" y="-1759.8" font-family="Times,serif" font-size="14.00" fill="#000000">image rebuild if it has</text>
<text text-anchor="middle" x="392" y="-1744.8" font-family="Times,serif" font-size="14.00" fill="#000000">changed</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5153 -->
<g id="node31" class="node open">
<title>ZcashFoundation/zebra#5153</title>
<g id="a_node31"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5153" xlink:title="ZcashFoundation/zebra#5153&#10;Tag Google Cloud&#10;instances with the name&#10;of the test or workflow" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="240,-1975 8,-1975 8,-1907 240,-1907 240,-1975"/>
<text text-anchor="middle" x="124" y="-1959.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5153</text>
<text text-anchor="middle" x="124" y="-1944.8" font-family="Times,serif" font-size="14.00" fill="#000000">Tag Google Cloud</text>
<text text-anchor="middle" x="124" y="-1929.8" font-family="Times,serif" font-size="14.00" fill="#000000">instances with the name</text>
<text text-anchor="middle" x="124" y="-1914.8" font-family="Times,serif" font-size="14.00" fill="#000000">of the test or workflow</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5189 -->
<g id="node32" class="node closed">
<title>ZcashFoundation/zebra#5189</title>
<g id="a_node32"><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="#fad8c7" stroke="#000000" points="508,-2051.5 276,-2051.5 276,-1998.5 508,-1998.5 508,-2051.5"/>
<text text-anchor="middle" x="392" y="-2036.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5189</text>
<text text-anchor="middle" x="392" y="-2021.3" font-family="Times,serif" font-size="14.00" fill="#000000">Run some docker tests on</text>
<text text-anchor="middle" x="392" y="-2006.3" font-family="Times,serif" font-size="14.00" fill="#000000">smaller instances</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5153&#45;&gt;ZcashFoundation/zebra#5189 -->
<g id="edge17" class="edge">
<title>ZcashFoundation/zebra#5153&#45;&gt;ZcashFoundation/zebra#5189</title>
<path fill="none" stroke="#000000" d="M232.62,-1975C254.04,-1981.8 276.36,-1988.8 297.27,-1995.3"/>
<polygon fill="#000000" stroke="#000000" points="296.5103,-1998.7303 307.1,-1998.4 298.6157,-1992.0544 296.5103,-1998.7303"/>
</g>
<!-- ZcashFoundation/zebra#5155 -->
<g id="node33" class="node closed">
<title>ZcashFoundation/zebra#5155</title>
<g id="a_node33"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5155" xlink:title="ZcashFoundation/zebra#5155&#10;Decide if we want to&#10;create cached states more&#10;often" target="_blank">
<polygon fill="#fad8c7" stroke="#000000" points="508,-1977 276,-1977 276,-1909 508,-1909 508,-1977"/>
<text text-anchor="middle" x="392" y="-1961.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5155</text>
<text text-anchor="middle" x="392" y="-1946.8" font-family="Times,serif" font-size="14.00" fill="#000000">Decide if we want to</text>
<text text-anchor="middle" x="392" y="-1931.8" font-family="Times,serif" font-size="14.00" fill="#000000">create cached states more</text>
<text text-anchor="middle" x="392" y="-1916.8" font-family="Times,serif" font-size="14.00" fill="#000000">often</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5153&#45;&gt;ZcashFoundation/zebra#5155 -->
<g id="edge18" class="edge">
<title>ZcashFoundation/zebra#5153&#45;&gt;ZcashFoundation/zebra#5155</title>
<path fill="none" stroke="#000000" d="M240.38,-1941.9C248.71,-1941.9 257.14,-1942 265.53,-1942.1"/>
<polygon fill="#000000" stroke="#000000" points="265.74,-1945.6001 275.74,-1942.1 265.74,-1938.6001 265.74,-1945.6001"/>
</g>
<!-- ZcashFoundation/zebra#5188 -->
<g id="node34" class="node closed">
<title>ZcashFoundation/zebra#5188</title>
<g id="a_node34"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5188" xlink:title="ZcashFoundation/zebra#5188&#10;Reduce continuous&#10;deployment instance group&#10;size to 1" target="_blank">
<polygon fill="#fad8c7" stroke="#000000" points="508,-1891 276,-1891 276,-1823 508,-1823 508,-1891"/>
<text text-anchor="middle" x="392" y="-1875.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5188</text>
<text text-anchor="middle" x="392" y="-1860.8" font-family="Times,serif" font-size="14.00" fill="#000000">Reduce continuous</text>
<text text-anchor="middle" x="392" y="-1845.8" font-family="Times,serif" font-size="14.00" fill="#000000">deployment instance group</text>
<text text-anchor="middle" x="392" y="-1830.8" font-family="Times,serif" font-size="14.00" fill="#000000">size to 1</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5153&#45;&gt;ZcashFoundation/zebra#5188 -->
<g id="edge19" class="edge">
<title>ZcashFoundation/zebra#5153&#45;&gt;ZcashFoundation/zebra#5188</title>
<path fill="none" stroke="#000000" d="M232.62,-1907C246.05,-1902.7 259.83,-1898.4 273.39,-1894.2"/>
<polygon fill="#000000" stroke="#000000" points="274.7438,-1897.4431 283.23,-1891.1 272.6404,-1890.7666 274.7438,-1897.4431"/>
</g>
<!-- ZcashFoundation/zebra#4794 -->
<g id="node35" class="node open">
<title>ZcashFoundation/zebra#4794</title>
<g id="a_node35"><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="240,-2162.5 8,-2162.5 8,-2079.5 240,-2079.5 240,-2162.5"/>
<text text-anchor="middle" x="124" y="-2147.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4794</text>
<text text-anchor="middle" x="124" y="-2132.3" font-family="Times,serif" font-size="14.00" fill="#000000">Revert note commitment</text>
<text text-anchor="middle" x="124" y="-2117.3" font-family="Times,serif" font-size="14.00" fill="#000000">and history trees when</text>
<text text-anchor="middle" x="124" y="-2102.3" font-family="Times,serif" font-size="14.00" fill="#000000">forking non&#45;finalized</text>
<text text-anchor="middle" x="124" y="-2087.3" font-family="Times,serif" font-size="14.00" fill="#000000">chains</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5454 -->
<g id="node36" class="node open">
<title>ZcashFoundation/zebra#5454</title>
<g id="a_node36"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5454" xlink:title="ZcashFoundation/zebra#5454&#10;5&#45; Populate transactions&#10;of `BlockTemplate`" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="508,-1226.5 276,-1226.5 276,-1173.5 508,-1173.5 508,-1226.5"/>
<text text-anchor="middle" x="392" y="-1211.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5454</text>
<text text-anchor="middle" x="392" y="-1196.3" font-family="Times,serif" font-size="14.00" fill="#000000">5&#45; Populate transactions</text>
<text text-anchor="middle" x="392" y="-1181.3" font-family="Times,serif" font-size="14.00" fill="#000000">of `BlockTemplate`</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5454&#45;&gt;ZcashFoundation/zebra#5453 -->
<g id="edge20" class="edge">
<title>ZcashFoundation/zebra#5454&#45;&gt;ZcashFoundation/zebra#5453</title>
<path fill="none" stroke="#000000" d="M482.76,-1226.5C491.36,-1229.5 499.89,-1232.7 508,-1236 535.23,-1247 564.2,-1261.1 589.47,-1274.2"/>
<polygon fill="#000000" stroke="#000000" points="588.1163,-1277.4395 598.61,-1278.9 591.3175,-1271.2143 588.1163,-1277.4395"/>
</g>
<!-- ZcashFoundation/zebra#5473 -->
<g id="node37" class="node open">
<title>ZcashFoundation/zebra#5473</title>
<g id="a_node37"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5473" xlink:title="ZcashFoundation/zebra#5473&#10;Select `getblocktemplate`&#10;transactions according to&#10;ZIP&#45;317" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" points="776,-1234 544,-1234 544,-1166 776,-1166 776,-1234"/>
<text text-anchor="middle" x="660" y="-1218.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5473</text>
<text text-anchor="middle" x="660" y="-1203.8" font-family="Times,serif" font-size="14.00" fill="#000000">Select `getblocktemplate`</text>
<text text-anchor="middle" x="660" y="-1188.8" font-family="Times,serif" font-size="14.00" fill="#000000">transactions according to</text>
<text text-anchor="middle" x="660" y="-1173.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZIP&#45;317</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5454&#45;&gt;ZcashFoundation/zebra#5473 -->
<g id="edge21" class="edge">
<title>ZcashFoundation/zebra#5454&#45;&gt;ZcashFoundation/zebra#5473</title>
<path fill="none" stroke="#000000" d="M508.38,-1200C516.71,-1200 525.14,-1200 533.53,-1200"/>
<polygon fill="#000000" stroke="#000000" points="533.74,-1203.5001 543.74,-1200 533.74,-1196.5001 533.74,-1203.5001"/>
</g>
<!-- ZcashFoundation/zebra#3096 -->
<g id="node38" class="node open">
<title>ZcashFoundation/zebra#3096</title>
<g id="a_node38"><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="240,-2233.5 8,-2233.5 8,-2180.5 240,-2180.5 240,-2233.5"/>
<text text-anchor="middle" x="124" y="-2218.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#3096</text>
<text text-anchor="middle" x="124" y="-2203.3" font-family="Times,serif" font-size="14.00" fill="#000000">Epic: Zebra Release</text>
<text text-anchor="middle" x="124" y="-2188.3" font-family="Times,serif" font-size="14.00" fill="#000000">Candidate</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4774 -->
<g id="node39" class="node open">
<title>ZcashFoundation/zebra#4774</title>
<g id="a_node39"><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="240,-1718.5 8,-1718.5 8,-1635.5 240,-1635.5 240,-1718.5"/>
<text text-anchor="middle" x="124" y="-1703.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4774</text>
<text text-anchor="middle" x="124" y="-1688.3" font-family="Times,serif" font-size="14.00" fill="#000000">Add an NU5 block test</text>
<text text-anchor="middle" x="124" y="-1673.3" font-family="Times,serif" font-size="14.00" fill="#000000">vector that contains many</text>
<text text-anchor="middle" x="124" y="-1658.3" font-family="Times,serif" font-size="14.00" fill="#000000">shielded Orchard</text>
<text text-anchor="middle" x="124" y="-1643.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="edge22" class="edge">
<title>ZcashFoundation/zebra#4774&#45;&gt;ZcashFoundation/zebra#4841</title>
<path fill="none" stroke="#000000" d="M240.38,-1670.5C248.71,-1670 257.14,-1669.5 265.53,-1669.1"/>
<polygon fill="#000000" stroke="#000000" points="265.9626,-1672.5807 275.74,-1668.5 265.5519,-1665.5928 265.9626,-1672.5807"/>
</g>
<!-- ZcashFoundation/zebra#4775 -->
<g id="node40" class="node open">
<title>ZcashFoundation/zebra#4775</title>
<g id="a_node40"><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="240,-1617.5 8,-1617.5 8,-1534.5 240,-1534.5 240,-1617.5"/>
<text text-anchor="middle" x="124" y="-1602.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4775</text>
<text text-anchor="middle" x="124" y="-1587.3" font-family="Times,serif" font-size="14.00" fill="#000000">Add an NU5 block test</text>
<text text-anchor="middle" x="124" y="-1572.3" font-family="Times,serif" font-size="14.00" fill="#000000">vector that contains many</text>
<text text-anchor="middle" x="124" y="-1557.3" font-family="Times,serif" font-size="14.00" fill="#000000">shielded Sapling</text>
<text text-anchor="middle" x="124" y="-1542.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="edge23" class="edge">
<title>ZcashFoundation/zebra#4775&#45;&gt;ZcashFoundation/zebra#4841</title>
<path fill="none" stroke="#000000" d="M240.38,-1613.3C260.2,-1619.7 280.54,-1626.2 299.63,-1632.4"/>
<polygon fill="#000000" stroke="#000000" points="298.6008,-1635.7453 309.19,-1635.4 300.6967,-1629.0664 298.6008,-1635.7453"/>
</g>
<!-- ZcashFoundation/zebra#5395 -->
<g id="node41" class="node open">
<title>ZcashFoundation/zebra#5395</title>
<g id="a_node41"><a xlink:href="https://github.com/ZcashFoundation/zebra/pull/5395" xlink:title="ZcashFoundation/zebra#5395&#10;docs(audit): List of&#10;dependencies" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="508,-418.5 276,-418.5 276,-414.5 272,-414.5 272,-410.5 276,-410.5 276,-373.5 272,-373.5 272,-369.5 276,-369.5 276,-365.5 508,-365.5 508,-418.5"/>
<polyline fill="none" stroke="#000000" stroke-width="2" points="276,-414.5 280,-414.5 280,-410.5 276,-410.5 "/>
<polyline fill="none" stroke="#000000" stroke-width="2" points="276,-373.5 280,-373.5 280,-369.5 276,-369.5 "/>
<text text-anchor="middle" x="392" y="-403.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5395</text>
<text text-anchor="middle" x="392" y="-388.3" font-family="Times,serif" font-size="14.00" fill="#000000">docs(audit): List of</text>
<text text-anchor="middle" x="392" y="-373.3" font-family="Times,serif" font-size="14.00" fill="#000000">dependencies</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5395&#45;&gt;ZcashFoundation/zebra#5423 -->
<g id="edge24" class="edge">
<title>ZcashFoundation/zebra#5395&#45;&gt;ZcashFoundation/zebra#5423</title>
<path fill="none" stroke="#000000" d="M501.07,-365.34C503.44,-363.97 505.76,-362.52 508,-361 575.44,-315.28 624.61,-229.53 646.82,-185.18"/>
<polygon fill="#000000" stroke="#000000" points="650.0081,-186.6282 651.28,-176.11 643.7265,-183.5393 650.0081,-186.6282"/>
</g>
<!-- ZcashFoundation/zebra#4882 -->
<g id="node42" class="node open">
<title>ZcashFoundation/zebra#4882</title>
<g id="a_node42"><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="240,-1805 8,-1805 8,-1737 240,-1737 240,-1805"/>
<text text-anchor="middle" x="124" y="-1789.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4882</text>
<text text-anchor="middle" x="124" y="-1774.8" font-family="Times,serif" font-size="14.00" fill="#000000">Add zcash&#45;lightwalletd /</text>
<text text-anchor="middle" x="124" y="-1759.8" font-family="Times,serif" font-size="14.00" fill="#000000">Build images to required</text>
<text text-anchor="middle" x="124" y="-1744.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="edge25" class="edge">
<title>ZcashFoundation/zebra#4882&#45;&gt;ZcashFoundation/zebra#4612</title>
<path fill="none" stroke="#000000" d="M240.38,-1771C248.71,-1771 257.14,-1771 265.53,-1771"/>
<polygon fill="#000000" stroke="#000000" points="265.74,-1774.5001 275.74,-1771 265.74,-1767.5001 265.74,-1774.5001"/>
</g>
<!-- ZcashFoundation/zebra#5199 -->
<g id="node43" class="node open">
<title>ZcashFoundation/zebra#5199</title>
<g id="a_node43"><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="240,-2061 8,-2061 8,-1993 240,-1993 240,-2061"/>
<text text-anchor="middle" x="124" y="-2045.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5199</text>
<text text-anchor="middle" x="124" y="-2030.8" font-family="Times,serif" font-size="14.00" fill="#000000">Consider using `nextest`</text>
<text text-anchor="middle" x="124" y="-2015.8" font-family="Times,serif" font-size="14.00" fill="#000000">to run tests faster and</text>
<text text-anchor="middle" x="124" y="-2000.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="edge26" class="edge">
<title>ZcashFoundation/zebra#5199&#45;&gt;ZcashFoundation/zebra#5189</title>
<path fill="none" stroke="#000000" d="M240.38,-2026.1C248.71,-2026.1 257.14,-2026 265.53,-2025.9"/>
<polygon fill="#000000" stroke="#000000" points="265.74,-2029.4001 275.74,-2025.9 265.74,-2022.4001 265.74,-2029.4001"/>
</g>
<!-- ZcashFoundation/zebra#5456 -->
<g id="node44" class="node open">
<title>ZcashFoundation/zebra#5456</title>
<g id="a_node44"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/5456" xlink:title="ZcashFoundation/zebra#5456&#10;6&#45; Add a miner&#10;transparent address&#10;config option" target="_blank">
<polygon fill="#c2e0c6" stroke="#000000" stroke-width="2" points="508,-1313 276,-1313 276,-1245 508,-1245 508,-1313"/>
<text text-anchor="middle" x="392" y="-1297.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#5456</text>
<text text-anchor="middle" x="392" y="-1282.8" font-family="Times,serif" font-size="14.00" fill="#000000">6&#45; Add a miner</text>
<text text-anchor="middle" x="392" y="-1267.8" font-family="Times,serif" font-size="14.00" fill="#000000">transparent address</text>
<text text-anchor="middle" x="392" y="-1252.8" font-family="Times,serif" font-size="14.00" fill="#000000">config option</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#5456&#45;&gt;ZcashFoundation/zebra#5453 -->
<g id="edge27" class="edge">
<title>ZcashFoundation/zebra#5456&#45;&gt;ZcashFoundation/zebra#5453</title>
<path fill="none" stroke="#000000" d="M508.38,-1293.8C516.81,-1294.8 525.33,-1295.9 533.81,-1297"/>
<polygon fill="#000000" stroke="#000000" points="533.3702,-1300.4722 543.74,-1298.3 534.279,-1293.5314 533.3702,-1300.4722"/>
</g>
<!-- ZcashFoundation/zebra#4554 -->
<g id="node45" class="node open">
<title>ZcashFoundation/zebra#4554</title>
<g id="a_node45"><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="240,-2320 8,-2320 8,-2252 240,-2252 240,-2320"/>
<text text-anchor="middle" x="124" y="-2304.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4554</text>
<text text-anchor="middle" x="124" y="-2289.8" font-family="Times,serif" font-size="14.00" fill="#000000">benchmarks: surface</text>
<text text-anchor="middle" x="124" y="-2274.8" font-family="Times,serif" font-size="14.00" fill="#000000">zebrad mainnet sync time</text>
<text text-anchor="middle" x="124" y="-2259.8" font-family="Times,serif" font-size="14.00" fill="#000000">in CI</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4545 -->
<g id="node46" class="node open">
<title>ZcashFoundation/zebra#4545</title>
<g id="a_node46"><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="240,-2421.5 8,-2421.5 8,-2338.5 240,-2338.5 240,-2421.5"/>
<text text-anchor="middle" x="124" y="-2406.3" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4545</text>
<text text-anchor="middle" x="124" y="-2391.3" font-family="Times,serif" font-size="14.00" fill="#000000">Start disconnecting from</text>
<text text-anchor="middle" x="124" y="-2376.3" font-family="Times,serif" font-size="14.00" fill="#000000">outdated peers before</text>
<text text-anchor="middle" x="124" y="-2361.3" font-family="Times,serif" font-size="14.00" fill="#000000">network upgrade</text>
<text text-anchor="middle" x="124" y="-2346.3" font-family="Times,serif" font-size="14.00" fill="#000000">activation</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#4226 -->
<g id="node47" class="node closed">
<title>ZcashFoundation/zebra#4226</title>
<g id="a_node47"><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="508,-2414 276,-2414 276,-2346 508,-2346 508,-2414"/>
<text text-anchor="middle" x="392" y="-2398.8" font-family="Times,serif" font-size="14.00" fill="#000000">ZcashFoundation/zebra#4226</text>
<text text-anchor="middle" x="392" y="-2383.8" font-family="Times,serif" font-size="14.00" fill="#000000">Prefer faster peers, but</text>
<text text-anchor="middle" x="392" y="-2368.8" font-family="Times,serif" font-size="14.00" fill="#000000">if all peers are slow,</text>
<text text-anchor="middle" x="392" y="-2353.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="edge28" class="edge">
<title>ZcashFoundation/zebra#4545&#45;&gt;ZcashFoundation/zebra#4226</title>
<path fill="none" stroke="#000000" d="M240.38,-2380C248.71,-2380 257.14,-2380 265.53,-2380"/>
<polygon fill="#000000" stroke="#000000" points="265.74,-2383.5001 275.74,-2380 265.74,-2376.5001 265.74,-2383.5001"/>
</g>
</g>
</svg>
</div>
<script>
svgPanZoom('#dag > svg', {
zoomScaleSensitivity: 0.4
});
</script>
</body>
</html>