Lucas Oliveira
Lucas Oliveira
Hi, this lib is fantastic! I didn't find the quality of Merkle Tree libraries in python very good, so I decided to write one. I am writing a python implementation...
## Full-node - how many transactions this node has already produced - how many this node has already produced - Current block vs node block - leasing on this node...
## 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...
# 🏎️ More speed - The current algorithm is recursive, perhaps an iterative algorithm would be more performant - A benchmark test is needed to measure this
## Describe a new Feature - [ ] A clear and concise description of the new feature - [ ] Some context about WHY you want this new feature ##...
## 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...
## 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...