]> Untitled Git - bdk/commit
Move bdk_file_store into the bdk repo :tada:
authorDaniela Brozzoni <danielabrozzoni@protonmail.com>
Wed, 1 Mar 2023 10:16:05 +0000 (11:16 +0100)
committerDaniela Brozzoni <danielabrozzoni@protonmail.com>
Thu, 2 Mar 2023 09:56:34 +0000 (10:56 +0100)
commit03deafb5538e55462443cd8ead0114bf788a7765
tree03cf3abb1544ce64c9fcbe80f3dda5bb6e274dcc
parent37dfa77d9d732b8a48019b8457051659004ab6d9
Move bdk_file_store into the bdk repo :tada:

Original repository: https://github.com/LLFourn/bdk_core_staging/tree/250b4f1dcce10805adfb2f201901675eb6076554/bdk_file_store

Co-authored-by: 志宇 <hello@evanlinjin.me>
Co-authored-by: LLFourn <lloyd.fourn@gmail.com>
Co-authored-by: Vladimir Fomene <vladimirfomene@gmail.com>
Cargo.toml
crates/file_store/Cargo.toml [new file with mode: 0644]
crates/file_store/src/file_store.rs [new file with mode: 0644]
crates/file_store/src/lib.rs [new file with mode: 0644]
crates/file_store/tests/test_file_store.rs [new file with mode: 0644]