411 Commits (500710bd291e0b9f269ef20677a4a849fb76fc06)

Author SHA1 Message Date
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 9 years ago
Wladimir J. van der Laan 3e2c946cfd init: Move berkeleydb version reporting to wallet 9 years ago
Patrick Strateman 0fd599767d Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 9 years ago
Jonas Schnelli 04eaa90958
Add more clear interface for CoinControl.h regarding individual feerate 9 years ago
Jonas Schnelli 3b35e4896b
[RPC] add feerate option to fundrawtransaction 9 years ago
João Barbosa f2d0944eb3 Add lockUnspents option to fundrawtransaction 9 years ago
João Barbosa af4fe7fd12 Add change options to fundrawtransaction 9 years ago
Jonas Schnelli 9f7336b457
[Wallet] slightly refactor GetOldestKeyPoolTime() 9 years ago
MarcoFalke fabbf80f2f [ui] Move InitError, InitWarning, AmountErrMsg 9 years ago
instagibbs f1bb13c93d Added companion removeprunedfunds call. 9 years ago
João Barbosa bb16c8894b Prevent multiple calls to CWallet::AvailableCoins 9 years ago
Jonas Schnelli 25340b7cd5
[Wallet] refactor wallet/init interaction 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
Alex Morcos 68d4282774 Fix calculation of balances and available coins. 9 years ago
Pieter Wuille c3932b3270 List solvability in listunspent output and improve help 9 years ago
MarcoFalke fa48bb3148 [qt] Remove 0-fee from send dialog 9 years ago
MarcoFalke fa19b18c63 [wallet] Move hardcoded file name out of log messages 9 years ago
Jonas Schnelli 15e6e13624
[Wallet] optimize return value of InitLoadWallet() 9 years ago
Jonas Schnelli fc7c60d699
[Wallet] move "load wallet phase" to CWallet 9 years ago
João Barbosa d6cc6a1830 Use CCoinControl selection in CWallet::FundTransaction 9 years ago
Jonas Schnelli 72c2651581
[Wallet] move wallet help string creation to CWallet 9 years ago
MarcoFalke fa06ce0949 Fix doxygen comment for payTxFee 9 years ago
Alex Morcos 5a2b1c0c8b Don't resend wallet txs that aren't in our own mempool 9 years ago
Wladimir J. van der Laan 40e7b61835 wallet: Ignore MarkConflict if block hash is not known 9 years ago
MarcoFalke fa79db2641 Move maxTxFee out of mempool 9 years ago
MarcoFalke fa331db68b mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee 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
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
Murch 96efcadfc0 Improved readability of sorting for coin selection. 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 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
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
Jonas Schnelli 7d0bf0bb46
include the chaintip *blockIndex in the SyncTransaction signal 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
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