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
Backends should also likely be moved to rust feature flags, so that downstream consumers can avoid compiling costly impls (such as rocksDB) if they only plan on using one
I should clarify that consumers do not need to implement or even use verkle-db since verkle-trie just needs somebody to implement the Db traits. I added verkle-db to make it easier for those that did not want to. In that light, we could make verkle-db optional, though not super important
This is a tracking issue for the following tasks:
The text was updated successfully, but these errors were encountered: