pymerkle icon indicating copy to clipboard operation
pymerkle copied to clipboard

Merkle-tree in Python

Results 3 pymerkle issues
Sort by recently updated
recently updated
newest added

Noticed a small typo. Have a nice day.

Hi @fmerg, Thanks for sharing this cool project. I'm currently working on stress testing my application, and I've encountered an issue that I believe is related to the codebase. During...

These changes require moving to Python 3.9 for `pymerkle` library. The `profiler` already required Python 3.10. For details, see the vermin results: ```bash $ vermin --target=3.7 --violations --backport argparse --backport...