-
Notifications
You must be signed in to change notification settings - Fork 144
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
feat: Add node AccountId
to timeout/max attempt errors
#2631
base: main
Are you sure you want to change the base?
Conversation
…ttemts/timeout errors, unit tests added Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
… purposes Signed-off-by: ivaylogarnev-limechain <[email protected]>
4ca4350
to
a0d9b98
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2631 +/- ##
==========================================
+ Coverage 84.81% 84.89% +0.08%
==========================================
Files 284 285 +1
Lines 71281 71486 +205
==========================================
+ Hits 60457 60690 +233
+ Misses 10824 10796 -28 ☔ View full report in Codecov by Sentry. |
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
…o file Signed-off-by: ivaylogarnev-limechain <[email protected]>
AccountId
to timeout/max attempt errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, reminding to revert the changes for the demo.
Signed-off-by: ivaylogarnev-limechain <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: ivaylogarnev-limechain <[email protected]>
…TimeoutError nodeId to string Signed-off-by: ivaylogarnev-limechain <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: ivaylogarnev-limechain <[email protected]>
…h/hedera-sdk-js into feat/consensus-node-id-on-error
Quality Gate passedIssues Measures |
Description:
This PR enhances error handling by including the consensus node ID in error messages related to connection issues, such as timeouts and max attempts, during transaction processing.
Related issue(s):
#2597
Checklist