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
bellatrix added an ExecutionEngine trait to support the execution layer added in that fork
however, the implementation is a bit unwieldy if we need to duplicate that definition per-fork, as was done in #168
this is not the end of the world but I believe we can hoist ExecutionEngine to a generic trait parameterized over the ExecutionPayload type and refactor this abstraction
I'm opening this issue to track this refactor
The text was updated successfully, but these errors were encountered:
bellatrix
added anExecutionEngine
trait to support the execution layer added in that forkhowever, the implementation is a bit unwieldy if we need to duplicate that definition per-fork, as was done in #168
this is not the end of the world but I believe we can hoist
ExecutionEngine
to a generic trait parameterized over theExecutionPayload
type and refactor this abstractionI'm opening this issue to track this refactor
The text was updated successfully, but these errors were encountered: