z6 release notes and version update.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
19
doc/release-notes/release-notes-0.11.2.z6.md
Normal file
19
doc/release-notes/release-notes-0.11.2.z6.md
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user