391 Commits (master)

Author SHA1 Message Date
Simon 950f8ffdb6 Fixes #1491 by updating help message for rpc call z_importkey 8 years ago
Jack Grigg 82c2d97c60
Add unit tests for WriteWitnessCache 8 years ago
Jack Grigg 715e5bbefd
Correct docstring 8 years ago
Jack Grigg 7b3351ff0e
Deprecated -> Unsupported in RPC error 8 years ago
Sean Bowe 74f15a73a1 Make 100KB transaction size limit a consensus rule, rather than a standard rule. 8 years ago
Simon f7cfb52d3c Add vjoinsplit to JSON output of RPC call gettransaction 8 years ago
Jack Grigg 3c31eb24d3
Throw an RPC error for all accounts except the default 8 years ago
Jack Grigg 6216b4b2dc
WriteWitnessCache: Catch errors and abort transaction 8 years ago
Simon 86cf60b5c8 Fixes #1345 so that UTXO debit and credits are computed correctly for a transaction. 8 years ago
Simon 82bd9ee81b Fix comment and formatting per review 8 years ago
Simon 2aa9c0253a Update to use new API in CCryptoKeyStore and store a viewing key in walletdb. 8 years ago
Simon 73699ceaf6 Add support for spending keys to the encrypted wallet. 8 years ago
Jack Grigg 40600f5089 Simplify ClearNoteWitnessCache() 8 years ago
Jack Grigg 017abaf694 Assert that new OpenSSL allocators succeed 8 years ago
Jack Grigg fa318aa9fe Upgrade OpenSSL to 1.1.0b 8 years ago
Jack Grigg 2d6d5fb311 Upgrade Boost to 1.62.0 8 years ago
Jack Grigg ef3a6a97ae Use correct lock for spending keys 8 years ago
Jack Grigg ad041fceec Cache note decryptors in encrypted keystore 8 years ago
Simon eaccc007c9 Update test to filter and find notes. 8 years ago
Jack Grigg 6bffc46a87 Implement CSecureDataStream for streaming CKeyingMaterial 8 years ago
Jack Grigg 56fb1bb8e4 Write note witness cache atomically to disk to avoid corruption 8 years ago
Simon dec49d1f82 Fix GetFilteredNotes to use int for minDepth like upstream and avoid casting problems. Don't use FindMyNotes as mapNoteData has already been set on wallet tx. 8 years ago
Jack Grigg 76b226586e Add wallet method to clear the note witness cache 8 years ago
Jack Grigg e81c2de753 Fix test 8 years ago
Jack Grigg 9e52ca3205 Measure multithreaded solveequihash time per-thread 8 years ago
Jack Grigg 3a15b1637e Move serialized Zcash address length constants into zcash/Address.hpp 8 years ago
Jack Grigg 16d140f4a2 Add support for encrypting spending keys 8 years ago
Simon b11bb0e26a Replace GetTxid() with GetHash() 8 years ago
Simon 6114cfe767 Improve check that user supplied memo field is too long. 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 da5e7e5185 Formatting and updated test per review. 8 years ago
Simon 03812fefe4 Fix incorrect default value for argument of GetFilteredNotes. 8 years ago
Simon a101ef7979 Update log statement to include fee. 8 years ago
Simon 12448b6457 Add extra RPC parameter checks for minconf<0 and zaddr not belonging to wallet. 8 years ago
Simon ca0ec80b4c Add 'DEPRECATED' to help message of zcraw* commands 8 years ago
Simon 6c41028f7c Add z_listreceivedbyaddress RPC call 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 fe2f198277 Add test for GetUnspentNotes() in wallet. 8 years ago
Simon a5ac2e25a0 Add GetUnspentNotes to wallet. 8 years ago
Simon 269310ce3c Replace zcashParams_ with global. 8 years ago