bdk icon indicating copy to clipboard operation
bdk copied to clipboard

Make the `MemoryDatabase` Send+Sync

Open notmandatory opened this issue 3 years ago • 0 comments

As discussed in #165, the Database Trait should be Send+Sync. One step in this direction is to make the MemoryDatabase struct Send+Sync. What ever solution is used should also work with WASM. Doing this work may also shed light on any required API changes in the Database trait.

notmandatory avatar Feb 07 '22 17:02 notmandatory