-
Notifications
You must be signed in to change notification settings - Fork 331
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
Bump hwi to 0.4.0 #825
Bump hwi to 0.4.0 #825
Conversation
01a614a
to
9e6bf42
Compare
9e6bf42
to
4cad18b
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.
Review ACK..
I am thinking how about adding a link to https://github.com/bitcoin-core/HWI in the doc above for people who don't know where to get the hwi python package from..
println!( | ||
"The hardware wallet's descriptor is: {}", | ||
descriptors.receive[0] | ||
); | ||
|
||
// Creating a custom signer from the device | ||
let custom_signer = HWISigner::from_device(first_device, HWIChain::Test)?; | ||
let custom_signer = HWISigner::from_device(&first_device, HWIChain::Test)?; |
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 am hitting an OSError
at this line with my coldcard.. Any guess?
Hold tight, I'm connecting to your hardware wallet...
No module named 'hwilib.devices.jadepy.jade_ble'
BLE scanning/connectivity will not be available
Look what I found, a coldcard!
The hardware wallet's descriptor is: pkh([ef2dfe99/44'/1'/0']tpubDDEc4pGkD8MPWq2D1DGb3DWH2RcXTe9cZYGqgFBGwYRA7rgf1uZop65ptiiKCKB12vS4UrysKucmdjFwjhVzpwNmcVNBXd84uqtj8TYLuVx/0/*)#ktdw6k4n
Error: PyErr("OSError: open failed")
Should we try to get this into the 0.26.0 release? The code freeze was supposed to be today..but will probably delayed a few days.. |
I think it'd be cool if we can make it :) @rajarshimaitra can you try with bdk from master? It's possible that you'll hit the same error, in which case it's definitely to fix, but at least we know that it wasn't introduced in this PR :) |
Yes I am hitting the same one in master too.. |
@rajarshimaitra since you're getting the same error on |
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 4cad18b
I think it is! :) |
Description
Notes to the reviewers
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing