-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Tenv link default model #16971
base: develop
Are you sure you want to change the base?
Tenv link default model #16971
Conversation
2808503
to
ff5119b
Compare
I think this is already working with |
ff5119b
to
993c1ae
Compare
de7256f
to
10370a3
Compare
174b7ee
to
09b7314
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.
good catch
my bad, I have accidentally approved the PR, i thought it is just PR for test removal
09b7314
to
e4432ec
Compare
🚀 Expo preview is ready!
|
unfortunately no, it might take some time, feel free to cherrypick e4432ec if you want |
b3347b3
to
541640a
Compare
…d have the right fallback
541640a
to
22f08b1
Compare
Also cleans up setup of e2e tests that dont need to start/set emulator
based on #16969
till now, all models had the same firmware version which is not true anymore since this change trezor/trezor-user-env@6339d48#diff-4e726d3141a1307472f5c4ee56a6adde4dbd0664257e4898847074c18faa25dfR60. which results into
so we need to extend our client-side logic that selects a proper default. It would feel better to do this server side - could trezor-user-env start emulator command always pick as default the highest available version which is not main version? cc @grdddj