developers/zcash-zf-devops-dag.html

60 lines
2.8 KiB
HTML
Raw Normal View History

<!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="178pt"
viewBox="0.00 0.00 239.00 177.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 173.5)">
<polygon fill="white" stroke="transparent" points="-4,4 -4,-173.5 235,-173.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#7362 -->
<g id="node2" class="node open">
<title>ZcashFoundation/zebra#7362</title>
<g id="a_node2"><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,-169.5 0,-169.5 0,-101.5 231,-101.5 231,-169.5"/>
<text text-anchor="middle" x="115.5" y="-154.3" font-family="Times,serif" font-size="14.00">ZcashFoundation/zebra#7362</text>
<text text-anchor="middle" x="115.5" y="-139.3" font-family="Times,serif" font-size="14.00">Remove extra tests for</text>
<text text-anchor="middle" x="115.5" y="-124.3" font-family="Times,serif" font-size="14.00">getblocktemplate&#45;rpcs</text>
<text text-anchor="middle" x="115.5" y="-109.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>