Closed jumaffre closed 3 years ago
Now that our Merkle uses SHA-256 hashes, it should be easy enough to reconstruct the Merkle Tree and verify the integrity of the ledger when parsing it in Python.
https://github.com/Tierion/pymerkletools seems to be a good candidate to re-construct the Merkle tree in Python.
Done in #2193
Now that our Merkle uses SHA-256 hashes, it should be easy enough to reconstruct the Merkle Tree and verify the integrity of the ledger when parsing it in Python.
https://github.com/Tierion/pymerkletools seems to be a good candidate to re-construct the Merkle tree in Python.