Motivation
We are using a binary Merkle tree. However this have a few disadvantaged:
- The size of tree is small, only support less than 32-depth level.
- We don't have service to support use compute the merkle proof. Client cannot store and compute with massive tree data like current model.
Approaches
- Use sparse a Merkle tree or another data structure if they can help us.
- Create service help user store and compute their merkle proof and keep privacy when compute. (should be another issue).
Motivation
We are using a binary Merkle tree. However this have a few disadvantaged:
Approaches