ethereum / go-verkle

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

test: add random tree operation tests #419

Closed weiihann closed 9 months ago

weiihann commented 9 months ago

This PR adds a random tree operation test case, referring Geth's TestRandom implementation. Minor modifications are as follows: