Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | test: Move linters to test/lint, add readme | MarcoFalke | |
2018-05-09 | Make gArgs aware of the arguments | Andrew Chow | |
gArgs knows what the available arguments are and their help. Getting the help message is moved to gArgs and HelpMessage() is removed | |||
2018-03-28 | contrib: Fix check-doc script regexes | MarcoFalke | |
2018-03-26 | Change all python files to use Python3 | John Newbery | |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-09-08 | Add -usehd to excluded args in check-doc.py | MeshCollider | |
2017-08-28 | Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs | practicalswift | |
2017-08-03 | Add undocumented -forcecompactdb to force LevelDB compactions | Pieter Wuille | |
2017-06-26 | Random db flush crash simulator | Pieter Wuille | |
2017-06-18 | doc: Remove outdated minrelaytxfee comment | MarcoFalke | |
2017-02-27 | wallet: Remove sendfree | MarcoFalke | |
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-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-07-05 | Add warning if -blockminsize is used. | Suhas Daftuar | |
2016-06-22 | [qa] Add rpc test for segwit | Alex 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-01 | Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay. | Gregory Maxwell | |
2016-01-18 | [travis] Run contrib/devtools/check-doc.py early | MarcoFalke | |
2016-01-04 | [travis] Fail when documentation is outdated | MarcoFalke | |