bluealloy/revm

Rethink if we need `DBErrorMarker`

Opened this issue · 0 comments

DBErrorMarker was added to have an ERROR: From<Database::Error> requirement for ERROR type inside Handlers. This design is not the greatest as any new Error type would not need to implement DBErrorMarket trait but i couldn't think of the replacment.