You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7b8faa3 doc: remove persist crate from README (Luis Schwab)
Pull request description:
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### Description
- Removed `persist` crate from `README.md`
### Checklists
#### All Submissions:
* [X] I've signed all my commits
* [X] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [X] I ran `cargo fmt` and `cargo clippy` before committing
ACKs for top commit:
LagginTimes:
ACK 7b8faa3
ValuedMammal:
ACK 7b8faa3
Tree-SHA512: d15ab9a5b7002e71790324d02c1650bc15a8e6c28c16d0cbe04cfd0d610f93a322abd00f5aaf25416d0055c3008c46079f5effefeb66ff6dd5e6e770bbf3735b
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ The project is split up into several crates in the `/crates` directory:
37
37
38
38
-[`wallet`](./crates/wallet): Contains the central high level `Wallet` type that is built from the low-level mechanisms provided by the other components
39
39
-[`chain`](./crates/chain): Tools for storing and indexing chain data
40
-
-[`persist`](./crates/persist): Types that define data persistence of a BDK wallet
41
40
-[`file_store`](./crates/file_store): Persistence backend for storing chain data in a single file. Intended for testing and development purposes, not for production.
42
41
-[`esplora`](./crates/esplora): Extends the [`esplora-client`] crate with methods to fetch chain data from an esplora HTTP server in the form that [`bdk_chain`] and `Wallet` can consume.
43
42
-[`electrum`](./crates/electrum): Extends the [`electrum-client`] crate with methods to fetch chain data from an electrum server in the form that [`bdk_chain`] and `Wallet` can consume.
0 commit comments