-
Notifications
You must be signed in to change notification settings - Fork 21
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
Only fail transaction logs for specified account. #1011
Only fail transaction logs for specified account. #1011
Conversation
Previously when syncing multiple accounts the first account synced would fail expired transaction logs from other accounts. This would result in failing transaction logs that may have actually succeeded. Now only expired transaction logs for the currently processing account will be failed.
To view this pull requests documentation preview, visit the following URL: docs.page/mobilecoinofficial/full-service~1011 Documentation is deployed and generated using docs.page. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1011 +/- ##
==========================================
+ Coverage 60.12% 69.13% +9.01%
==========================================
Files 88 125 +37
Lines 12356 16686 +4330
Branches 2010 2798 +788
==========================================
+ Hits 7429 11536 +4107
- Misses 3238 5150 +1912
+ Partials 1689 0 -1689
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
lgtm
add back `+ 1` logic Co-authored-by: Henry Holtzman <henry@mobilecoin.com>
Previously when syncing multiple accounts the first account synced would
fail expired transaction logs from other accounts. This would result in
failing transaction logs that may have actually succeeded. Now only
expired transaction logs for the currently processing account will be
failed.