-
-
Notifications
You must be signed in to change notification settings - Fork 698
feat(core): show success screen after sending a response to the host #5115
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
Conversation
|
Screencast.from.2025-05-28.20-06-44.webm |
e337ceb
to
bb8c5cb
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.
generally fine with this approach.
we still may end up needing units_of_work in order to make THP behave nicely -- THP runs some amount of background loops for retransmissions and some miscellaneous stuff, those must not be interrupted by the session restarts but at the same time aren't workflows
Rebasing over #4775 to fix failing tests. |
56bd8e4
to
3e04b2d
Compare
497a2d2
to
32103fe
Compare
Rebasing to resolve a conflict. |
3e04b2d
to
3c209ad
Compare
Opened #5166, which can be useful for background loops' cancellation. |
Rebased to resolve a merge conflict. |
3c209ad
to
74efa66
Compare
Pushed a small test-related fix (to handle a race in https://data.trezor.io/dev/firmware/ui_report/15725349158/T3W1-en-core_device_test-index.html). There is no need in the last |
Ran TS5 device tests on 176f0a6:
|
176f0a6
to
4633611
Compare
Tested address, xpub and transaction signature confirmation on Suite with BTC Testnet4. |
@bosomt Please test it all various cases including altcoins, staking, swaps, … with various wallets (not only Trezor Suite) |
Related Suite PR. |
It should implement similar workflow handling to 151eb62150 (keeping the current session until all workflows are over).