161 Commits (dd2dc400eed7c4e8521d1264d652ee32070d2c47)

Author SHA1 Message Date
Matt Corallo 428a898acd SQUASH "Add have-pubkey distinction to ISMINE flags" 9 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 9 years ago
Wladimir J. van der Laan f18b8ec7cf Make sure LogPrintf strings are line-terminated 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Matt Corallo 6bdb474dc9 Implement watchonly support in fundrawtransaction 9 years ago
Matt Corallo f5813bdd3e Add logic to track pubkeys as watch-only, not just scripts 9 years ago
Matt Corallo d3354c52d7 Add have-pubkey distinction to ISMINE flags 9 years ago
Matt Corallo 5c17059872 Update importaddress help to push its use to script-only 9 years ago
Matt Corallo a1d7df3236 Add importpubkey method to import a watch-only pubkey 9 years ago
Matt Corallo 907a425aa5 Add p2sh option to importaddress to import redeemScripts 9 years ago
Matt Corallo 983d2d90af Split up importaddress into helper functions 9 years ago
Matt Corallo cfc3dd3428 Also remove pay-2-pubkey from watch when adding a priv key 9 years ago
Wladimir J. van der Laan 5a7304b69d Move recently introduced CTransAction::IsEquivalentTo to CWalletTx 10 years ago
Jonas Schnelli a7b9623d18 miner: rename UpdateRequestCount signal to ResetRequestCount 10 years ago
Jonas Schnelli 5496253966 add CReserveScript to allow modular script keeping/returning 10 years ago
Jonas Schnelli 087e65def9 fix GetScriptForMining() CReserveKey::keepKey() issue 10 years ago
Jonas Schnelli d0fc10a844 detach wallet from miner 10 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 10 years ago
Peter Todd db6047d61b
Take the training wheels off anti-fee-sniping 10 years ago
Philip Kaufmann 0ce30eaa36 fix crash on shutdown when e.g. changing -txindex and abort action 10 years ago
Cory Fields 2b890dd424 locking: fix a few small issues uncovered by -Wthread-safety 10 years ago
Tom Harding 7d6a85ab5b Fix getbalance * 10 years ago
Stephen ef2a3de25c Add paytxfee to getwalletinfo, warnings to getnetworkinfo 10 years ago
Matt Corallo 21bbd920e5 Add fundrawtransaction RPC method 10 years ago
Matt Corallo 1e0d1a2ff0 Add FundTransaction method to wallet 10 years ago
Wladimir J. van der Laan 7d8ffac186 Changes necessary now that zero values accepted in AmountFromValue 10 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 10 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 10 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 10 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 10 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 10 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 10 years ago
Jonas Schnelli 7a12119d7a [RPC] disable import functions in pruned mode 10 years ago
Peter Todd 28bf06236d
Fix off-by-one error w/ nLockTime in the wallet 10 years ago
Michael Ford 08d9373e2f Remove unused code from wallet and validation interface 10 years ago
Alex Morcos 2457dc43ac Change default nTxConfirmTarget to 2 10 years ago
Wladimir J. van der Laan 77ed59df4d wallet: Introduce constant for `-txconfirmtarget` default 10 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 10 years ago
Philip Kaufmann a5baba52c5 minor: remove unneeded bool in CWalletDB::Recover 10 years ago
Philip Kaufmann 3703385547 remove unused classes from db.h 10 years ago
Daniel Kraft 835c12291e Clean up change computation in CreateTransaction. 10 years ago
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes 10 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 10 years ago
Cory Fields 8b08d9530b wallet: fix boost::get usage with boost 1.58 10 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants 10 years ago
Gregory Maxwell 219953ce50 Show zero value txouts in listunspent. 10 years ago
Philip Kaufmann c6de7c35bc trivial string change in wallet.cpp (the -> that) 10 years ago
Philip Kaufmann a21df62069 ensure consistent header comment naming conventions 10 years ago
Jonas Schnelli ea9e82df73 [squashme] fix listunspent code indentation 10 years ago