-
Notifications
You must be signed in to change notification settings - Fork 260
chore!: remove deprecated networks connection status #6745
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
chore!: remove deprecated networks connection status #6745
Conversation
Looks like you have BREAKING CHANGES in your PR. Check-list
|
Jenkins BuildsClick to see older builds (72)
|
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.
Cool!
24dec3d
to
b594985
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6745 +/- ##
===========================================
- Coverage 60.52% 60.25% -0.28%
===========================================
Files 819 821 +2
Lines 100730 100703 -27
===========================================
- Hits 60968 60677 -291
- Misses 32139 32419 +280
+ Partials 7623 7607 -16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
b594985
to
cc336a0
Compare
cc336a0
to
566df29
Compare
566df29
to
e7b2e23
Compare
Replace use of the deprecated connection/status module with the healthmanager.
Events are now transmitted to the client as a separate signal instead of a wallet.Event.
Part of ##6744