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
Our current StateManagerInterface is bloated with optional functions that don't exist on the default, more commonly used MerkleStateManager, and are specific to the various experimental state managers backed by verkle and binary state trees. We should consider somehow splitting these out from the core interface so it doesn't clutter up the API.
One approach would be #4019. We should discuss further after the breaking releases are done.
The text was updated successfully, but these errors were encountered:
Our current
StateManagerInterface
is bloated with optional functions that don't exist on the default, more commonly usedMerkleStateManager
, and are specific to the various experimental state managers backed by verkle and binary state trees. We should consider somehow splitting these out from the core interface so it doesn't clutter up the API.One approach would be #4019. We should discuss further after the breaking releases are done.
The text was updated successfully, but these errors were encountered: