-
Notifications
You must be signed in to change notification settings - Fork 968
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
misc(state/core_accessor): add retry logic for creating a txClient #4053
misc(state/core_accessor): add retry logic for creating a txClient #4053
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4053 +/- ##
==========================================
- Coverage 44.83% 44.79% -0.05%
==========================================
Files 265 308 +43
Lines 14620 22456 +7836
==========================================
+ Hits 6555 10059 +3504
- Misses 7313 11312 +3999
- Partials 752 1085 +333 ☔ View full report in Codecov by Sentry. |
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.
why not just try to set it up in getSigner
if it's == nil ?
|
My point is |
signer != txClient. Signer is a property of |
@vgonkivs I mean why can't we have the same logic ( so instead of on #L122 instead of calling
|
Ah, ok. I did not get your initial idea. Sorry. will rework it. |
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.
SGTM
Create a txClient in runtime if it was initialized during the startup