mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-11 16:51:51 +00:00
BIP 8: Refactor back to wholly-contained spec
This partially reverts 7f6a0f811c
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 20 KiB |
51
bip-0008/states.svg
Normal file
51
bip-0008/states.svg
Normal file
@@ -0,0 +1,51 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 608 464" width="608" height="464">
|
||||
<defs>
|
||||
<style type="text/css"><![CDATA[
|
||||
rect {
|
||||
fill: white;
|
||||
stroke: black;
|
||||
stroke-width: 1;
|
||||
}
|
||||
text {
|
||||
fill: black;
|
||||
}
|
||||
svg>path {
|
||||
stroke: black;
|
||||
stroke-width: 2;
|
||||
fill: none;
|
||||
marker-end: url(#arrow);
|
||||
}
|
||||
]]></style>
|
||||
<marker id="arrow" markerWidth="13" markerHeight="13" refX="8" refY="6" orient="auto">
|
||||
<path d="M0,2 L0,11 L8,6 L0,2" style="fill: black;" />
|
||||
</marker>
|
||||
</defs>
|
||||
|
||||
<rect x="112" y="48" width="128" height="32"/>
|
||||
<text x="176" y="72" font-size="20" text-anchor="middle">DEFINED</text>
|
||||
<path d="M 128 80 a 24 32 0 1 1 0 -32"/><!-- loop -->
|
||||
<path d="M 176 80 l 0 96"/>
|
||||
<text x="160" y="128" font-size="12" text-anchor="end">starttime <= MTP < timeout</text>
|
||||
<rect x="112" y="176" width="128" height="32"/>
|
||||
<text x="176" y="200" font-size="20" text-anchor="middle">STARTED</text>
|
||||
<path d="M 128 208 a 24 32 0 1 1 0 -32"/><!-- loop -->
|
||||
<path d="M 176 208 l 0 96"/>
|
||||
<text x="192" y="232" font-size="12" text-anchor="start">(lockinontimeout == false) AND (MTP < timeout) AND (threshold reached)</text>
|
||||
<text x="304" y="256" font-size="12" text-anchor="start">OR</text>
|
||||
<text x="192" y="280" font-size="12" text-anchor="start">(lockinontimeout == true) AND ((MTP >= timeout) OR (threshold reached))</text>
|
||||
<rect x="112" y="304" width="128" height="32"/>
|
||||
<text x="176" y="328" font-size="20" text-anchor="middle">LOCKED_IN</text>
|
||||
<path d="M 176 336 l 0 48"/>
|
||||
<text x="192" y="360" font-size="12" text-anchor="start">Always</text>
|
||||
<rect x="112" y="384" width="128" height="32"/>
|
||||
<text x="176" y="408" font-size="20" text-anchor="middle">ACTIVE</text>
|
||||
<path d="M 128 416 a 24 32 0 1 1 0 -32"/><!-- loop -->
|
||||
|
||||
<rect x="304" y="112" width="128" height="32"/>
|
||||
<text x="368" y="136" font-size="20" text-anchor="middle">FAILED</text>
|
||||
<path d="M 416 144 a 24 32 0 1 0 0 -32"/><!-- loop -->
|
||||
<path d="M 240 64 l 64 48"/>
|
||||
<text x="280" y="80" font-size="12" text-anchor="start">timeout <= MTP</text>
|
||||
<path d="M 240 192 l 64 -48"/>
|
||||
<text x="280" y="180" font-size="12" text-anchor="start">(lockinontimeout == false) AND (timeout <= MTP)</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user