Remove some TODOs

This commit is contained in:
Jack Grigg 2019-01-25 01:48:22 +00:00
parent 2c7b2d4dbd
commit 2d62a442f5
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 2 additions and 3 deletions

View File

@ -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.