-
Notifications
You must be signed in to change notification settings - Fork 73
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
fix: modified sendRawTransaction to also poll MN for transaction's validity for Timeout and ConnectionDropped error #3229
fix: modified sendRawTransaction to also poll MN for transaction's validity for Timeout and ConnectionDropped error #3229
Conversation
Test Results 19 files ± 0 279 suites +34 30m 44s ⏱️ -58s For more details on these failures, see this check. Results for commit 9f9f162. ± Comparison against base commit acc4538. This pull request removes 2 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
cd97639
to
dda4831
Compare
…y for Timeout and ConnectionDropped error Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
dda4831
to
b405e91
Compare
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.
Good job, I like where this PR is headed but I have some suggestion on how we can improve it further
@quiet-node I like the idea to remove the MN client from the sdkClient, however I think we should only change whats in the catch block of the sendRawTransaction. Current changes are confusing and worsening the readability at least from my POV. We can maybe discuss and brainstorm a better way, where we only change the catch block, since we only want new logic when error is thrown. |
@konstantinabl |
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3229 +/- ##
==========================================
+ Coverage 83.17% 83.48% +0.31%
==========================================
Files 66 66
Lines 4314 4305 -9
Branches 843 846 +3
==========================================
+ Hits 3588 3594 +6
+ Misses 483 470 -13
+ Partials 243 241 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description:
Related issue(s):
Fixes #3207
Notes for reviewer:
EthImpl.sendRawTransaction
. Please refer to the code comments for a clearer understanding of the rationale behind the changes.Checklist