ethereum / go-verkle

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

add DeleteAtStem command for state rollbacks #446

Closed gballet closed 1 month ago

gballet commented 1 month ago

Adds a method to delete a whole subgroup instead of individual keys. This is necessary for a more efficient deletion of an account when doing a rollback, which is used by the PBSS archive node.

TODO