Skip to content

Merkle proofs without the tree #6

Open
@eozturk1

Description

@eozturk1

Is it possible to verify Merkle proofs using only the (1) path of the node and (2) root node without needing to have the complete tree?

Normally, this should be possible but as I understand it the current API does not support it. Is there a way to verify Merkle proofs without the full tree?

One way I can think of is getting the hashes from the path and and manually verifying up to the root node? Are there any pitfalls in this approach?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions