z6 release notes and version update.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood
2016-07-08 22:57:37 +01:00
parent 000383c193
commit a71fb9ff6d
4 changed files with 24 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
Zcash Core 0.11.2.z5
Zcash Core 0.11.2.z6
====================
[Zcash](https://z.cash/) is the Zcash client. It downloads and stores the entire history of Zcash transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.

View File

@@ -0,0 +1,19 @@
Jack Grigg:
Equihash: Only compare the first n/(k+1) bits when sorting.
Randomise the nonce in the block header.
Clear mempool before using it for benchmark test, fix parameter name.
Fix memory leak in large tx benchmark.
Sean Bowe:
Increase block size to 2MB and update performance test.
Make sigop limit `20000` just as in Bitcoin, ignoring our change to the blocksize limit.
Remove the mainnet checkpoints.
Fix performance test for block verification.
Make `validatelargetx` test more accurate.
Taylor Hornby:
Add example mock test of CheckTransaction.
aniemerg:
Suppress Libsnark Debugging Info.