1.0.3 Release
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Zcash Contributors
|
||||
==================
|
||||
|
||||
Jack Grigg (264)
|
||||
Simon Liu (191)
|
||||
Sean Bowe (162)
|
||||
Jack Grigg (269)
|
||||
Simon Liu (199)
|
||||
Sean Bowe (168)
|
||||
Taylor Hornby (65)
|
||||
Daira Hopwood (62)
|
||||
Kevin Gallagher (38)
|
||||
Jay Graber (28)
|
||||
Jay Graber (32)
|
||||
Nathan Wilcox (10)
|
||||
Wladimir J. van der Laan (9)
|
||||
Pieter Wuille (8)
|
||||
@@ -25,6 +25,7 @@ Joe Turgeon (2)
|
||||
Gregory Maxwell (2)
|
||||
kazcw (1)
|
||||
fanquake (1)
|
||||
ayleph (1)
|
||||
Tom Ritter (1)
|
||||
S. Matthew English (1)
|
||||
Philip Kaufmann (1)
|
||||
|
||||
35
doc/release-notes/release-notes-1.0.3.md
Normal file
35
doc/release-notes/release-notes-1.0.3.md
Normal file
@@ -0,0 +1,35 @@
|
||||
Jack Grigg (5):
|
||||
Add --disable-tests flag to zcutils/build.sh
|
||||
Correctly set CNoteData::witnessHeight when decrementing witness caches
|
||||
Copy over CNoteData::witnessHeight when updating wallet tx
|
||||
Add code comments about CNoteData::witnessHeight
|
||||
Clear witnessHeight and nWitnessCacheSize in ClearNoteWitnessCache
|
||||
|
||||
Jay Graber (4):
|
||||
Document z_sendmany error code messages in payment-api.md
|
||||
s/Bitcoin/Zcash in JSONRPCError
|
||||
Change format of z_sendmany error code documentation.
|
||||
Release-notes.py script to generate release notes and add contributors to authors.md
|
||||
|
||||
Sean Bowe (7):
|
||||
Regression test for constraint system violation.
|
||||
Improve accuracy of constraint system violation diagnostics.
|
||||
Add tests for witness `element` and tree `last` methods. Strengthen testing by inserting a different commitment into the tree at each step.
|
||||
Initialize after profiling messages are suppressed.
|
||||
Process verification keys to perform online verification.
|
||||
Add test that `last` and `element` will throw exception when the tree is blank.
|
||||
Anchors and nullifiers should always be inherited from the parent cache.
|
||||
|
||||
Simon (8):
|
||||
Closes #1833. Format currency amounts in z_sendmany error message.
|
||||
Closes #1680, temporary fix for rpc deadlock inherited from upstream.
|
||||
Set default minrelaytxfee to 1000 zatoshis to match upstream.
|
||||
Mempool will accept tx with joinsplits and the default z_sendmany fee.
|
||||
Track the correct change witness across chained joinsplits
|
||||
Closes #1854. z_sendmany selects more utxos to avoid dust change output.
|
||||
Partial revert of bd87e8c: file release-notes-1.0.2.md to 343b0d6.
|
||||
Fix threading issue when initializing public params.
|
||||
|
||||
ayleph (1):
|
||||
Correct spelling error in z_sendmany error output
|
||||
|
||||
Reference in New Issue
Block a user