180 Commits (5fe2904bb100741c06a96f8d6884b50733d666c9)

Author SHA1 Message Date
Allan Niemerg 49c2cecb9f Pause mining during joinsplit creation 8 years ago
Jack Grigg f54db399f2
Get rid of fPlus argument to FormatMoney in Zcash-specific code 7 years ago
Jack Grigg 0d37ae3a59
Migrate Zcash-specific code to UniValue 8 years ago
Simon 43b6753782 Update zrpc vs zrpcunsafe logging in z_sendmany operation 7 years ago
Simon 7eccce4e44 Closes #2045 by allowing z_sendmany with 0 fee 7 years ago
Simon ee84f279a9 Update z_sendmany logging 8 years ago
Simon 3110b793f0 Closes #2057 by adding extra zrpcunsafe logging 8 years ago
Simon 8aa7937d44 Fixes #1960: z_getoperationstatus/result now includes operation details. 8 years ago
Simon 4c1cd287be Fixes a bug where the unsigned transaction was logged by z_sendmany 8 years ago
Simon 01f6c5dbee Fixes #1967 by adding age of note to z_sendmany logging. 8 years ago
Simon fce7260811 Fixes #1964 to catch general exception in z_sendmany and catch 8 years ago
Simon 84e8c5f921 WitnessAnchorData only needs to store one witness per JSOutPoint. 8 years ago
Sean Bowe bc59f53722 Isolate verification to a `ProofVerifier` context object that allows verification behavior to be tuned by the caller. 8 years ago
Simon 2d931e905b Fixes #1823. Witness anchors for input notes no longer cross block boundaries. 8 years ago
Simon af53da0225 Closes #1903. Add fee parameter to z_sendmany. 8 years ago
Simon 0afd3687c8 Closes #1854. z_sendmany selects more utxos to avoid dust change output. 8 years ago
Simon de38bfbbed Track the correct change witness across chained joinsplits 8 years ago
jl777 09cd7f3aed test 8 years ago
jl777 94eb04d704 osx compatibility 8 years ago
Simon 9384e74c50 Closes #1833. Format currency amounts in z_sendmany error message. 8 years ago
Simon 38276c6ba2 Add GenIdentity, an identity function for MappedShuffle. 8 years ago
Simon 7c463780cf Fixes #1779 so that sending to multiple zaddrs no longer fails. 8 years ago
Simon ad0ba9467d Add assert to AsyncRPCOperation_sendmany 8 years ago
Simon db026807b8 Add z_sendmany rule that when sending coinbase utxos to a zaddr 8 years ago
Simon 10d1b90987 Fix incorrect error message in z_sendmany 8 years ago
Simon 446f867b4c Add debug option "zrpcunsafe" to be used when logging more sensitive information such as the memo field of a note. 8 years ago
Jack Grigg aa36398b27
Add more assertions, throw if find_output params are invalid 8 years ago
Jack Grigg 328d39d29c
Remove stale comment 8 years ago
Jack Grigg 2eeb6bebde
Randomize JoinSplits in z_sendmany 8 years ago
Simon 2b1cda3b6a Return improved error message when trying to spend Coinbase coins (#1373). 8 years ago
Simon 438d1e45be Use -debug=zrpc for z_* rpc calls (#1504) 8 years ago
Simon b11bb0e26a Replace GetTxid() with GetHash() 8 years ago
Simon e79ded8a47 Remove line of commented out code we don't need 8 years ago
Simon dfc0080d06 Update comment with ticket issue number 8 years ago
Simon 1eb8789789 Add assert 8 years ago
Simon ed42053a6c Fix formatting 8 years ago
Simon 2ad0b7bfe2 Use zcash constants 8 years ago
Simon b99d4f9b17 Improve error reporting when attempting to spend coinbase utxos. 8 years ago
Simon 9fb18458e8 Add assert for two mutually exclusive member variables. 8 years ago
Simon cc59ac12a9 Add ticket number to issues raised in comment. 8 years ago
Simon 00edda4ac6 Remove unused varible. 8 years ago
Simon a101ef7979 Update log statement to include fee. 8 years ago
Simon 1b141933e5 Rename GetUnspentNotes to GetFilteredNotes 8 years ago
Simon fc46069e81 Add more logging. 8 years ago
Simon a9743bc8bf Refactor async sendmany and getbalance calls to use GetUnspentNotes(). 8 years ago
Simon 269310ce3c Replace zcashParams_ with global. 8 years ago
Simon 5f8118c8a4 Revert "Reduce use of global pzcashParams with private member variable" 8 years ago
Simon 4b32c16ba5 Reduce use of global pzcashParams with private member variable 8 years ago
Simon 485145ea78 Disable proof generation when testmode is enabled in async SendMany operation. 8 years ago
Simon 4cff8a5c50 Fix typo in error message 8 years ago