nmt icon indicating copy to clipboard operation
nmt copied to clipboard

Improve the inner node proving mechanism to be general purpose

Open rach-id opened this issue 8 months ago • 0 comments

After working on https://github.com/celestiaorg/nmt/issues/256, which only supports proving the inner nodes of an ideal tree. We could extend the work to be general purpose and allow proving the inner nodes of any tree with any size.

An attempt to do that was in this https://github.com/celestiaorg/nmt/pull/260 where an approach that uses coordinates is followed. However, that design can change if needed and other ways can be explored.

rach-id avatar Jun 24 '24 13:06 rach-id