| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers to 2018 | DrahtBot | 2018-07-27 | 1 | -1/+1 |
| | | |||||
| * | Explicitly specify encoding when opening text files in Python code | practicalswift | 2018-06-12 | 1 | -2/+2 |
| | | |||||
| * | Enable W191 and W291 flake8 checks. | John Bampton | 2018-05-11 | 1 | -124/+124 |
| | | | | | | Remove trailing whitespace from Python files. Convert tabs to spaces. | ||||
| * | Minor Python cleanups to make flake8 pass with the new rules enabled | practicalswift | 2018-04-16 | 1 | -1/+0 |
| | | |||||
| * | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | 2018-01-03 | 1 | -1/+1 |
| | | |||||
| * | Avoid reference to undefined name: stderr does not exist, sys.stderr does | practicalswift | 2017-08-28 | 1 | -1/+1 |
| | | |||||
| * | Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs | practicalswift | 2017-08-28 | 1 | -1/+1 |
| | | |||||
| * | Datadir option in linearize scripts | Andrew Chow | 2017-03-29 | 1 | -1/+22 |
| | | | | | Adds a datadir configuration option to the linearize scripts to allow the script to use the RPC cookie instead of requiring the user to set a rpcuser and rpcpassword for the rpc server. | ||||
| * | Remove unused Python imports | practicalswift | 2017-01-13 | 1 | -1/+0 |
| | | |||||
| * | Make linearize scripts Python 3-compatible. | Doug | 2017-01-05 | 1 | -10/+22 |
| | | |||||
| * | Allow linearization scripts to support hash byte reversal | Doug | 2017-01-05 | 1 | -1/+13 |
| | | | | | Currently, the linearization scripts require input hashes to be in one endian form. Add support for byte reversal. | ||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Use portable #! in python scripts (/usr/bin/env) | Matthew King | 2016-06-26 | 1 | -1/+1 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | contrib: use batched JSON-RPC in linarize-hashes | Wladimir J. van der Laan | 2014-10-06 | 1 | -32/+39 |
| | | | | | Batch up to 10000 requests for a ~30x speedup. | ||||
| * | Update linearize scripts. | Jeff Garzik | 2014-08-23 | 1 | -0/+106 |
| Break into two steps: * Generate hash list * Build data file(s) from local bitcoind blocks/ directory. This supports building one large bootstrap.dat, or multiple smaller blocks/blkNNNNN.dat files. | |||||