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
for #8510, having just the lightweight database traits would be beneficial.
we could do a threeway split of reth-db:
reth-db-api for all the abstractions
reth-db, helper types and reth-mdbx feature for reexport (so we don't break the entire codebase)
reth-mdbx implements reth-db-api for mdbx types
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
ref #8509
for #8510, having just the lightweight database traits would be beneficial.
we could do a threeway split of reth-db:
reth-db-api for all the abstractions
reth-db, helper types and reth-mdbx feature for reexport (so we don't break the entire codebase)
reth-mdbx implements reth-db-api for mdbx types
Additional context
No response
The text was updated successfully, but these errors were encountered: