-
-
Notifications
You must be signed in to change notification settings - Fork 310
Support T3B1 in Suite #13544
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
Support T3B1 in Suite #13544
Conversation
5b759a0
to
99e7d76
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.
Missing support for cardano and solana in networksConfig.ts
@@ -1,6 +1,6 @@ | |||
import { DeviceModelInternal } from '@trezor/connect'; | |||
|
|||
const t2b1 = [ | |||
const safe3 = [ |
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.
I dont like t2b1
nor safe3
. Please come up with better naming
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.
homescreensT3B1
but definitely not just safe3
,
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.
@@ -814,6 +814,63 @@ | |||
} | |||
} | |||
} | |||
}, | |||
{ | |||
"conditions": [ |
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.
I would do this in separate PR, it is kinda dangerous as we can forget to bump version/release config,...
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.
Since we are waiting for FW... let's wait and see.
Where exactly? |
0e728fd
to
d830312
Compare
2cd4c10
to
2b9f556
Compare
c25667e
to
38fd6dc
Compare
packages/suite/src/components/firmware/ReconnectDevicePrompt.tsx
Outdated
Show resolved
Hide resolved
I added one last fixup (8ea3bf0) bumping the version is message-system because we are going to release T3B1 next month. Going to merge it now. |
/rebase |
8ea3bf0
to
1a66d9b
Compare
840896b
to
a8b2c94
Compare
a8b2c94
to
39e233b
Compare
Description
isDeviceWithButtons
util).yarn update-coins
so that it is synchronized with trezor-common, no manual changes there.TODO:
releases.json
- waiting for FW.How I created the single-frame hologram video for
DeviceAnimation
component:ffmpeg -loop 1 -i input.webp -c:v libvpx-vp9 -t 5 -pix_fmt yuv420p output.webm
ffmpeg -c:v libvpx-vp9 -i t1_success_dark.webm -vf scale=720:-1 t1_success_dark.webm
(chore(suite-data): compress videos #6358)