ZIP 221: Document that nTime fields will overflow on 2106-02-07.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-03-10 16:39:44 +00:00
parent ef987f67b2
commit c4457ae78f
2 changed files with 4 additions and 4 deletions

View File

@ -212,7 +212,7 @@ License: MIT</pre>
<dt>Internal or root node</dt>
<dd>Inherited from the left child.</dd>
</dl>
<p>Serialized as <code>nTime</code> (<code>uint32</code>).</p>
<p>Serialized as <code>nTime</code> (<code>uint32</code>). This will overflow on 2106-02-07.</p>
</li>
<li><code>nLatestTimestamp</code>
<dl>
@ -222,7 +222,7 @@ License: MIT</pre>
<dd>Inherited from the right child.</dd>
</dl>
<p>Note that due to timestamp consensus rules, <code>nLatestTimestamp</code> may be smaller than <code>nEarliestTimestamp</code> in some subtrees. This may occur within subtrees smaller than <code>PoWMedianBlockSpan</code> blocks.</p>
<p>Serialized as <code>nTime</code> (<code>uint32</code>).</p>
<p>Serialized as <code>nTime</code> (<code>uint32</code>). This will overflow on 2106-02-07.</p>
</li>
<li><code>nEarliestTargetBits</code>
<dl>

View File

@ -214,7 +214,7 @@ Each MMR node is defined as follows:
Internal or root node
Inherited from the left child.
Serialized as ``nTime`` (``uint32``).
Serialized as ``nTime`` (``uint32``). This will overflow on 2106-02-07.
3. ``nLatestTimestamp``
@ -228,7 +228,7 @@ Each MMR node is defined as follows:
``nEarliestTimestamp`` in some subtrees. This may occur within subtrees smaller than
``PoWMedianBlockSpan`` blocks.
Serialized as ``nTime`` (``uint32``).
Serialized as ``nTime`` (``uint32``). This will overflow on 2106-02-07.
4. ``nEarliestTargetBits``