]> Untitled Git - bdk/commit
refactor(chain,wallet)!: move rusqlite things into it's own file
author志宇 <hello@evanlinjin.me>
Fri, 19 Jul 2024 11:20:34 +0000 (11:20 +0000)
committer志宇 <hello@evanlinjin.me>
Fri, 19 Jul 2024 11:25:11 +0000 (11:25 +0000)
commit2cf07d686b19787b5e97e0d5ed0b4cce7f56549f
tree68784e9c1b4305d8f4987f86e101f04ca6d8e0cf
parent93f9b83e275e8ab67630c925a39de6c01611a01b
refactor(chain,wallet)!: move rusqlite things into it's own file

Also fix imports and rename `sqlite` module to `rusqlite_impl`.
14 files changed:
crates/chain/Cargo.toml
crates/chain/src/indexer/keychain_txout.rs
crates/chain/src/lib.rs
crates/chain/src/local_chain.rs
crates/chain/src/rusqlite_impl.rs [new file with mode: 0644]
crates/chain/src/sqlite.rs [deleted file]
crates/chain/src/tx_graph.rs
crates/wallet/Cargo.toml
crates/wallet/src/lib.rs
crates/wallet/src/wallet/changeset.rs
crates/wallet/src/wallet/mod.rs
crates/wallet/src/wallet/persisted.rs
crates/wallet/tests/wallet.rs
example-crates/wallet_esplora_async/Cargo.toml