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

ethexe: introduce tx pool error types #4424

Open
techraed opened this issue Dec 24, 2024 · 0 comments
Open

ethexe: introduce tx pool error types #4424

techraed opened this issue Dec 24, 2024 · 0 comments
Labels
C1-feature Feature request

Comments

@techraed
Copy link
Member

techraed commented Dec 24, 2024

This is mainly useful for RPC and validation:

  1. RPC will send a response with a clear error message.
  2. Some validation failures signalize that this error can be returned to the caller/requester, but some of them should trigger panic. So after introducing errors, panics from tx_pool::validation should be removed and called, if necessary, on upper levels.
@techraed techraed added the C1-feature Feature request label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C1-feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant