Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't restrict database error variant on executor #8089

Open
mattsse opened this issue May 4, 2024 · 0 comments
Open

Don't restrict database error variant on executor #8089

mattsse opened this issue May 4, 2024 · 0 comments
Labels
A-execution Related to the Execution and EVM C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented May 4, 2024

Describe the feature

This should not require ProviderError and should just require Error or Into<BlockExecutionError>

type Executor<DB: Database<Error = ProviderError>>: for<'a> Executor<

blocked by #8088

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled A-execution Related to the Execution and EVM and removed S-needs-triage This issue needs to be labelled labels May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-execution Related to the Execution and EVM C-enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant