Skip to content

Releases: ragestack/blockchain-parser

PyPI packaging + CLI entrypoint

19 Dec 07:45
2352f82

Choose a tag to compare

  • Fixed PyPI package: bundle blockchain-parser.py so the blockchain-scalpel CLI works after installation.

PyPI packaging + CLI entrypoint

19 Dec 06:52

Choose a tag to compare

v2.0.2

Publish PyPI package blockchain-scalpel v2.0.2

v2.0.0

19 Dec 02:23
27b3df2

Choose a tag to compare

License changed to a source-available model.
Free for non-commercial use with attribution.
Commercial use and any SaaS / cloud / hosted use require a paid license.

Added a limited compatibility warranty related to block-format updates.

Technical changes:

  • Added support for XOR-key handling for blocksdir *.dat files.
    If no XOR key is present, or if the key is effectively zero, files are parsed directly.
  • Incremental parsing: detects already processed files in ./result/ and parses only new block files.
  • If an incomplete (typically the last) .dat file is detected, the parser reports an error and terminates execution to avoid corrupted output.

v1.0.0-gpl (Last GPL-3.0 release)

16 Dec 05:23
4c7ec42

Choose a tag to compare

Last release under GPL-3.0. Starting from v2.0.0 the license changes.