The latest version of the coldcard crate mitigates a firmware bug that causes the host side of the wire to hang when the fram response is sent. It's not a very common scenario but it'll cause anything communicating with a coldcard to hang.
I've reported the bug to Coinkite but the fix won't help anyone with an older firmware, so the mitigation on the Rust side fixes the problem for everyone.
The latest version of the
coldcard
crate mitigates a firmware bug that causes the host side of the wire to hang when thefram
response is sent. It's not a very common scenario but it'll cause anything communicating with a coldcard to hang.I've reported the bug to Coinkite but the fix won't help anyone with an older firmware, so the mitigation on the Rust side fixes the problem for everyone.