-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
@trezor/transport refactor #6509
Conversation
2999488
to
347482b
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
Finally managed to get to the point where desktop app works with nodeusb transport and code is structured more or less in a good way. Of course it is still terribly messy and I needed to disable few features (sessions, unacquired devices etc) to make it work for now. |
c9f567d
to
65143c4
Compare
65143c4
to
c9a5f7d
Compare
fd5bc6e
to
7314d6f
Compare
5e24ca4
to
db073cc
Compare
64e3751
to
d194d5d
Compare
a3e7b59
to
7fb966c
Compare
246dfa8
to
7d38290
Compare
1dc014f
to
ced36b6
Compare
de4630d
to
7ee72bc
Compare
a817b6e
to
312c7a0
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.
😰
fc7e7aa
to
69ab3e4
Compare
New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎
Footnotes |
7fbba85
to
e379924
Compare
e379924
to
b84b037
Compare
Based on
Changes in @trezor/transport:
interfaces
folder with lowest-possible-level unifying abstraction over native transport interfaces. so far only webusb.Success
orError
Related issues
QA testing tips:
In the first place, focus on regression in communication with device. Nodeusb feature is still hidden behind debug (and I am even considering pulling it out into separate PR based on this). Some tips what to test:
google-chrome http://localhost:8000/ http://localhost:8000/
open multiple tabs at onceQA