-
Notifications
You must be signed in to change notification settings - Fork 402
Async wallet bump #3752
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
base: main
Are you sure you want to change the base?
Async wallet bump #3752
Conversation
👋 Hi! I see this is a draft PR. |
To prepare for asynchronous processing of the sweep, we need to decouple the spending from the chain notifications. These notifications run in a sync context and wouldn't allow calls into an async trait. Instead we now periodically call into the sweeper, to open up the possibility to do so from an async context if desired.
synchronous wrappers for usage in a sync context.
4bfc36a
to
759760f
Compare
d9b1c75
to
873516b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3752 +/- ##
==========================================
+ Coverage 89.13% 89.67% +0.53%
==========================================
Files 157 157
Lines 123851 128056 +4205
Branches 123851 128056 +4205
==========================================
+ Hits 110395 114828 +4433
+ Misses 10779 10636 -143
+ Partials 2677 2592 -85 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
873516b
to
c1532e7
Compare
e442dda
to
c1e85f9
Compare
c1e85f9
to
100d5e2
Compare
No description provided.