example(bdk_wallet): add BIP-329 wallet labels example using bip329 crate#414
Open
Leeyah-123 wants to merge 1 commit intobitcoindevkit:masterfrom
Open
example(bdk_wallet): add BIP-329 wallet labels example using bip329 crate#414Leeyah-123 wants to merge 1 commit intobitcoindevkit:masterfrom
Leeyah-123 wants to merge 1 commit intobitcoindevkit:masterfrom
Conversation
Author
|
@ValuedMammal I was assigned this, but the previous PR closed automatically when I renamed the branch. |
Collaborator
|
Thanks I'll take a look at it and continue researching a potential labels feature in bdk_wallet, though I would note that this looks similar to the existing #222 and we probably don't need both. |
Author
Thanks a lot! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds examples/bip329_labels.rs demonstrating how to use
bdk_wallettogether with thebip329crate to annotate wallet items with human-readable labels in the BIP-329 JSONL format.The example covers:
AddressRecord) with BIP-84 keypath contextTransactionRecord) — enriched with fee and net flowfrom
wallet.calculate_fee/wallet.sent_and_receivedafter a syncOutputRecord) withspendablecoin-control hintsLabels::export_to_file)Labels::into_string_mapretain+push) and streaming to stdout viaLabels::export_to_writerReplaces #383.
Changelog notice
bip329crateChecklists
All Submissions:
just pbefore pushingNew Features: