Closed jasonribble closed 9 months ago
What do we do with the failing Rust/test-wasm
?
What do we do with the failing
Rust/test-wasm
?
Apparently, the problem is related to the ehadless execution timeout, as all tests passed.
It always depends on why the test fails. If it's just an issue with CI, we're not too worried about it.
How exciting! Thank you.
The example seed phrase was providing the the main extended public key. i.e derivation path
m
This can be confirmed on bip32.netHere's the
m
derivation in the current version:We needed to provide an
xpub
that included the taproot descriptor. Since we already had the functionwatcher_xpub
, that's all that needed to be switch out.Now, if a user wants to copy the xpub for a watch only wallet; they will see
With the additional test, we can see that we now have the proper watch-only address.