python-bitcoin-blockchain-parser
python-bitcoin-blockchain-parser copied to clipboard
fixed the ordering for get_ordered_blocks by adding sorting to indexes
The ordering became random due to the new way leveldb indexes are being accessed. Sorting resolves this problem.
pylint builds are failing due to pull request #110.