9492 Commits (17b23ffe20385dfe1292af8ab487f1eafd58fb39)
 

Author SHA1 Message Date
zkbot 5ef7fecf14 Auto merge of #1407 - bitcartel:master_bitcoin_7079, r=daira 8 years ago
Daira Hopwood 65b502aa98 Benchmark 50 iterations of solveequihash 8 years ago
Simon e63d14fd4d Replace %i format specifier with more commonly used %d. 8 years ago
Bryan Stitt 2f15f588b2 Link to beta guide 8 years ago
de3dd8a015 Modify message string so we don't need to backport commits which implement FormatStateMessage and GetDebugMessage and involve changes to consensus/validation.h 8 years ago
Pieter Wuille 60aed95400 Fix and improve relay from whitelisted peers 9 years ago
Gregory Maxwell e2190f8017 Limit setAskFor and retire requested entries only when a getdata returns. 9 years ago
kazcw 56f165bdc1 prevent peer flooding request queue for an inv 10 years ago
Alfie John 70db019c6a Updating wording to match Beta Guide 8 years ago
Alfie John 42c03d49f2 Typo in params README 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 6ae516f10b Check we haven't trashed the first key entry with the second 8 years ago
Jack Grigg 16d140f4a2 Add support for encrypting spending keys 8 years ago
0163f8faa2 Closes #1371 by updating signed message 8 years ago
Sean Bowe 80259d4b4f Add release notes for 1.0.0-beta1. 8 years ago
Sean Bowe 88188dc2a3 Update pchMessageStart and add testnet DNS boostrapper. 8 years ago
Sean Bowe f11099e2f0 Change version to 1.0.0. This is just a beta. 8 years ago
Jack Grigg 48bb727d8a Remove .z# suffix from version 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 e2574666f6 Add lock for member variables. 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 9bdad43462 Fix formatting 8 years ago
Simon e883ffef91 Add test for calling RPC z_getbalance, z_gettotalbalance, z_listreceivedbyaddress with invalid parameters. 8 years ago
Simon 12448b6457 Add extra RPC parameter checks for minconf<0 and zaddr not belonging to wallet. 8 years ago
Simon 5e363861e0 Replace unique_lock with lock_guard, where appropriate, for consistency 8 years ago
Simon a50fd5fdb7 Add lock guard to getNumberOfWorkers() 8 years ago
Simon e91048f28d Fix formatting 8 years ago
Simon 69a4cb448a Move lock guard to start of addOperation to protect isClosed() and isFinishing() 8 years ago
Simon 61ea2abaf5 Update formatting and documentation. 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 6d2d045c6b Disable z_sendmany in safe mode 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