From e96b057ae5dfecbf42754bb7dd6fda86695ed40a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 17 Jul 2024 02:24:32 +0000 Subject: [PATCH] Move ZIPs 68, 112, and 113 into `zips/` subdirectory --- .../assets/images/zip-0068-encoding.png | Bin {zip-0068 => zips}/zip-0068.rst | 7 +++++-- zip-0112.rst => zips/zip-0112.rst | 0 zip-0113.rst => zips/zip-0113.rst | 0 4 files changed, 5 insertions(+), 2 deletions(-) rename zip-0068/encoding.png => rendered/assets/images/zip-0068-encoding.png (100%) rename {zip-0068 => zips}/zip-0068.rst (98%) rename zip-0112.rst => zips/zip-0112.rst (100%) rename zip-0113.rst => zips/zip-0113.rst (100%) diff --git a/zip-0068/encoding.png b/rendered/assets/images/zip-0068-encoding.png similarity index 100% rename from zip-0068/encoding.png rename to rendered/assets/images/zip-0068-encoding.png diff --git a/zip-0068/zip-0068.rst b/zips/zip-0068.rst similarity index 98% rename from zip-0068/zip-0068.rst rename to zips/zip-0068.rst index e5393051..1c22879e 100644 --- a/zip-0068/zip-0068.rst +++ b/zips/zip-0068.rst @@ -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. diff --git a/zip-0112.rst b/zips/zip-0112.rst similarity index 100% rename from zip-0112.rst rename to zips/zip-0112.rst diff --git a/zip-0113.rst b/zips/zip-0113.rst similarity index 100% rename from zip-0113.rst rename to zips/zip-0113.rst