Grammatical fixes and improvements

Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Eirik Ogilvie-Wigley 2019-08-16 16:07:15 -06:00 committed by GitHub
parent 94f642c80a
commit b6499624fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ Notable changes
Shorter Block Times
-------------------
Shorter block times are coming to Zcash! In the v2.0.7 release we have implemented [ZIP208](https://github.com/zcash/zips/blob/master/zip-0208.rst) which take effect when Blossom activates. Upon activation, the block times for Zcash will decrease from 150s to 75s, and the block reward will will decrease accordingly. This effects at what block height halving events will occur, but should not effect the overall rate at which Zcash is mined. The total founder's reward stays the same, and the total supply of Zcash is decreased microscopically due to rounding.
Shorter block times are coming to Zcash! In the v2.0.7 release we have implemented [ZIP208](https://github.com/zcash/zips/blob/master/zip-0208.rst) which will take effect when Blossom activates. Upon activation, the block times for Zcash will decrease from 150 seconds to 75 seconds, and the block reward will decrease accordingly. This affects at what block height halving events will occur, but should not affect the overall rate at which Zcash is mined. The total founders' reward stays the same, and the total supply of Zcash is decreased only microscopically due to rounding.
Blossom Activation on Testnet
-----------------------------
The v2.0.7 release includes Blossom activation on testnet bringing shorter block times. Testnet Blossom activation height is 584000.
The v2.0.7 release includes Blossom activation on testnet, bringing shorter block times. The testnet Blossom activation height is 584000.
Insight Explorer
----------------
The insight explorer has been incorporated in to Zcash. *This is an experimental feature* and therefore is subject change. To enable add the `experimentalfeatures=1`, `txindex=1`, and `insightexplorer=1` flags to `zcash.conf`. This feature adds several RPCs to `zcashd` which allow the user to run an insight explorer.
Changes needed for the Insight explorer have been incorporated into Zcash. *This is an experimental feature* and therefore is subject to change. To enable, add the `experimentalfeatures=1`, `txindex=1`, and `insightexplorer=1` flags to `zcash.conf`. This feature adds several RPCs to `zcashd` which allow the user to run an Insight explorer.