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
Merge #1661: chore(file_store): Document that it's a dev database
4b5bd0b chore(file_store): Document that it's a dev database (LLFourn)
Pull request description:
Document `bdk_file_store` is a development/testing database
ACKs for top commit:
LagginTimes:
ACK 4b5bd0b
ValuedMammal:
ACK 4b5bd0b
oleonardolima:
ACK 4b5bd0b
Tree-SHA512: a374753fe3d367870afc7b4cb301ef7fd09da1babefb0601191b266123358c2ffd247e4c6c5fb84eaa0e3b2821f8c0b1337cde6d63bbc2dce3fb7d5ff0286cef
Copy file name to clipboardExpand all lines: crates/file_store/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# BDK File Store
2
2
3
+
> ⚠ `bdk_file_store` is a development/testing database. It does not natively support backwards compatible BDK version upgrades so should not be used in production.
4
+
3
5
This is a simple append-only flat file database for persisting [`bdk_chain`] changesets.
4
6
5
7
The main structure is [`Store`] which works with any [`bdk_chain`] based changesets to persist data into a flat file.
0 commit comments