-
Notifications
You must be signed in to change notification settings - Fork 329
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
chore: rename bdk crate to bdk_wallet #1326
chore: rename bdk crate to bdk_wallet #1326
Conversation
1d1959a
to
2e539dc
Compare
Thank you for reserving the name! Just a reminder, I don't think we should merge this until the larger PRs are in. |
7d0db6a
to
f8305ab
Compare
f8305ab
to
6286185
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good.
After we merge this, we need to also check on bitcoindevkit/bitcoindevkit.org
repo and a bunch of other repos 😓
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code-wise I am OK with the changes.
My concerns are with respect to the presentation.
I added some points for us to think and review.
6286185
to
79cf5a6
Compare
Rebased on master. |
ac671d2
to
28f6855
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 28f6855
0993d22
to
30854de
Compare
Rebased again on master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 30854de
c82d6fc
to
99acf17
Compare
99acf17
to
51cbd74
Compare
Rebased after alpha.11 release and ready to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 51cbd74
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 51cbd74
217a942
to
7a8af0a
Compare
Oops, I had to fix a couple post merge fixes and formatting and hadn't pushed them, pushed them now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 7a8af0a
7a8af0a
to
f678165
Compare
Also published new crate: https://crates.io/crates/bdk_wallet |
Description
Fixes #1305 .
Notes to the reviewers
Once this properly builds, even before all reviews is done, I will publish it to crates.io to reserve the name.
Changelog notice
Changed
bdk
crate tobdk_wallet
.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing