ethereum / go-verkle

A go implementation of Verkle trees
The Unlicense
209 stars 63 forks source link

Proof generation panic bug #398

Closed jsign closed 11 months ago

jsign commented 11 months ago

This PR fixes a panic in proof generation in one of the border-cases of multiple keys landing in the same leaf node.

It also adds a test that reproduced the panic without the fix.

I found this while doing: https://github.com/gballet/go-verkle/pull/383