Skip to content
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

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

nick-mobilecoin
Copy link
Contributor

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.

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.
Copy link

docs-page bot commented Sep 20, 2024

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-commenter
Copy link

codecov-commenter commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.13%. Comparing base (ab2af32) to head (8aed5a2).
Report is 211 commits behind head on main.

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     
Flag Coverage Δ
69.13% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@holtzman holtzman left a 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>
@nick-mobilecoin nick-mobilecoin enabled auto-merge (squash) September 23, 2024 14:12
@nick-mobilecoin nick-mobilecoin merged commit a04bcb0 into main Sep 23, 2024
3 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/only-fail-tx-logs-for-current-account branch September 23, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants