aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/feebumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [send] Make send RPCs return fee reasonSishir Giri2020-09-261-1/+2
* wallet: Remove trailing whitespace from potential translation stringsMarcoFalke2020-05-011-1/+1
* wallet: Avoid translating RPC errors when creating txsMarcoFalke2020-05-011-25/+27
* [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-4/+0
* [wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-1/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* wallet: remove CreateTotalBumpTransaction()Jon Atack2020-03-261-126/+0
* rpc: remove deprecated totalFee arg from RPC bumpfeeJon Atack2020-03-261-1/+1
* Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-1/+0
* Change bumpfee to use watch-only funds for legacy watchonly walletsGregory Sanders2019-12-181-4/+8
* Fix origfee return for bumpfee with feerate argGregory Sanders2019-12-011-3/+4
* Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard2019-11-061-6/+6
* [wallet] Remove `state` argument from CWallet::CommitTransactionJohn Newbery2019-10-181-10/+2
* [wallet] Remove return value from CommitTransaction()John Newbery2019-10-181-5/+1
* change wallet pointers to references in feebumperAdam Jonas2019-10-101-37/+37
* typo and unneccessary parenthesesAdam Jonas2019-10-101-2/+2
* rpc bumpfee check fee_rate argumentezegom2019-09-281-0/+58
* rpc bumpfee: add fee_rate argumentezegom2019-09-281-1/+6
* rpc bumpfee: move feerate estimation logic into separate methodezegom2019-08-261-25/+29
* Restrict lifetime of ReserveDestination to CWallet::CreateTransactionGregory Sanders2019-07-101-4/+2
* CreateTransaction calls KeepDestination on ReserveDestination before successGregory Sanders2019-07-101-3/+0
* Replace CReserveKey with ReserveDestinatoinAndrew Chow2019-07-091-5/+5
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-4/+0
* scripted-diff: Bump copyright headers in walletMarcoFalke2019-05-061-1/+1
* Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke2019-04-271-2/+2
|\
| * [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-2/+2
* | generalize bumpfee to add inputs when neededGregory Sanders2019-04-111-34/+121
|/
* Remove access to node globals from wallet-linked codeRussell Yanofsky2019-04-101-1/+1
* [build] Add several util unitsJohn Newbery2019-04-091-0/+2
* Remove remaining wallet accesses to node globalsRussell Yanofsky2019-03-061-6/+8
* Remove use of g_connman / PushInventory in wallet codeRussell Yanofsky2019-02-221-1/+1
* Remove uses of fee globals in wallet codeRussell Yanofsky2019-02-221-2/+2
* Remove use of GetCountWithDescendants in wallet codeRussell Yanofsky2019-02-221-3/+1
* Pass chain locked variables where neededRussell Yanofsky2018-11-061-5/+5
* Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-061-4/+9
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* [wallet] Kill accountsJohn Newbery2018-08-301-1/+1
* Add compile time checking for all cs_main runtime locking assertionspracticalswift2018-08-261-1/+1
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | [wallet] Add wallet name to log messagesPierre Rochard2018-08-021-1/+1
|/
* Merge #13011: Cache witness hash in CTransactionWladimir J. van der Laan2018-05-231-1/+1
|\
| * Make CMutableTransaction constructor explicitMarcoFalke2018-05-041-1/+1
* | Add compile time checking for all cs_wallet runtime locking assertionspracticalswift2018-05-141-1/+1
|/
* wallet: Make fee settings non-static membersMarcoFalke2018-04-231-4/+4
* feebumper: discard change outputs below discard rateGregory Sanders2018-03-211-1/+1
* Merge #10637: Coin Selection with Murch's algorithmWladimir J. van der Laan2018-03-141-27/+0
|\
| * Calculate and store the number of bytes required to spend an inputAndrew Chow2018-03-091-27/+0
* | [wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky2018-03-071-10/+7
|/
* Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan2018-02-151-2/+1
|\