-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIP 329 "Wallet Labels Export Format" Support #848
Comments
I like the labelling idea a lot. But in this case this might be information that would be stored in the BD itself (unless the cli kept a separate persistence of some sort), and so I think this issue is better suited for BDK itself rather than bdk-cli. |
I agree this looks like a good spec to add support for but the feature should be added in the bdk repo, once there we can enable it in the |
What about "Label Import" ? |
Can I help with this? |
Hi @praveenperera yes I don't know of anyone else looking into this issue. |
@notmandatory sounds good, the implementation looks relatively simple, I just have to familiarize myself with BDK a bit more to figure out the place to add it. I’ll probably need this in a few weeks, so assuming no one else has picked it up by then, I’ll work on it at that time. If someone else wants to take it before then, feel free. |
Feel free to ask questions in our discord text or weekly voice chats too. |
Made a standalone crate, maybe it makes sense to incorporate it into bdk? https://github.com/bitcoinppl/bip329?tab=readme-ov-file |
@storopoli oh didn’t know you were working on this today too. What are the odds we both started this on the same day haha. I’m not sure the best way to integrate it yet either. |
Check my implementation, steal the best parts, and make a PR. I'll help review it.
We're pretty much in-sync now that things are stable (beta) with the storage it would be very opportunistic to implement BIP 329 labels. |
@storopoli @praveenperera love to see this coming! Thanks for your time and effort. |
@storopoli do you want to continue on the integration work since you’ve already started this PR? Let me know if you need any changes made in the library. |
Alright. I might get your tests. |
@storopoli hey are you working on this, if not I think I can take it on next week. |
No, I'm not. All yours :) |
The spec is new but it seems not invasive.
I find particularly interesting the outputs's labels.
https://github.com/bitcoin/bips/blob/master/bip-0329.mediawiki
The text was updated successfully, but these errors were encountered: