Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-14 | Refactor to use CoinControl in GetMinimumFee and FeeBumper | Alex Morcos | |
Improve parameter precedence in coin_control | |||
2017-07-10 | Add RPC options for RBF, confirmation target, and conservative fee estimation. | Alex Morcos | |
Add support for setting each of these attributes on a per RPC call basis to sendtoaddress, sendmany, fundrawtransaction (already had RBF), and bumpfee (already had RBF and conf target). | |||
2017-05-25 | Simplify feebumper minimum fee code slightly | Russell Yanofsky | |
No change in behavior. Get rid of specifiedConfirmTarget if/else block and rename specifiedConfirmTarget and ignoreUserSetFee variables to ignoreGlobalPayTxFee. | |||
2017-05-11 | Make sure we re-check the conditions of a feebump during commit | Jonas Schnelli | |
2017-04-07 | [trivial] Fix typo ("improssible" → "impossible") | practicalswift | |
2017-04-02 | Improve CFeeBumper interface, add comments, make use of std::move | Jonas Schnelli | |
2017-04-02 | Refactor Bumpfee core functionality | Jonas Schnelli | |