bdk
bdk copied to clipboard
Make the `MemoryDatabase` Send+Sync
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.