Release-notes.py script to generate release notes and add contributors to authors.md

This commit is contained in:
Jay Graber
2016-11-14 19:32:12 -08:00
parent 3a0855e65a
commit 3935f9dae6
5 changed files with 154 additions and 20 deletions

View File

@@ -1,19 +1,18 @@
Jack Grigg:
Jack Grigg (4):
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:
Sean Bowe (5):
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:
Taylor Hornby (1):
Add example mock test of CheckTransaction.
aniemerg:
aniemerg (1):
Suppress Libsnark Debugging Info.