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
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
The text was updated successfully, but these errors were encountered:
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
Alternatives
No response
The text was updated successfully, but these errors were encountered: