Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |