Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-06 | Introduce a fee estimate mode. | Alex Morcos | |
GetMinimumFee now passes the conservative argument into estimateSmartFee. Call CalculateEstimateType(mode) before calling GetMinimumFee or estimateSmartFee to determine the value of this argument. CCoinControl can now be used to control this mode. | |||
2017-05-11 | remove minimum total fee option | Gregory Sanders | |
2017-05-03 | Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module | Jorge Timón | |
...from amount.o to policy/feerate.o Policy, because it moves policy code to the policy directory (common module) | |||
2017-01-23 | Allow to opt-into RBF when creating a transaction | Jonas Schnelli | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-10-28 | CoinControl: add option for custom confirmation target | Jonas Schnelli | |
2016-10-21 | moveonly: move `coincontrol` to `src/wallet` | Wladimir J. van der Laan | |