This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
Specifiy non-membership proofs for sparse Merkle tree #53
Labels
documentation
Improvements or additions to documentation
Milestone
In the current compute-optimised SMT implementation, this simply requires an extra field in the proof for the data of the leaf found at the position of the key that non-membership is being proven for, if that leaf is not a placeholder. https://github.com/lazyledger/smt/blob/2d392fe132b6304df772fa06ab83b6d984277f06/proofs.go#L11
The text was updated successfully, but these errors were encountered: