developers/zcash-zf-devops-dag.html

79 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Zcash zf-devops 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="506pt" height="192pt"
viewBox="0.00 0.00 506.00 192.00" 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 188)">
<polygon fill="white" stroke="transparent" points="-4,4 -4,-188 502,-188 502,4 -4,4"/>
<!-- ZcashFoundation/zebra#6025 -->
<g id="node1" class="node open">
<title>ZcashFoundation/zebra#6025</title>
<g id="a_node1"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/6025" xlink:title="ZcashFoundation/zebra#6025&#10;Add a manually&#45;triggered&#10;workflow for mining a&#10;block on testnet" target="_blank">
<polygon fill="#c2e0c6" stroke="black" points="498,-75.5 267,-75.5 267,-7.5 498,-7.5 498,-75.5"/>
<text text-anchor="middle" x="382.5" y="-60.3" font-family="Times,serif" font-size="14.00">ZcashFoundation/zebra#6025</text>
<text text-anchor="middle" x="382.5" y="-45.3" font-family="Times,serif" font-size="14.00">Add a manually&#45;triggered</text>
<text text-anchor="middle" x="382.5" y="-30.3" font-family="Times,serif" font-size="14.00">workflow for mining a</text>
<text text-anchor="middle" x="382.5" y="-15.3" font-family="Times,serif" font-size="14.00">block on testnet</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#6118 -->
<g id="node2" class="node open">
<title>ZcashFoundation/zebra#6118</title>
<g id="a_node2"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/6118" xlink:title="ZcashFoundation/zebra#6118&#10;Create a Docker images&#10;and docker&#45;compose for&#10;mining with Zebra on&#10;Testnet" target="_blank">
<polygon fill="#c2e0c6" stroke="black" stroke-width="2" points="231,-83 0,-83 0,0 231,0 231,-83"/>
<text text-anchor="middle" x="115.5" y="-67.8" font-family="Times,serif" font-size="14.00">ZcashFoundation/zebra#6118</text>
<text text-anchor="middle" x="115.5" y="-52.8" font-family="Times,serif" font-size="14.00">Create a Docker images</text>
<text text-anchor="middle" x="115.5" y="-37.8" font-family="Times,serif" font-size="14.00">and docker&#45;compose for</text>
<text text-anchor="middle" x="115.5" y="-22.8" font-family="Times,serif" font-size="14.00">mining with Zebra on</text>
<text text-anchor="middle" x="115.5" y="-7.8" font-family="Times,serif" font-size="14.00">Testnet</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#6118&#45;&gt;ZcashFoundation/zebra#6025 -->
<g id="edge1" class="edge">
<title>ZcashFoundation/zebra#6118&#45;&gt;ZcashFoundation/zebra#6025</title>
<path fill="none" stroke="black" d="M231.19,-41.5C239.55,-41.5 247.99,-41.5 256.4,-41.5"/>
<polygon fill="black" stroke="black" points="256.63,-45 266.63,-41.5 256.63,-38 256.63,-45"/>
</g>
<!-- ZcashFoundation/zebra#4554 -->
<g id="node3" class="node open">
<title>ZcashFoundation/zebra#4554</title>
<g id="a_node3"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/4554" xlink:title="ZcashFoundation/zebra#4554&#10;benchmarks: create a&#10;ticket if zebrad mainnet&#10;sync time increases&#10;significantly" target="_blank">
<polygon fill="#c2e0c6" stroke="black" stroke-width="2" points="231,-184 0,-184 0,-101 231,-101 231,-184"/>
<text text-anchor="middle" x="115.5" y="-168.8" font-family="Times,serif" font-size="14.00">ZcashFoundation/zebra#4554</text>
<text text-anchor="middle" x="115.5" y="-153.8" font-family="Times,serif" font-size="14.00">benchmarks: create a</text>
<text text-anchor="middle" x="115.5" y="-138.8" font-family="Times,serif" font-size="14.00">ticket if zebrad mainnet</text>
<text text-anchor="middle" x="115.5" y="-123.8" font-family="Times,serif" font-size="14.00">sync time increases</text>
<text text-anchor="middle" x="115.5" y="-108.8" font-family="Times,serif" font-size="14.00">significantly</text>
</a>
</g>
</g>
</g>
</svg>
</div>
<script>
svgPanZoom('#dag > svg', {
zoomScaleSensitivity: 0.4
});
</script>
</body>
</html>