-
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
Introduce webhook callback in account sync #998
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #998 +/- ##
==========================================
- Coverage 60.12% 55.66% -4.46%
==========================================
Files 88 125 +37
Lines 12356 16509 +4153
Branches 2010 2832 +822
==========================================
+ Hits 7429 9190 +1761
- Misses 3238 5222 +1984
- Partials 1689 2097 +408 ☔ View full report in Codecov by Sentry. |
This PR is now ready for review, and I would recommend that we leave the restart logic for a fast follow. |
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
… fully synced Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
Signed-off-by: sugargoat <sugargoat@mobilecoin.com>
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.
Looks good! Some todos left but let's merge!
Motivation
Some ramps providers would like to receive a callback when TXOs are found for their accounts during syncing.
In this PR
AtomicUsize
to track how many new txos since last webhook callTest Plan