774 Commits (500710bd291e0b9f269ef20677a4a849fb76fc06)

Author SHA1 Message Date
Jonas Schnelli 0165a56f20
Refactor ZapWalletTxes to avoid layer vialotions 8 years ago
Jonas Schnelli 568c05a591 Allow to opt-into RBF when creating a transaction 8 years ago
Alex Morcos 094e4b3383 Better document usage of SyncTransaction 8 years ago
Russell Yanofsky 5a00659b58 [wallet] Clarify getbalance help string to explain interaction with bumpfee 8 years ago
Alex Morcos fe8e8efcf9 [rpc] Add incremental relay fee to getnetworkinfo 8 years ago
Alex Morcos de6400de5d Fix missing use of dustRelayFee 8 years ago
Alex Morcos 5b158707f2 Use incrementalRelayFee for BIP 125 replacement 8 years ago
Jonas Schnelli 9aa4e6a6c2
[Wallet] Add an option to keep the change address key, true by default 8 years ago
mrbandrews cc0243ad32 [RPC] bumpfee 8 years ago
Russell Yanofsky 52dde66770 [wallet] Add include_unsafe argument to listunspent RPC 8 years ago
Karl-Johan Alm ee5c1ce5a6 Bug-fix: listsinceblock: use closest common ancestor when a block hash was provided for a chain that was not the main chain. 8 years ago
Alex Morcos eb30d1a5b2 Introduce -dustrelayfee 8 years ago
Pieter Wuille 6b03bfb840 Fix memory leak in wallet tests 8 years ago
Gregory Maxwell 997a98a674 Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 8 years ago
Michael Rotarius 54ee3fcb8f RPC help updated 8 years ago
Suhas Daftuar 766e8a40b4 [wallet] Add IsAllFromMe: true if all inputs are from wallet 8 years ago
John Newbery 4e7e2e16e4 Update RPC argument names 8 years ago
Matt Corallo edded808fc Make ATMP optionally return the CTransactionRefs it replaced 8 years ago
Alex Morcos 20449ef09e Don't overpay fee if we have selected new coins that result in a smaller transaction. 8 years ago
Alex Morcos 42f5ce4093 Try to reduce change output to make needed fee in CreateTransaction 8 years ago
Gregory Maxwell b3d7b1cbe7 Wallet: Do not perform ECDSA in the fee calculation inner loop. 8 years ago
Wladimir J. van der Laan 9adb4e1a59 rpc: Argument name consistency 8 years ago
Wladimir J. van der Laan 37a166f146 rpc: Named arguments for wallet calls 8 years ago
Pieter Wuille 6dd81169fc Remove SIGCHECK_VERIFICATION_FACTOR 8 years ago
Pieter Wuille 3641141c8f Move tx estimation data out of CCheckPointData 8 years ago
Pieter Wuille a4bac66cca [MOVEONLY] Move progress estimation out of checkpoints 8 years ago
Alex Morcos 84f7ab08d2 Remove member variable hadNoDependencies from CTxMemPoolEntry 8 years ago
Pieter Wuille ce370c1811 Mark the minconf parameter to move as ignored 8 years ago
Wladimir J. van der Laan a9d6151802 qt,wallet: Fix a few typos in messages 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Jonas Schnelli 9e351c9586
SetMerkleBranch: remove unused code, remove cs_main lock requirement 8 years ago
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
accraze 3f67972654 updated listsinceblock rpc docs 8 years ago
Pieter Wuille c44e4c467c Make AcceptToMemoryPool take CTransactionRef 8 years ago
Patrick Strateman d63ff6265b Make nWalletDBUpdated atomic to avoid a potential race. 8 years ago
Russell Yanofsky 39c77b00e3 Add documentation for CWalletTx::fFromMe member. 8 years ago
Wladimir J. van der Laan 5113474a91 wallet: Use CDataStream.data() 8 years ago
Russell Yanofsky a1fe9446e9 Remove reference to nonexistent "version" wallet transaction mapvalue field 8 years ago
Chris Moore 453bda63dd Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. 8 years ago
Gregory Sanders 5882c099d9 CreateTransaction: Don't return success with too-many-ancestor txn 8 years ago
Gregory Sanders 0b2294a980 SelectCoinsMinConf: Prefer coins with fewer ancestors 8 years ago
Russell Yanofsky 654e0443fb [trivial] Add comment documenting CWalletTx::mapValue 8 years ago
Gregory Maxwell bae1eef752 Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. 8 years ago
MarcoFalke faf4ca84e4 [wallet] Disable free transactions when relay is disabled 8 years ago
Alex Morcos 06329393c7 Flush wallet after abandontransaction 8 years ago
Pieter Wuille b3a74100b8 Return txid even if ATMP fails for new transaction 8 years ago
Jonas Schnelli c24a4f5981
[Wallet] Bugfix: FRT: don't terminate when keypool is empty 8 years ago
Gregory Maxwell f692fce8a4 Make RelayWalletTransaction attempt to AcceptToMemoryPool. 8 years ago
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago