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

Add the consensus node ID on the Error object for failed transactions #2597

Open
ebadiere opened this issue Oct 21, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ebadiere
Copy link

Problem

As a JSON RPC Relay node operator I want to identify the consensus node a failed transaction was submitted to. I want to be able to track down any connection issues with that node that may exist. The transaction response on a failed transaction related to connection issues can be null, so that leaves us with just the error to work with.

Solution

  • Add the consensus node ID in the error thrown related to any connection issues such as timeouts.

Alternatives

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants