Skip to content

Feature: Support better merkle tree for protocol #2

@vuvoth

Description

@vuvoth

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions