developers/zcash-zf-devops-dag.html

71 lines
3.6 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="239pt" height="249pt"
viewBox="0.00 0.00 239.00 248.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 244.5)">
<polygon fill="white" stroke="transparent" points="-4,4 -4,-244.5 235,-244.5 235,4 -4,4"/>
<!-- ZcashFoundation/zebra#4554 -->
<g id="node1" class="node open">
<title>ZcashFoundation/zebra#4554</title>
<g id="a_node1"><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,-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#4554</text>
<text text-anchor="middle" x="115.5" y="-52.8" font-family="Times,serif" font-size="14.00">benchmarks: create a</text>
<text text-anchor="middle" x="115.5" y="-37.8" font-family="Times,serif" font-size="14.00">ticket if zebrad mainnet</text>
<text text-anchor="middle" x="115.5" y="-22.8" font-family="Times,serif" font-size="14.00">sync time increases</text>
<text text-anchor="middle" x="115.5" y="-7.8" font-family="Times,serif" font-size="14.00">significantly</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#7415 -->
<g id="node2" class="node open">
<title>ZcashFoundation/zebra#7415</title>
<g id="a_node2"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/7415" xlink:title="ZcashFoundation/zebra#7415&#10;devops: Remove redundant&#10;tags in Docker Hub" target="_blank">
<polygon fill="#c2e0c6" stroke="black" stroke-width="2" points="231,-154 0,-154 0,-101 231,-101 231,-154"/>
<text text-anchor="middle" x="115.5" y="-138.8" font-family="Times,serif" font-size="14.00">ZcashFoundation/zebra#7415</text>
<text text-anchor="middle" x="115.5" y="-123.8" font-family="Times,serif" font-size="14.00">devops: Remove redundant</text>
<text text-anchor="middle" x="115.5" y="-108.8" font-family="Times,serif" font-size="14.00">tags in Docker Hub</text>
</a>
</g>
</g>
<!-- ZcashFoundation/zebra#7362 -->
<g id="node3" class="node open">
<title>ZcashFoundation/zebra#7362</title>
<g id="a_node3"><a xlink:href="https://github.com/ZcashFoundation/zebra/issues/7362" xlink:title="ZcashFoundation/zebra#7362&#10;Remove extra tests for&#10;getblocktemplate&#45;rpcs&#10;feature" target="_blank">
<polygon fill="#c2e0c6" stroke="black" stroke-width="2" points="231,-240.5 0,-240.5 0,-172.5 231,-172.5 231,-240.5"/>
<text text-anchor="middle" x="115.5" y="-225.3" font-family="Times,serif" font-size="14.00">ZcashFoundation/zebra#7362</text>
<text text-anchor="middle" x="115.5" y="-210.3" font-family="Times,serif" font-size="14.00">Remove extra tests for</text>
<text text-anchor="middle" x="115.5" y="-195.3" font-family="Times,serif" font-size="14.00">getblocktemplate&#45;rpcs</text>
<text text-anchor="middle" x="115.5" y="-180.3" font-family="Times,serif" font-size="14.00">feature</text>
</a>
</g>
</g>
</g>
</svg>
</div>
<script>
svgPanZoom('#dag > svg', {
zoomScaleSensitivity: 0.4
});
</script>
</body>
</html>