Syncing _posts/2018-07-02-new-release-1-1-2.md from WordPress at https://blog.z.cash (Zcash Blog) - wpghs

This commit is contained in:
Ryan Taylor 2018-07-03 11:21:18 +02:00
parent 6ffde0dc4a
commit 800725ff7e
1 changed files with 12 additions and 10 deletions

View File

@ -29,15 +29,17 @@ support from them).</li>
</ul>
Either way, it is much clearer that the software they are running is not supported by the Zcash Company.
<h2>Summary of the changes included in this release</h2>
1. Removed configuration option for turning off EOS halt, previously known as auto-senescence. (<a href="https://github.com/zcash/zcash/pull/3137">#3137</a>)
2. Data field <code>hashFinalSaplingRoot</code> has been added to RPC call <code>getblocktemplate</code>. (<a href="https://github.com/zcash/zcash/pull/3299">#3299</a>)
3. Data field <code>finalsaplingroot</code> has been added to RPC calls <code>getblockheader</code> and <code>getblock</code>. (<a href="https://github.com/zcash/zcash/pull/3337">#3337</a>)
4. We added encodings for Sapling addresses. (<a href="https://github.com/zcash/zcash/pull/3326">#3326</a>)
5. We added a class for Sapling notes. (<a href="https://github.com/zcash/zcash/pull/3272">#3272</a>)
6. We created tests for Sapling anchors. (<a href="https://github.com/zcash/zcash/pull/3258">#3258</a>)
7. Test vectors were created for components of Sapling keys. (<a href="https://github.com/zcash/zcash/pull/3332">#3332</a>)
8. The help message of RPC call <code>signmessage</code> has been clarified. (<a href="https://github.com/zcash/zcash/pull/3259">#3259</a>)
9. Some tests were updated with fixes. (<a href="https://github.com/zcash/zcash/pull/3303">#3303</a>, <a href="https://github.com/zcash/zcash/pull/3320">#3320</a>).
10. We performed some refactoring for code clean up. (<a href="https://github.com/zcash/zcash/pull/3237">#3237</a>, <a href="https://github.com/zcash/zcash/pull/3321">#3321</a>, <a href="https://github.com/zcash/zcash/pull/3322">#3322</a>)
<ol>
<li>Removed configuration option for turning off EOS halt, previously known as auto-senescence. (<a href="https://github.com/zcash/zcash/pull/3137">#3137</a>)</li>
<li>Data field <code>hashFinalSaplingRoot</code> has been added to RPC call <code>getblocktemplate</code>. (<a href="https://github.com/zcash/zcash/pull/3299">#3299</a>)</li>
<li>Data field <code>finalsaplingroot</code> has been added to RPC calls <code>getblockheader</code> and <code>getblock</code>. (<a href="https://github.com/zcash/zcash/pull/3337">#3337</a>)</li>
<li>We added encodings for Sapling addresses. (<a href="https://github.com/zcash/zcash/pull/3326">#3326</a>)</li>
<li>We added a class for Sapling notes. (<a href="https://github.com/zcash/zcash/pull/3272">#3272</a>)</li>
<li>We created tests for Sapling anchors. (<a href="https://github.com/zcash/zcash/pull/3258">#3258</a>)</li>
<li>Test vectors were created for components of Sapling keys. (<a href="https://github.com/zcash/zcash/pull/3332">#3332</a>)</li>
<li>The help message of RPC call <code>signmessage</code> has been clarified. (<a href="https://github.com/zcash/zcash/pull/3259">#3259</a>)</li>
<li>Some tests were updated with fixes. (<a href="https://github.com/zcash/zcash/pull/3303">#3303</a>, <a href="https://github.com/zcash/zcash/pull/3320">#3320</a>).</li>
<li>We performed some refactoring for code clean up. (<a href="https://github.com/zcash/zcash/pull/3237">#3237</a>, <a href="https://github.com/zcash/zcash/pull/3321">#3321</a>, <a href="https://github.com/zcash/zcash/pull/3322">#3322</a>)</li>
</ol>
For a more complete list of changes, see the <a href="https://github.com/zcash/zcash/milestone/72?closed=1">1.1.2</a> milestone.