-
Notifications
You must be signed in to change notification settings - Fork 321
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 rust bitcoin (BDK 0.28) #1071
Update rust bitcoin (BDK 0.28) #1071
Conversation
576be45
to
9e0f8b8
Compare
CBF is broken but I'm too tired to look into it right now 😅 |
FYI in the past couple days some dependencies broke for 1.57.0 MSRV, I'm fixing it in #1074 . |
42b6ca3
to
68b4233
Compare
5d6ee0e
to
af5dd7c
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.
LGTM! I just have one suggestion and a question.
Although there is *some* code to handle multipath keys inside bdk, it's all untested, and from a few quick tests it seems that it's pretty easy to find buggy edge cases. Better to deny multipath descs for now, and revisit the decision once we work on supporting multidescriptor wallets.
af5dd7c
to
8d5d881
Compare
FYI the CI issue is probably the same one @vladimirfomene ran into yesterday on his PR. I should be able to get a PR in today to fix it. |
8d5d881
to
3d94a8a
Compare
- Specify which version of zip needs to be updated - Pin rustls - Pin flate2
3d94a8a
to
dcc4636
Compare
Now it should be fine :) |
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 d1af252
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing