Move ZIPs 68, 112, and 113 into `zips/` subdirectory

This commit is contained in:
Jack Grigg 2024-07-17 02:24:32 +00:00
parent fe5a48ec59
commit e96b057ae5
4 changed files with 5 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -78,8 +78,11 @@ This specification only interprets 22 bits of the sequence number as relative lo
so a mask of ``0x003FFFFF`` MUST be applied to the sequence field to extract the relative
lock-time. The 22-bit specification allows for over 8.5 years of relative lock-time.
.. image:: encoding.png
:alt:A 32-bit field with 'Disable Flag' at bit (1 << 31), 'Type Flag' at bit (1 << 22), and 'Value' in the low 22 bits.
.. figure:: ../rendered/assets/images/zip-0068-encoding.png
:align: center
:figclass: align-center
A 32-bit field with 'Disable Flag' at bit (1 << 31), 'Type Flag' at bit (1 << 22), and 'Value' in the low 22 bits.
For time-based relative lock-time, 64-second granularity was chosen because the block
target spacing for Zcash, after activation of the Blossom network upgrade, is 75 seconds.