You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few rough edges in how we initialize verkle trees at the moment. As long as you use the createVerkleTree constructor function, it's pretty straight forward. However, we should make a few changes:
Have the constructor default to instantiate a MapDB if none is provided
The _createRootNode function should be made public.
We should just get rid of the database function all together. There's no need for an independent DB setter/getter as this should be part of the constructor process
The text was updated successfully, but these errors were encountered:
We have a few rough edges in how we initialize
verkle
trees at the moment. As long as you use thecreateVerkleTree
constructor function, it's pretty straight forward. However, we should make a few changes:MapDB
if none is provided_createRootNode
function should be made public.database
function all together. There's no need for an independent DB setter/getter as this should be part of the constructor processThe text was updated successfully, but these errors were encountered: