-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: expand localchain architecture page
- Loading branch information
1 parent
f0bf4de
commit 46ecc62
Showing
6 changed files
with
306 additions
and
108 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "electrum" | ||
name = "architecture" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# Secret Architecture Pages | ||
|
||
## bdk_chain | ||
- [Syncing](./syncing.md) | ||
- [Anchors](./anchors.md) | ||
- [LocalChain](./localchain.md) | ||
- [Anchors](./anchors.md) | ||
- [CheckPoints](./checkpoint.md) | ||
- [Persistence](./persistence.md) | ||
- [TxGraph](./txgraph.md) | ||
|
||
## bdk_file_store | ||
- [Persistence](./persistence.md) | ||
|
||
<!-- Questions --> | ||
<!-- | ||
What happens when you have a TxGraph with anchors on a transaction, but some of those anchors are not in your LocalChain? | ||
--> |
Oops, something went wrong.