-
Notifications
You must be signed in to change notification settings - Fork 25
chore: split bdk_wallet into it's own repository #2
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
Conversation
f12faa9
to
af6633e
Compare
Update README and Cargo files. Remove everything not related to bdk_wallet. Other crates remain in the original bdk repository.
af6633e
to
2a79bab
Compare
Maybe remove the |
I flattened/removed the crates directory and renamed |
eca5358
to
3fb6402
Compare
This is ready to go. |
3fb6402
to
175f5d4
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 175f5d4
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 175f5d4
Description
Remove everything from the original
bdk
repo not related tobdk_wallet
. Other crates remain in the originalbdk
repository.Update README and Cargo files.
Notes to the reviewers
After this is merged I'll move all
bdk_wallet
related issues from thebdk
repo to this repository. Any PRs in thebdk
repo will need to be manually moved by their owners.Changelog notice
bdk
repo not related tobdk_wallet
. Other crates remain in the original bdk repository.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing