Open
Description
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.