Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-12 | Explicitly specify encoding when opening text files in Python code | practicalswift | |
2018-05-11 | Enable W191 and W291 flake8 checks. | John Bampton | |
Remove trailing whitespace from Python files. Convert tabs to spaces. | |||
2018-04-16 | Minor Python cleanups to make flake8 pass with the new rules enabled | practicalswift | |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-08-28 | Avoid reference to undefined name: stderr does not exist, sys.stderr does | practicalswift | |
2017-08-28 | Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs | practicalswift | |
2017-03-29 | Datadir option in linearize scripts | Andrew Chow | |
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. | |||
2017-01-13 | Remove unused Python imports | practicalswift | |
2017-01-05 | Make linearize scripts Python 3-compatible. | Doug | |
2017-01-05 | Allow linearization scripts to support hash byte reversal | Doug | |
Currently, the linearization scripts require input hashes to be in one endian form. Add support for byte reversal. | |||
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-06-26 | Use portable #! in python scripts (/usr/bin/env) | Matthew King | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-10-06 | contrib: use batched JSON-RPC in linarize-hashes | Wladimir J. van der Laan | |
Batch up to 10000 requests for a ~30x speedup. | |||
2014-08-23 | Update linearize scripts. | Jeff Garzik | |
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. |