aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/feebumper.h
AgeCommit message (Expand)Author
2023-09-26rpc: bumpfee, improve doc for 'reduce_output' argfurszy
2023-06-26bumpfee: Allow original change position to be specifiedAndrew Chow
2023-01-17wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`Seibart Nedor
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-08-19bumpfee: be able to bump fee of a tx with external inputsAndrew Chow
2022-08-19bumpfee: extract weights of external inputs when bumping feeAndrew Chow
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2020-05-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-26wallet: remove CreateTotalBumpTransaction()Jon Atack
2019-10-10change wallet pointers to references in feebumperAdam Jonas
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-11generalize bumpfee to add inputs when neededGregory Sanders
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-29feebumper: Use PreconditionChecks to determine bump eligibilityMarcoFalke
2017-11-10[wallet] Change feebumper from class to functionsRussell Yanofsky
2017-11-10[refactor] Make feebumper namespaceRussell Yanofsky
2017-11-10[trivial] Rename feebumper variables according to project code styleRussell Yanofsky
2017-07-14Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-05-25Simplify feebumper minimum fee code slightlyRussell Yanofsky
2017-05-11Make sure we re-check the conditions of a feebump during commitJonas Schnelli
2017-04-07[trivial] Fix typo ("improssible" → "impossible")practicalswift
2017-04-02Improve CFeeBumper interface, add comments, make use of std::moveJonas Schnelli
2017-04-02Refactor Bumpfee core functionalityJonas Schnelli