-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update bdk version to 1.0.0-alpha.2 #402
Conversation
a81a4ab
to
aba5278
Compare
af40823
to
6a5126d
Compare
214cb24
to
8cf8320
Compare
872f8e9
to
2541a92
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.
I have tested this branch locally
Just calling out a couple high level changes here for reference:
- Related adding of
esplora.rs
and removal ofblockchain.rs
- Some changes to scripts and .sh files related to removal of workspace
database.rs
removed and will be reimplemented in some different form in follow up PR'spsbt.rs
fully commented out but stays because we know it will be implemented fully in follow up PR's
bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit/AndroidLibTest.kt
Outdated
Show resolved
Hide resolved
nice job thunder!!! 🚀 |
This is a big change that updates some of our build infrastructure as well as upgrading the bdk dependency. It adds the simple new_no_persist constructor on the wallet as well as the blocking esplora client.
2541a92
to
790aee9
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 7463fa7
Looks great! 1.0 here we come.
Description
This is the beginning of the migration to the new 1.0 API for the bitcoin development kit bindings.
Notes to the reviewers
This is likely to be a fairly big PR; let's review it one commit at a time.
Changelog notice
Oh lordy lord the changelog on this thing