161 Commits (dd2dc400eed7c4e8521d1264d652ee32070d2c47)

Author SHA1 Message Date
Jonas Schnelli dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
Jonas Schnelli d11fc1695c [Wallet] Call notification signal when a transaction is abandoned 9 years ago
Alex Morcos 01e06d1fa3 Add new rpc call: abandontransaction 9 years ago
MarcoFalke faf671bca6 [wallet] Clarify rpc help message with regard to rounding 9 years ago
Alex Morcos 9e69717254 Make wallet descendant searching more efficient 9 years ago
Alex Morcos f61766b37b Make sure conflicted wallet tx's update balances 9 years ago
Cory Fields 57d2f62c99 c++11: CAccountingEntry must be defined before use in a list 9 years ago
Cory Fields 76ac35f36d c++11: detect and correct for boost builds with an incompatible abi 9 years ago
MarcoFalke faf538bfdb [trivial] Merge test cases and replace CENT with COIN 9 years ago
Alex Morcos e420a1b15e Add sane fallback for fee estimation 9 years ago
Alex Morcos 995b9f385b Always respect GetRequiredFee for wallet txs 9 years ago
MarcoFalke fa3c7e644f [wallet] Add regression test for vValue sort order 9 years ago
MarcoFalke fa33d9740c [walletdb] Add missing LOCK() in Recover() for dummyWallet 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
accraze d812daf967 fix logic for error log 9 years ago
accraze c611acc38a wallet: check if tx scriptPubKey is unspendable 9 years ago
accraze b6915b8239 checks for null data transaction before debug.log 9 years ago
MarcoFalke fafd09375e [wallet] Adjust pruning test 9 years ago
Murch fc0f52d780 Added a test for the pruning of extraneous inputs after ApproximateBestSet 9 years ago
Murch af9510e037 Moved set reduction to the end of ApproximateBestSubset to reduce performance impact 9 years ago
AlSzacrel 5c03483e26 Coinselection prunes extraneous inputs from ApproximateBestSubset 9 years ago
MarcoFalke fabd10a9c9 Fix typo in wallet.cpp 9 years ago
Jonas Schnelli a3c3ddbd7b
[Qt] add InMempool() info to transaction details 9 years ago
MarcoFalke faffc172ec rpcwallet: Clarify what settxfee does 9 years ago
Pieter Wuille ecc7c82361
Move fPayAtLeastCustomFee function to CC 9 years ago
Pieter Wuille 9ac63d6d30 Keep track of explicit wallet conflicts instead of using mempool 9 years ago
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