From 2d62a442f52d53540cc7a6662e927a54b0793bbf Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 25 Jan 2019 01:48:22 +0000 Subject: [PATCH] Remove some TODOs --- zip-0207.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zip-0207.rst b/zip-0207.rst index 67bbbbd0..c2543ebf 100644 --- a/zip-0207.rst +++ b/zip-0207.rst @@ -88,7 +88,8 @@ Stream definitions ------------------ The three consensus-defined funding streams described above each start at the Blossom activation height, and -end at the first block reward halving. They are defined as follows: +end at the first block reward halving. They are defined as follows (using ``SlowStartShift`` and +``HalvingInterval`` as-defined in [#protocol-constants]_): ======== =============== ================= ================== ================================ Stream Value numerator Value denominator Start height End height @@ -100,7 +101,6 @@ ZECC SR 119 1000 Blossom activation SlowStartShift + H - To-do: specify the correct values. - To-do: specify the correct start height. -- To-do: adjust the end height, taking #3672 and #3690 (both reducing block times) into account. The sets of recipient addresses are defined as follows: @@ -115,7 +115,6 @@ The sets of recipient addresses are defined as follows: FS_ADDRESSES_ZECC_SR = [ ]; -- To-do: will the existing FR addresses be used for either the Zcash Company strategic reserve or the remainder, or will fresh addresses be used for all three? - To-do: specify the sets of FR addresses. - To-do: require that the three FR address sets are PGP-signed with appropriate keys.