aboutsummaryrefslogtreecommitdiff
path: root/src/amount.cpp
Commit message (Collapse)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-1/+1
|
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-2/+2
|
* Remove relay-only roundingRoss Nicoll2021-08-171-0/+10
| | | | | Remove rounding of transaction sizes when calculating fee minimums for relaying, to simplify fee logic.
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-1/+1
|
* Clean up RPC tests (#1465)Ross Nicoll2018-09-191-0/+5
| | | | | | | | | | * Enable full block tests * Fix invalidblocktest * Move watch only address funding to immediately before it's used, so node 0 doesn't spend the output before it checks it later. * Fix `fundrawtransaction` tests and sanitize fee calculation at the same time * Correct resolution of chain parameters when validating tx inputs, especially from previous coinbase transactions * Set block versions on full block tests so that the generated blocks are AuxPoW compatible
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* [amount] Add support for negative fee ratesMarcoFalke2016-04-081-5/+15
| | | | | Currently negative fee rates are not supported on archs of 64-bit or more
* [amount] Preempt issues with negative fee ratesMarcoFalke2016-03-191-1/+1
|
* [amount] Make GetFee() monotonicMarcoFalke2016-03-171-3/+3
| | | | | This reverts the hard-to-read and buggy code introduced in d88af560111863c3e9c1ae855dcc287f04dffb02 and adds documentation
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Rationalize currency unit to "BTC"Ross Nicoll2015-08-031-1/+3
| | | | | | | | | 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.
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+31