Age | Commit message (Expand) | Author |
2022-02-17 | contrib: refactor: replace `hex_switchEndian` in linearize scripts | Sebastian Falbesoner |
2022-02-17 | contrib: refactor: simplify block header string routine in linearize-data.py | Sebastian Falbesoner |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-08-16 | refactor: replace remaining binascii method calls | Zero-1729 |
2020-09-25 | doc: Added default signet config for linearize script | gr0kchain |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-02-05 | Merge #17336: scripts: search for first block file for linearize-data with so... | fanquake |
2020-01-05 | Merge #17393: doc: Added regtest config for linearize script | fanquake |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-11-07 | doc: Added regtest config for linearize script | Gr0kchain |
2019-10-27 | Add search for first blk file with pruned node | Rjected |
2019-10-08 | Merge #16802: scripts: In linearize, search for next position of magic bytes ... | Wladimir J. van der Laan |
2019-09-30 | scripts: search for next position of magic bytes rather than fail | Tim Akinbo |
2019-09-03 | test/contrib: Fix invalid escapes in regex strings | Ben Woosley |
2019-03-02 | build: Require python 3.5 | MarcoFalke |
2019-03-02 | scripted-diff: test: Use py3.5 bytes::hex() method | MarcoFalke |
2019-02-05 | Update linearize-hashes.py | OverlordQ |
2018-12-13 | Remove Python 2 import workarounds | practicalswift |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
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 |
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-09-06 | Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with ... | Wladimir J. van der Laan |
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-08-08 | Fix typos. | practicalswift |
2017-08-04 | changed regtest RPCport to 18443 to avoid conflict with testnet 18332 | Ferdinando M. Ametrano |
2017-03-29 | Datadir option in linearize scripts | Andrew Chow |
2017-02-02 | Merge #9580: Fix various minor linearization script issues | Wladimir J. van der Laan |
2017-01-27 | [trivial] Fix typos in comments | practicalswift |
2017-01-25 | Fix various minor linearization script issues | Douglas Roark |
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 |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-06-26 | Use portable #! in python scripts (/usr/bin/env) | Matthew King |
2015-07-10 | Update Linearize tool to support Windows paths | Paul Georgiou |
2015-05-20 | contrib/linearize: Support linearization of testnet blocks | Jeff Garzik |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-16 | Remove references to X11 licence | Michael Ford |
2014-12-08 | Remove genesis block hash from error | Micha |
2014-12-07 | Make several small string fixes in linearize-data.py | Micha |
2014-10-08 | Merge pull request #5051 | Wladimir J. van der Laan |
2014-10-06 | contrib: make linearize-data.py cope with out-of-order blocks | Wladimir J. van der Laan |
2014-10-06 | contrib: use batched JSON-RPC in linarize-hashes | Wladimir J. van der Laan |
2014-09-11 | Catch error when done reading files | Suhas Daftuar |
2014-09-04 | contrib/linearize: Add feature to set file's timestamp based on block header ... | Jeff Garzik |
2014-08-24 | contrib/linearize: split block files based on year-month, not just year | Jeff Garzik |
2014-08-24 | contrib/linearize: Guarantee that output is generated in-order | Jeff Garzik |