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
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
The interface mev.Factory is currently used in the package abci/checktx. I believe it would be better for the abci/checktx package to declare its own interface because:
The abci/checktx package doesn't use all the methods of the mev.Factory interface. It would be more efficient to declare an interface that suits its specific needs.
By declaring its own interface, the abci/checktx package can avoid importing the dependency on mev.Factory.