578 Commits (f885b670290d39e697995fd2d35dc36edc104011)

Author SHA1 Message Date
Russell Yanofsky 4ec057dfa7 [wallet] Set correct metadata on bumpfee wallet transactions 8 years ago
Gregory Sanders 3eba88d44c clarify listunspent amount description 8 years ago
Suhas Daftuar 9522b53a91 rpc: bumpfee: handle errors more gracefully 8 years ago
Suhas Daftuar f62659448c rpc: bumpfee: use correct maximum signed tx size for fee calculation 8 years ago
Suhas Daftuar d625b907a1 wallet: Refactor dummy signature signing for reusability 8 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments 8 years ago
Alex Morcos 4b189c1340 Change bumpfee result value from 'oldfee' to 'origfee'. 8 years ago
Alex Morcos 0c0c63f70a Introduce WALLET_INCREMENTAL_RELAY_FEE 8 years ago
Alex Morcos e8021ec919 Use CWallet::GetMinimumFee in bumpfee 8 years ago
Alex Morcos ae9719ab87 Refactor GetMinimumFee to give option of providing targetFee 8 years ago
Russell Yanofsky 87ed396159 [trivial] Add comment documenting bumpfee mapValues 8 years ago
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