ethereum / go-verkle

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

add karalabe-SSZ serialization of VerkleProof #445

Open gballet opened 1 month ago

gballet commented 1 month ago

Implement the SSZ serialization methods from github.com/karalabe/ssz

The methods are auto-generated. It only supports VerkleProof and sub-structures at this time, because SuffixStateDiff can not be serialized since a single byte can not be serialized with this library. I'll have to either implement it myself, or just move over to one of the other encoding methods.