ethereum / go-verkle

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

Remove all references to children in InternalNode & use uncompressed serialization #354

Closed gballet closed 1 year ago

gballet commented 1 year ago

Remove all references to children commitments in InternalNode so that the uncompressed form can be stored inside the child's node itself, and not be needed by the parent. This supposed a path-based DB schema.