Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-08 | [amount] Add support for negative fee rates | MarcoFalke | |
Currently negative fee rates are not supported on archs of 64-bit or more | |||
2016-03-17 | [amount] Make GetFee() monotonic | MarcoFalke | |
This reverts the hard-to-read and buggy code introduced in d88af560111863c3e9c1ae855dcc287f04dffb02 and adds documentation | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-12-02 | Fix various typos | paveljanik | |
2015-10-13 | Add CFeeRate += operator | Matt Corallo | |
2015-08-03 | Rationalize currency unit to "BTC" | Ross Nicoll | |
Previously various user-facing strings have used inconsistent currency units "BTC", "btc" and "bitcoins". This adds a single constant and uses it for each reference to the currency unit. Also adds a description of the unit for --maxtxfee, and adds the missing "amount" field description to the (deprecated) move RPC command. | |||
2015-05-27 | Improve comment explaining purpose of MAX_MONEY constant | Peter Todd | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-10-27 | MOVEONLY: Move CFeeRate and Amount constants to amount.o | jtimon | |
2014-10-02 | amount.h: update license, add header end comment + rem from util.h | Philip Kaufmann | |
2014-09-26 | Use a typedef for monetary values | Mark Friedenbach | |