Skip to content
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

feat(connect): all backupDevice and recoveryDevice even for devices w… #15599

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mroz22
Copy link
Contributor

@mroz22 mroz22 commented Nov 27, 2024

…ith required firmware update

cc @MiroslavProchazka

test device: T & 2.1.8 (first lower then required: true

Copy link

github-actions bot commented Nov 27, 2024

🚀 Expo preview is ready!

  • Project → trezor-suite-preview
  • Platforms → android, ios
  • Scheme → trezorsuitelite
  • Runtime Version → 12
  • More info

Learn more about 𝝠 Expo Github Action

@mroz22 mroz22 force-pushed the connect-allow-backup-and-recovery branch from ec92b33 to 7bb240c Compare November 27, 2024 12:20
@@ -156,7 +156,7 @@ export const connectInitThunk = createThunk(
pendingTransportEvent: selectIsPendingTransportEvent(getState()),
transports: selectDebugSettings(getState()).transports,
_sessionsBackgroundUrl,
// debug: true, // Enable debug logs in TrezorConnect
debug: true, // Enable debug logs in TrezorConnect
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be remoevd

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

…ithh required firmware update

fix: UI for T1 vs other Devices
);
// Do not rely on Capability_PassphraseEntry feature. For ancient firmwares it's not there,
// and we want to allow devices that have unsupported FW to be able to check the seed.
if (device.features.internal_model === DeviceModelInternal.T1B1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I mindlessly copied old code, this makes much more sense 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants