Add TCP transport support for Ledger wallet#3593
Conversation
93928a8 to
2dab9ae
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3593 +/- ##
==========================================
+ Coverage 54.55% 54.60% +0.05%
==========================================
Files 323 324 +1
Lines 113871 113723 -148
==========================================
- Hits 62118 62096 -22
+ Misses 51753 51627 -126 ☔ View full report in Codecov by Sentry. |
caccb88 to
3a31025
Compare
murisi
left a comment
There was a problem hiding this comment.
Looks good to me, thanks! Tested this on both the physical device and Speculos, and everything is working. It would have been nice to avoid needing to use macros, but it seems like the definition of Exchange precludes the use of trait objects.
Agree, it would be nice to get rid of the macro. I think we could make an enum for the transport layer. I'll add the change |
8f5cc8b to
5a1a69b
Compare
|
squashed fixups in last push |
murisi
left a comment
There was a problem hiding this comment.
Looks good, the device transport construction code is no longer duplicated. Thanks!
|
Hey @tzemanovic, your pull request has been dequeued due to the following reason: CHECKS_FAILED. |
|
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
Describe your changes
TODO:
Indicate on which release or other PRs this topic is based on
#3570
Checklist before merging to
draft