LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

Extract file_store out of bdk_chain #197

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

file_store depends on bincode v2 which has a high MSRV and is getting in the way of passing CI over on the bdk repo.

It's probably also a good idea to extract the persist::Backend trait out of https://github.com/bitcoindevkit/bdk/pull/793 into bdk_chain so it can be implemented from the new bdk_file_store crate.