ethereum / go-verkle

A go implementation of Verkle trees
The Unlicense
211 stars 64 forks source link

tree: simplify GetProofItems for LeafNode #355

Closed jsign closed 1 year ago

jsign commented 1 year ago

This PR avoids some logic repetition in the leaf node polynomial collecting for generating proofs.