aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

feat: Allow fetching sibling path from the node given leaf value instead of index

Open spalladino opened this issue 7 months ago • 0 comments

Today PXE usually calls findLeafIndex followed by getSiblingPath given the result. We should add a method to batch both together and eliminate a roundtrip. Consider getSiblingPathByValue(blockNumber, treeId, value).

spalladino avatar May 14 '25 11:05 spalladino