-
Notifications
You must be signed in to change notification settings - Fork 15
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(SPV-1038): decouple sync job from SyncTx #701
Conversation
Manual Tests💚 Manual testing by @dzolt-4chain resulted in success. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #701 +/- ##
==========================================
- Coverage 46.87% 46.69% -0.18%
==========================================
Files 302 301 -1
Lines 13136 13020 -116
==========================================
- Hits 6157 6080 -77
+ Misses 6381 6352 -29
+ Partials 598 588 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Looks good to me, all paths that I know seems covered. |
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.
I forgot that I asked you to add tests for the error Is method
tx_status
has new values (which basically replaces SyncTransaction model purpose)Pull Request Checklist