aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/feebumper.cpp
AgeCommit message (Expand)Author
2020-03-26wallet: remove CreateTotalBumpTransaction()Jon Atack
2020-03-26rpc: remove deprecated totalFee arg from RPC bumpfeeJon Atack
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2019-12-18Change bumpfee to use watch-only funds for legacy watchonly walletsGregory Sanders
2019-12-01Fix origfee return for bumpfee with feerate argGregory Sanders
2019-11-06Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard
2019-10-18[wallet] Remove `state` argument from CWallet::CommitTransactionJohn Newbery
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-10-10change wallet pointers to references in feebumperAdam Jonas
2019-10-10typo and unneccessary parenthesesAdam Jonas
2019-09-28rpc bumpfee check fee_rate argumentezegom
2019-09-28rpc bumpfee: add fee_rate argumentezegom
2019-08-26rpc bumpfee: move feerate estimation logic into separate methodezegom
2019-07-10Restrict lifetime of ReserveDestination to CWallet::CreateTransactionGregory Sanders
2019-07-10CreateTransaction calls KeepDestination on ReserveDestination before successGregory Sanders
2019-07-09Replace CReserveKey with ReserveDestinatoinAndrew Chow
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-04-11generalize bumpfee to add inputs when neededGregory Sanders
2019-04-10Remove access to node globals from wallet-linked codeRussell Yanofsky
2019-04-09[build] Add several util unitsJohn Newbery
2019-03-06Remove remaining wallet accesses to node globalsRussell Yanofsky
2019-02-22Remove use of g_connman / PushInventory in wallet codeRussell Yanofsky
2019-02-22Remove uses of fee globals in wallet codeRussell Yanofsky
2019-02-22Remove use of GetCountWithDescendants in wallet codeRussell Yanofsky
2018-11-06Pass chain locked variables where neededRussell Yanofsky
2018-11-06Remove uses of cs_main in wallet codeRussell Yanofsky
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-08-30[wallet] Kill accountsJohn Newbery
2018-08-26Add compile time checking for all cs_main runtime locking assertionspracticalswift
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-02[wallet] Add wallet name to log messagesPierre Rochard
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-23Merge #13011: Cache witness hash in CTransactionWladimir J. van der Laan
2018-05-14Add compile time checking for all cs_wallet runtime locking assertionspracticalswift
2018-05-04Make CMutableTransaction constructor explicitMarcoFalke
2018-04-23wallet: Make fee settings non-static membersMarcoFalke
2018-03-21feebumper: discard change outputs below discard rateGregory Sanders
2018-03-14Merge #10637: Coin Selection with Murch's algorithmWladimir J. van der Laan
2018-03-09Calculate and store the number of bytes required to spend an inputAndrew Chow
2018-03-07[wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky
2018-02-15Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan
2018-02-08Consistently use FormatStateMessage in RPC error outputBen Woosley
2018-01-29feebumper: Use PreconditionChecks to determine bump eligibilityMarcoFalke
2018-01-23move more bumpfee prechecks to feebumper::PreconditionChecksGregory Sanders
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10[wallet] Change feebumper from class to functionsRussell Yanofsky
2017-11-10[refactor] Make feebumper namespaceRussell Yanofsky