merkly icon indicating copy to clipboard operation
merkly copied to clipboard

🌳 The simple and easy implementation of Merkle Tree

Results 15 merkly issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations...

dependencies

## Build Merkle Root using Rust FFI **I want Merkly to work like this:** ```py import merkly mtree = MerkleTree(['a', 'b', 'c', 'd'], turbo=True) # build merkle root using Rust...

feat
DANGER
💡 Good idea but need refine

Updates the requirements on [pyclean](https://github.com/bittner/pyclean) to permit the latest version. Commits bb321b9 Release v3.0.0 5ab05e2 Exclude compatibility code in coverage report (newer Pythons) d3a28e0 Add blank lines after docstrings (by...

dependencies

# 🏎️ More speed - The current algorithm is recursive, perhaps an iterative algorithm would be more performant - A benchmark test is needed to measure this

refactor

## Describe a new Feature - [ ] A clear and concise description of the new feature - [ ] Some context about WHY you want this new feature ##...

feat

## Describe a new Feature Study and implement a verkle tree, just for fun ## Describe what you expect! (Example) ```py from merkly.verk import VerkleTree ``` ## Docs [Kuszmaul.pdf](https://github.com/olivmath/merkly/files/13800093/Kuszmaul.pdf)

# 🛑✋ Blocked by #67 ## Describe a new Feature Verify Proof without leaves, just with proof, root and leaf ## Describe what you expect! (Example) **I want Merkly to...

feat

## Describe the bug When trying to add the `merkly` package to the project using Poetry, a dependency conflict occurs between `merkly` and `eth-ape`. ## To Reproduce (Example) **I try...

bug