aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/check-doc.py
AgeCommit message (Collapse)Author
2017-02-27wallet: Remove sendfreeMarcoFalke
This removes the option from the wallet to not pay a fee on "small" transactions which spend "old" inputs. This code is no longer worth keeping around, as almost all miners prefer not to include transactions which pay no fee at all.
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
Edited via: $ contrib/devtools/copyright_header.py update .
2016-07-05Add warning if -blockminsize is used.Suhas Daftuar
2016-06-22[qa] Add rpc test for segwitAlex Morcos
Amended by Pieter Wuille to use multisig 1-of-1 for P2WSH tests, and BIP9 based switchover logic. Fixes and py3 conversion by Marco Falke.
2016-02-01Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.Gregory Maxwell
2016-01-18[travis] Run contrib/devtools/check-doc.py earlyMarcoFalke
2016-01-04[travis] Fail when documentation is outdatedMarcoFalke