-
Notifications
You must be signed in to change notification settings - Fork 404
Closed
Labels
apiA breaking API changeA breaking API changemodule-walletnew featureNew feature or requestNew feature or request
Milestone
Description
Describe the enhancement
The current storage backends don't have support for async
operations. After speaking with @afilini briefly on Discord about this, it's clear that BDK 1.0/bdk_core should give us better support for that.
Since we are a few months away from the bdk_core release, I'm proposing to create an async
capable SqliteDatabase
(PooledSqliteDatabase
?) that will allow us to access a pool of connections across threads and serve as a bridge until the 1.0 release.
Use case
- Allow our
Wallet
to be used across threads safely. - Serve as a temporary implementation avenue for
async
applications
tnull and MaxFangX
Metadata
Metadata
Assignees
Labels
apiA breaking API changeA breaking API changemodule-walletnew featureNew feature or requestNew feature or request
Type
Projects
Status
Done