197 Commits (c90036f6645dea7c19e033c11240567371407017)

Author SHA1 Message Date
Ryan Havar 4b89f01d72 Default fPayAtLeastCustomFee to false 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Suhas Daftuar e30443244a Pass reference to estimateSmartFee and cleanup whitespace 9 years ago
Luke Dashjr 3e7c89196c Optimisation: Store transaction list order in memory rather than compute it every need 9 years ago
Pavel Janík 5c2fd38d05 Add missing "blocktime" description to listtransactions help, fix formatting. 9 years ago
Alex Morcos 4fe28236c0 Change wallet and GUI code to use new smart fee estimation calls. 9 years ago
Peter Todd 10953a7d32
Better error message for fundrawtransaction w/ empty vout 9 years ago
Peter Todd 61e1eb2e1c
Actually use includeWatching value in fundrawtransaction 9 years ago
Pieter Wuille 114b5812f6 Prevector type 9 years ago
Peter Todd 9bd3f035f0
Clarify 'fee' field in fundrawtransaction help text 9 years ago
MarcoFalke abd8b768ee [qt] Properly display required fee instead of minTxFee 9 years ago
Jorge Timón 87cbdb8b41 Globals: Explicit Consensus::Params arg for main: 9 years ago
Gregory Maxwell 30d9662bd7 Reject invalid pubkeys when reading ckey items from the wallet. 9 years ago
MarcoFalke a9c73a130e [wallet] Add comments for doxygen 9 years ago
MarcoFalke 6b0e622c25 [wallet] Refactor to use new MIN_CHANGE 9 years ago
Matt Corallo d355cf4420 Only call TrimToSize once per reorg/blocks disconnect 9 years ago
Luke Dashjr fd55571f06 wallet: Expose GUI labels in RPC 9 years ago
Luke Dashjr 420a82f1ae Bugfix: Describe dblogsize option correctly (it refers to the wallet database, not memory pool) 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Gregory Maxwell 77c6072473 Enable wallet key imports without rescan in pruned mode. 9 years ago
Veres Lajos 9f68ed6b6d typofixes (found by misspell_fixer) 9 years ago
Matt Corallo d04285430d SQUASH "Implement watchonly support in fundrawtransaction" 9 years ago
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 9 years ago
Jonas Schnelli a7b9623d18 miner: rename UpdateRequestCount signal to ResetRequestCount 9 years ago
Jonas Schnelli 5496253966 add CReserveScript to allow modular script keeping/returning 9 years ago
Jonas Schnelli 087e65def9 fix GetScriptForMining() CReserveKey::keepKey() issue 9 years ago
Jonas Schnelli d0fc10a844 detach wallet from miner 9 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 9 years ago
Peter Todd db6047d61b
Take the training wheels off anti-fee-sniping 9 years ago
Philip Kaufmann 0ce30eaa36 fix crash on shutdown when e.g. changing -txindex and abort action 9 years ago
Cory Fields 2b890dd424 locking: fix a few small issues uncovered by -Wthread-safety 9 years ago
Tom Harding 7d6a85ab5b Fix getbalance * 9 years ago
Stephen ef2a3de25c Add paytxfee to getwalletinfo, warnings to getnetworkinfo 9 years ago
Matt Corallo 21bbd920e5 Add fundrawtransaction RPC method 9 years ago
Matt Corallo 1e0d1a2ff0 Add FundTransaction method to wallet 9 years ago