@onekeyfe/hd-core 1.2.0-alpha.9 → 1.2.0-alpha.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__tests__/AllNetworkGetAddressBase.tracing.test.ts +390 -0
- package/__tests__/DeviceCommands.test.ts +563 -0
- package/__tests__/DeviceEventRegistration.test.ts +49 -0
- package/__tests__/chain-params-onekey-compatibility.test.ts +229 -0
- package/__tests__/check-all-firmware-release-protocol-v2.test.ts +825 -0
- package/__tests__/check-firmware-release-protocol-v2.test.ts +199 -0
- package/__tests__/connectSettings.test.ts +45 -5
- package/__tests__/core-dispose.test.ts +34 -0
- package/__tests__/core-error-output.test.ts +39 -0
- package/__tests__/core-initialization.test.ts +23 -0
- package/__tests__/device-connector-protocol.test.ts +81 -0
- package/__tests__/device-features-state.test.ts +78 -0
- package/__tests__/device-identity.test.ts +52 -0
- package/__tests__/device-initialize-timeout.test.ts +56 -0
- package/__tests__/device-lifecycle-events.test.ts +351 -0
- package/__tests__/device-pool-state.test.ts +166 -0
- package/__tests__/device-settings.test.ts +437 -0
- package/__tests__/device-state-contract.test.ts +28 -0
- package/__tests__/device-state-events.test.ts +286 -0
- package/__tests__/device-state-mapper.test.ts +288 -0
- package/__tests__/device-state-projector.test.ts +114 -0
- package/__tests__/device-state-store.test.ts +109 -0
- package/__tests__/device-utils.test.ts +154 -0
- package/__tests__/device-wallet-session-store.test.ts +348 -1
- package/__tests__/deviceFeaturesUtils.test.ts +39 -0
- package/__tests__/devicePoolBootloaderPath.test.ts +64 -0
- package/__tests__/deviceSettings.test.ts +113 -0
- package/__tests__/deviceUploadNft.test.ts +316 -0
- package/__tests__/evmLedgerLegacySafety.test.ts +12 -6
- package/__tests__/evmSignTransaction.test.ts +69 -0
- package/__tests__/evmSignTypedData.test.ts +80 -0
- package/__tests__/filesystemValidation.test.ts +53 -0
- package/__tests__/firmware-memory-host.test.ts +112 -0
- package/__tests__/firmware-update/check-all-firmware-release.test.ts +175 -0
- package/__tests__/firmware-update/device-update-bootloader.test.ts +91 -0
- package/__tests__/firmware-update/firmware-artifact-source.test.ts +119 -0
- package/__tests__/firmware-update/firmware-host-binding.test.ts +79 -0
- package/__tests__/firmware-update/firmware-preparation-error.test.ts +27 -0
- package/__tests__/firmware-update/firmware-prepared-host-digest.test.ts +209 -0
- package/__tests__/firmware-update/firmware-update-bootloader-poll.test.ts +200 -0
- package/__tests__/firmware-update/firmware-update-capabilities.test.ts +13 -0
- package/__tests__/firmware-update/firmware-update-plan-bootloader-identity.test.ts +394 -0
- package/__tests__/firmware-update/firmware-update-plan.test.ts +654 -0
- package/__tests__/firmware-update/firmware-update-prepared-plan.test.ts +283 -0
- package/__tests__/firmware-update/firmware-update-v2-download-before-boot.test.ts +457 -0
- package/__tests__/firmware-update/firmware-update-v3-reconnect.test.ts +121 -0
- package/__tests__/firmware-update/firmware-upload-source.test.ts +70 -0
- package/__tests__/get-device-state.test.ts +578 -0
- package/__tests__/homescreen.test.ts +81 -0
- package/__tests__/kaspa-public-types.type-test.ts +16 -0
- package/__tests__/kaspa-use-tweak-pro2.test.ts +20 -0
- package/__tests__/kaspaSignTransaction.test.ts +578 -0
- package/__tests__/known-device-public-types.type-test.ts +3 -0
- package/__tests__/logBlockEvent.test.ts +128 -1
- package/__tests__/method-protocol-support.test.ts +144 -0
- package/__tests__/networkUtils.test.ts +406 -0
- package/__tests__/open-wallet-session-error-response.test.ts +43 -0
- package/__tests__/open-wallet-session.test.ts +1899 -0
- package/__tests__/pro2Nft.test.ts +108 -0
- package/__tests__/pro2Wallpaper.test.ts +39 -0
- package/__tests__/protocol-binding.test.ts +89 -0
- package/__tests__/protocol-v2-bootloader-mode.test.ts +37 -0
- package/__tests__/protocol-v2-firmware-targets.test.ts +66 -0
- package/__tests__/protocol-v2-ping.test.ts +28 -0
- package/__tests__/protocol-v2-resources.test.ts +270 -0
- package/__tests__/protocol-v2-ui-lifecycle.test.ts +91 -0
- package/__tests__/protocol-v2-unlock-policy.test.ts +308 -0
- package/__tests__/protocol-v2.test.ts +6670 -1759
- package/__tests__/protocolV2FileWrite.test.ts +285 -0
- package/__tests__/protocolV2UiInteraction.test.ts +329 -0
- package/__tests__/public-device-state-api.test.ts +275 -0
- package/__tests__/public-pro2-api-boundary.test.ts +107 -0
- package/__tests__/refresh-device-state.test.ts +101 -0
- package/__tests__/request-context-logging.test.ts +16 -0
- package/__tests__/search-devices.test.ts +145 -0
- package/__tests__/tron-sign-message-init.test.ts +74 -0
- package/__tests__/uiProgressThrottle.test.ts +74 -0
- package/__tests__/uiPromiseRegistry.test.ts +115 -0
- package/dist/api/BaseMethod.d.ts +16 -1
- package/dist/api/BaseMethod.d.ts.map +1 -1
- package/dist/api/CheckAllFirmwareRelease.d.ts +25 -1
- package/dist/api/CheckAllFirmwareRelease.d.ts.map +1 -1
- package/dist/api/CheckBLEFirmwareRelease.d.ts +3 -2
- package/dist/api/CheckBLEFirmwareRelease.d.ts.map +1 -1
- package/dist/api/CheckBootloaderRelease.d.ts +2 -1
- package/dist/api/CheckBootloaderRelease.d.ts.map +1 -1
- package/dist/api/CheckFirmwareRelease.d.ts +3 -2
- package/dist/api/CheckFirmwareRelease.d.ts.map +1 -1
- package/dist/api/CipherKeyValue.d.ts +1 -0
- package/dist/api/CipherKeyValue.d.ts.map +1 -1
- package/dist/api/ClearSessionCache.d.ts.map +1 -1
- package/dist/api/DetectDeviceConnectProtocol.d.ts +7 -0
- package/dist/api/DetectDeviceConnectProtocol.d.ts.map +1 -0
- package/dist/api/DirList.d.ts +1 -0
- package/dist/api/DirList.d.ts.map +1 -1
- package/dist/api/DirMake.d.ts +1 -0
- package/dist/api/DirMake.d.ts.map +1 -1
- package/dist/api/DirRemove.d.ts +1 -0
- package/dist/api/DirRemove.d.ts.map +1 -1
- package/dist/api/FileDelete.d.ts +1 -0
- package/dist/api/FileDelete.d.ts.map +1 -1
- package/dist/api/FileRead.d.ts +1 -0
- package/dist/api/FileRead.d.ts.map +1 -1
- package/dist/api/FileWrite.d.ts +2 -0
- package/dist/api/FileWrite.d.ts.map +1 -1
- package/dist/api/FirmwareUpdate.d.ts.map +1 -1
- package/dist/api/FirmwareUpdateV2.d.ts +12 -2
- package/dist/api/FirmwareUpdateV2.d.ts.map +1 -1
- package/dist/api/FirmwareUpdateV3.d.ts +7 -3
- package/dist/api/FirmwareUpdateV3.d.ts.map +1 -1
- package/dist/api/FirmwareUpdateV4.d.ts +46 -16
- package/dist/api/FirmwareUpdateV4.d.ts.map +1 -1
- package/dist/api/GetDeviceState.d.ts +8 -0
- package/dist/api/GetDeviceState.d.ts.map +1 -0
- package/dist/api/GetFeatures.d.ts +1 -1
- package/dist/api/GetFeatures.d.ts.map +1 -1
- package/dist/api/GetOnekeyFeatures.d.ts.map +1 -1
- package/dist/api/GetPassphraseState.d.ts +2 -6
- package/dist/api/GetPassphraseState.d.ts.map +1 -1
- package/dist/api/OpenWalletSession.d.ts +8 -0
- package/dist/api/OpenWalletSession.d.ts.map +1 -0
- package/dist/api/PathInfo.d.ts +1 -0
- package/dist/api/PathInfo.d.ts.map +1 -1
- package/dist/api/PromptWebDeviceAccess.d.ts.map +1 -1
- package/dist/api/SearchDevices.d.ts +3 -0
- package/dist/api/SearchDevices.d.ts.map +1 -1
- package/dist/api/UploadPortfolio.d.ts +17 -0
- package/dist/api/UploadPortfolio.d.ts.map +1 -0
- package/dist/api/alephium/AlephiumGetAddress.d.ts.map +1 -1
- package/dist/api/alephium/AlephiumSignMessage.d.ts.map +1 -1
- package/dist/api/alephium/AlephiumSignTransaction.d.ts.map +1 -1
- package/dist/api/algo/AlgoGetAddress.d.ts +1 -0
- package/dist/api/algo/AlgoGetAddress.d.ts.map +1 -1
- package/dist/api/algo/AlgoSignTransaction.d.ts +1 -0
- package/dist/api/algo/AlgoSignTransaction.d.ts.map +1 -1
- package/dist/api/allnetwork/AllNetworkGetAddressBase.d.ts +1 -0
- package/dist/api/allnetwork/AllNetworkGetAddressBase.d.ts.map +1 -1
- package/dist/api/aptos/AptosGetAddress.d.ts +1 -0
- package/dist/api/aptos/AptosGetAddress.d.ts.map +1 -1
- package/dist/api/aptos/AptosGetPublicKey.d.ts +1 -0
- package/dist/api/aptos/AptosGetPublicKey.d.ts.map +1 -1
- package/dist/api/aptos/AptosSignInMessage.d.ts +1 -0
- package/dist/api/aptos/AptosSignInMessage.d.ts.map +1 -1
- package/dist/api/aptos/AptosSignMessage.d.ts +1 -0
- package/dist/api/aptos/AptosSignMessage.d.ts.map +1 -1
- package/dist/api/aptos/AptosSignTransaction.d.ts +1 -0
- package/dist/api/aptos/AptosSignTransaction.d.ts.map +1 -1
- package/dist/api/benfen/BenfenGetAddress.d.ts.map +1 -1
- package/dist/api/benfen/BenfenGetPublicKey.d.ts.map +1 -1
- package/dist/api/benfen/BenfenSignMessage.d.ts.map +1 -1
- package/dist/api/benfen/BenfenSignTransaction.d.ts.map +1 -1
- package/dist/api/btc/BTCGetAddress.d.ts +1 -0
- package/dist/api/btc/BTCGetAddress.d.ts.map +1 -1
- package/dist/api/btc/BTCGetPublicKey.d.ts +1 -0
- package/dist/api/btc/BTCGetPublicKey.d.ts.map +1 -1
- package/dist/api/btc/BTCSignMessage.d.ts +1 -0
- package/dist/api/btc/BTCSignMessage.d.ts.map +1 -1
- package/dist/api/btc/BTCSignPsbt.d.ts +1 -0
- package/dist/api/btc/BTCSignPsbt.d.ts.map +1 -1
- package/dist/api/btc/BTCSignTransaction.d.ts +1 -0
- package/dist/api/btc/BTCSignTransaction.d.ts.map +1 -1
- package/dist/api/btc/BTCVerifyMessage.d.ts +1 -0
- package/dist/api/btc/BTCVerifyMessage.d.ts.map +1 -1
- package/dist/api/btc/helpers/versionLimit.d.ts +2 -0
- package/dist/api/btc/helpers/versionLimit.d.ts.map +1 -1
- package/dist/api/cardano/CardanoGetAddress.d.ts +1 -0
- package/dist/api/cardano/CardanoGetAddress.d.ts.map +1 -1
- package/dist/api/cardano/CardanoGetPublicKey.d.ts +1 -0
- package/dist/api/cardano/CardanoGetPublicKey.d.ts.map +1 -1
- package/dist/api/cardano/CardanoSignMessage.d.ts +1 -0
- package/dist/api/cardano/CardanoSignMessage.d.ts.map +1 -1
- package/dist/api/cardano/CardanoSignTransaction.d.ts +1 -0
- package/dist/api/cardano/CardanoSignTransaction.d.ts.map +1 -1
- package/dist/api/conflux/ConfluxGetAddress.d.ts +2 -0
- package/dist/api/conflux/ConfluxGetAddress.d.ts.map +1 -1
- package/dist/api/conflux/ConfluxSignMessage.d.ts +2 -0
- package/dist/api/conflux/ConfluxSignMessage.d.ts.map +1 -1
- package/dist/api/conflux/ConfluxSignMessageCIP23.d.ts +2 -0
- package/dist/api/conflux/ConfluxSignMessageCIP23.d.ts.map +1 -1
- package/dist/api/conflux/ConfluxSignTransaction.d.ts +2 -0
- package/dist/api/conflux/ConfluxSignTransaction.d.ts.map +1 -1
- package/dist/api/cosmos/CosmosGetAddress.d.ts +1 -0
- package/dist/api/cosmos/CosmosGetAddress.d.ts.map +1 -1
- package/dist/api/cosmos/CosmosGetPublicKey.d.ts +1 -0
- package/dist/api/cosmos/CosmosGetPublicKey.d.ts.map +1 -1
- package/dist/api/cosmos/CosmosSignTransaction.d.ts +1 -0
- package/dist/api/cosmos/CosmosSignTransaction.d.ts.map +1 -1
- package/dist/api/device/DeviceCancel.d.ts +1 -0
- package/dist/api/device/DeviceCancel.d.ts.map +1 -1
- package/dist/api/device/DeviceChangePin.d.ts +1 -0
- package/dist/api/device/DeviceChangePin.d.ts.map +1 -1
- package/dist/api/device/DeviceFullyUploadResource.d.ts +1 -2
- package/dist/api/device/DeviceFullyUploadResource.d.ts.map +1 -1
- package/dist/api/device/DeviceLock.d.ts +1 -0
- package/dist/api/device/DeviceLock.d.ts.map +1 -1
- package/dist/api/device/DeviceRebootToBoardloader.d.ts +1 -0
- package/dist/api/device/DeviceRebootToBoardloader.d.ts.map +1 -1
- package/dist/api/device/DeviceRebootToBootloader.d.ts +1 -0
- package/dist/api/device/DeviceRebootToBootloader.d.ts.map +1 -1
- package/dist/api/device/DeviceSettings.d.ts +1 -0
- package/dist/api/device/DeviceSettings.d.ts.map +1 -1
- package/dist/api/device/DeviceSupportFeatures.d.ts +1 -0
- package/dist/api/device/DeviceSupportFeatures.d.ts.map +1 -1
- package/dist/api/device/DeviceUnlock.d.ts +3 -2
- package/dist/api/device/DeviceUnlock.d.ts.map +1 -1
- package/dist/api/device/DeviceUpdateBootloader.d.ts +5 -1
- package/dist/api/device/DeviceUpdateBootloader.d.ts.map +1 -1
- package/dist/api/device/DeviceWipe.d.ts +1 -0
- package/dist/api/device/DeviceWipe.d.ts.map +1 -1
- package/dist/api/device/PreInitialize.d.ts +1 -0
- package/dist/api/device/PreInitialize.d.ts.map +1 -1
- package/dist/api/dynex/DnxGetAddress.d.ts.map +1 -1
- package/dist/api/dynex/DnxSignTransaction.d.ts.map +1 -1
- package/dist/api/evm/EVMGetAddress.d.ts +1 -0
- package/dist/api/evm/EVMGetAddress.d.ts.map +1 -1
- package/dist/api/evm/EVMGetPublicKey.d.ts +1 -0
- package/dist/api/evm/EVMGetPublicKey.d.ts.map +1 -1
- package/dist/api/evm/EVMSignMessage.d.ts +1 -0
- package/dist/api/evm/EVMSignMessage.d.ts.map +1 -1
- package/dist/api/evm/EVMSignMessageEIP712.d.ts.map +1 -1
- package/dist/api/evm/EVMSignTransaction.d.ts +1 -0
- package/dist/api/evm/EVMSignTransaction.d.ts.map +1 -1
- package/dist/api/evm/EVMSignTypedData.d.ts +1 -0
- package/dist/api/evm/EVMSignTypedData.d.ts.map +1 -1
- package/dist/api/evm/EVMVerifyMessage.d.ts +1 -0
- package/dist/api/evm/EVMVerifyMessage.d.ts.map +1 -1
- package/dist/api/evm/protocol.d.ts +3 -0
- package/dist/api/evm/protocol.d.ts.map +1 -0
- package/dist/api/filecoin/FilecoinGetAddress.d.ts +1 -0
- package/dist/api/filecoin/FilecoinGetAddress.d.ts.map +1 -1
- package/dist/api/filecoin/FilecoinSignTransaction.d.ts +1 -0
- package/dist/api/filecoin/FilecoinSignTransaction.d.ts.map +1 -1
- package/dist/api/firmware/FirmwareArtifactSource.d.ts +25 -0
- package/dist/api/firmware/FirmwareArtifactSource.d.ts.map +1 -0
- package/dist/api/firmware/FirmwareHostBinding.d.ts +6 -0
- package/dist/api/firmware/FirmwareHostBinding.d.ts.map +1 -0
- package/dist/api/firmware/FirmwareMemoryHost.d.ts +22 -0
- package/dist/api/firmware/FirmwareMemoryHost.d.ts.map +1 -0
- package/dist/api/firmware/FirmwarePreparationError.d.ts +3 -0
- package/dist/api/firmware/FirmwarePreparationError.d.ts.map +1 -0
- package/dist/api/firmware/FirmwareUpdateBaseMethod.d.ts +12 -3
- package/dist/api/firmware/FirmwareUpdateBaseMethod.d.ts.map +1 -1
- package/dist/api/firmware/FirmwareUpdateCapabilities.d.ts +3 -0
- package/dist/api/firmware/FirmwareUpdateCapabilities.d.ts.map +1 -0
- package/dist/api/firmware/FirmwareUpdatePlan.d.ts +72 -0
- package/dist/api/firmware/FirmwareUpdatePlan.d.ts.map +1 -0
- package/dist/api/firmware/FirmwareUpdatePreparedPlan.d.ts +32 -0
- package/dist/api/firmware/FirmwareUpdatePreparedPlan.d.ts.map +1 -0
- package/dist/api/firmware/getBinary.d.ts +14 -4
- package/dist/api/firmware/getBinary.d.ts.map +1 -1
- package/dist/api/firmware/protocolV2Release.d.ts +33 -0
- package/dist/api/firmware/protocolV2Release.d.ts.map +1 -0
- package/dist/api/firmware/updateBootloader.d.ts +2 -0
- package/dist/api/firmware/updateBootloader.d.ts.map +1 -1
- package/dist/api/firmware/uploadFirmware.d.ts +9 -1
- package/dist/api/firmware/uploadFirmware.d.ts.map +1 -1
- package/dist/api/helpers/filesystemValidation.d.ts +3 -0
- package/dist/api/helpers/filesystemValidation.d.ts.map +1 -1
- package/dist/api/helpers/paramsValidator.d.ts +1 -0
- package/dist/api/helpers/paramsValidator.d.ts.map +1 -1
- package/dist/api/helpers/protocolV2FileWrite.d.ts +43 -0
- package/dist/api/helpers/protocolV2FileWrite.d.ts.map +1 -0
- package/dist/api/index.d.ts +8 -27
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/kaspa/KaspaGetAddress.d.ts +4 -0
- package/dist/api/kaspa/KaspaGetAddress.d.ts.map +1 -1
- package/dist/api/kaspa/KaspaSignTransaction.d.ts +9 -1
- package/dist/api/kaspa/KaspaSignTransaction.d.ts.map +1 -1
- package/dist/api/kaspa/helpers/TransferSerialize.d.ts.map +1 -1
- package/dist/api/lightning/LnurlAuth.d.ts +0 -4
- package/dist/api/lightning/LnurlAuth.d.ts.map +1 -1
- package/dist/api/near/NearGetAddress.d.ts +1 -0
- package/dist/api/near/NearGetAddress.d.ts.map +1 -1
- package/dist/api/near/NearSignTransaction.d.ts +1 -0
- package/dist/api/near/NearSignTransaction.d.ts.map +1 -1
- package/dist/api/nem/NEMGetAddress.d.ts +1 -0
- package/dist/api/nem/NEMGetAddress.d.ts.map +1 -1
- package/dist/api/nem/NEMSignTransaction.d.ts +1 -0
- package/dist/api/nem/NEMSignTransaction.d.ts.map +1 -1
- package/dist/api/neo/NeoGetAddress.d.ts.map +1 -1
- package/dist/api/neo/NeoSignTransaction.d.ts.map +1 -1
- package/dist/api/nervos/NervosGetAddress.d.ts.map +1 -1
- package/dist/api/nervos/NervosSignTransaction.d.ts.map +1 -1
- package/dist/api/nexa/NexaGetAddress.d.ts.map +1 -1
- package/dist/api/nexa/NexaSignTransaction.d.ts +1 -0
- package/dist/api/nexa/NexaSignTransaction.d.ts.map +1 -1
- package/dist/api/nostr/NostrDecryptMessage.d.ts +1 -0
- package/dist/api/nostr/NostrDecryptMessage.d.ts.map +1 -1
- package/dist/api/nostr/NostrEncryptMessage.d.ts +1 -0
- package/dist/api/nostr/NostrEncryptMessage.d.ts.map +1 -1
- package/dist/api/nostr/NostrGetPublicKey.d.ts +1 -0
- package/dist/api/nostr/NostrGetPublicKey.d.ts.map +1 -1
- package/dist/api/nostr/NostrSignEvent.d.ts +1 -0
- package/dist/api/nostr/NostrSignEvent.d.ts.map +1 -1
- package/dist/api/nostr/NostrSignSchnorr.d.ts +1 -0
- package/dist/api/nostr/NostrSignSchnorr.d.ts.map +1 -1
- package/dist/api/polkadot/PolkadotGetAddress.d.ts +2 -1
- package/dist/api/polkadot/PolkadotGetAddress.d.ts.map +1 -1
- package/dist/api/polkadot/PolkadotSignTransaction.d.ts +1 -0
- package/dist/api/polkadot/PolkadotSignTransaction.d.ts.map +1 -1
- package/dist/api/polkadot/networks.d.ts +1 -1
- package/dist/api/protocol-v2/DeviceFactoryInfoGet.d.ts +1 -0
- package/dist/api/protocol-v2/DeviceFactoryInfoGet.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceFactoryInfoSet.d.ts +1 -0
- package/dist/api/protocol-v2/DeviceFactoryInfoSet.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceFirmwareUpdate.d.ts +1 -0
- package/dist/api/protocol-v2/DeviceFirmwareUpdate.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceGetFirmwareUpdateStatus.d.ts +1 -0
- package/dist/api/protocol-v2/DeviceGetFirmwareUpdateStatus.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceGetOnboardingStatus.d.ts +7 -0
- package/dist/api/protocol-v2/DeviceGetOnboardingStatus.d.ts.map +1 -0
- package/dist/api/protocol-v2/DeviceInfoGet.d.ts +1 -1
- package/dist/api/protocol-v2/DeviceInfoGet.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceReboot.d.ts +1 -0
- package/dist/api/protocol-v2/DeviceReboot.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceStatusGet.d.ts +1 -0
- package/dist/api/protocol-v2/DeviceStatusGet.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceUploadNft.d.ts +31 -0
- package/dist/api/protocol-v2/DeviceUploadNft.d.ts.map +1 -0
- package/dist/api/protocol-v2/DeviceUploadWallpaper.d.ts +27 -0
- package/dist/api/protocol-v2/DeviceUploadWallpaper.d.ts.map +1 -0
- package/dist/api/protocol-v2/FilesystemFormat.d.ts +1 -0
- package/dist/api/protocol-v2/FilesystemFormat.d.ts.map +1 -1
- package/dist/api/protocol-v2/FilesystemPermissionFix.d.ts +1 -0
- package/dist/api/protocol-v2/FilesystemPermissionFix.d.ts.map +1 -1
- package/dist/api/protocol-v2/Ping.d.ts +3 -0
- package/dist/api/protocol-v2/Ping.d.ts.map +1 -1
- package/dist/api/protocol-v2/ProtocolInfoRequest.d.ts +1 -0
- package/dist/api/protocol-v2/ProtocolInfoRequest.d.ts.map +1 -1
- package/dist/api/protocol-v2/helpers.d.ts.map +1 -1
- package/dist/api/scdo/ScdoGetAddress.d.ts.map +1 -1
- package/dist/api/scdo/ScdoSignMessage.d.ts.map +1 -1
- package/dist/api/scdo/ScdoSignTransaction.d.ts.map +1 -1
- package/dist/api/solana/SolGetAddress.d.ts +1 -0
- package/dist/api/solana/SolGetAddress.d.ts.map +1 -1
- package/dist/api/solana/SolSignMessage.d.ts +2 -1
- package/dist/api/solana/SolSignMessage.d.ts.map +1 -1
- package/dist/api/solana/SolSignOffchainMessage.d.ts +2 -1
- package/dist/api/solana/SolSignOffchainMessage.d.ts.map +1 -1
- package/dist/api/solana/SolSignTransaction.d.ts +3 -2
- package/dist/api/solana/SolSignTransaction.d.ts.map +1 -1
- package/dist/api/starcoin/StarcoinGetAddress.d.ts +1 -0
- package/dist/api/starcoin/StarcoinGetAddress.d.ts.map +1 -1
- package/dist/api/starcoin/StarcoinGetPublicKey.d.ts +1 -0
- package/dist/api/starcoin/StarcoinGetPublicKey.d.ts.map +1 -1
- package/dist/api/starcoin/StarcoinSignMessage.d.ts +1 -0
- package/dist/api/starcoin/StarcoinSignMessage.d.ts.map +1 -1
- package/dist/api/starcoin/StarcoinSignTransaction.d.ts +1 -0
- package/dist/api/starcoin/StarcoinSignTransaction.d.ts.map +1 -1
- package/dist/api/starcoin/StarcoinVerifyMessage.d.ts +1 -0
- package/dist/api/starcoin/StarcoinVerifyMessage.d.ts.map +1 -1
- package/dist/api/stellar/StellarGetAddress.d.ts +1 -2
- package/dist/api/stellar/StellarGetAddress.d.ts.map +1 -1
- package/dist/api/stellar/StellarSignTransaction.d.ts +2 -3
- package/dist/api/stellar/StellarSignTransaction.d.ts.map +1 -1
- package/dist/api/sui/SuiGetAddress.d.ts +2 -1
- package/dist/api/sui/SuiGetAddress.d.ts.map +1 -1
- package/dist/api/sui/SuiGetPublicKey.d.ts +2 -1
- package/dist/api/sui/SuiGetPublicKey.d.ts.map +1 -1
- package/dist/api/sui/SuiSignMessage.d.ts +2 -1
- package/dist/api/sui/SuiSignMessage.d.ts.map +1 -1
- package/dist/api/sui/SuiSignTransaction.d.ts +2 -1
- package/dist/api/sui/SuiSignTransaction.d.ts.map +1 -1
- package/dist/api/ton/TonGetAddress.d.ts +2 -1
- package/dist/api/ton/TonGetAddress.d.ts.map +1 -1
- package/dist/api/ton/TonSignData.d.ts +1 -0
- package/dist/api/ton/TonSignData.d.ts.map +1 -1
- package/dist/api/ton/TonSignMessage.d.ts +2 -1
- package/dist/api/ton/TonSignMessage.d.ts.map +1 -1
- package/dist/api/ton/TonSignProof.d.ts +2 -1
- package/dist/api/ton/TonSignProof.d.ts.map +1 -1
- package/dist/api/tron/TronGetAddress.d.ts +1 -0
- package/dist/api/tron/TronGetAddress.d.ts.map +1 -1
- package/dist/api/tron/TronSignMessage.d.ts +6 -1
- package/dist/api/tron/TronSignMessage.d.ts.map +1 -1
- package/dist/api/tron/TronSignTransaction.d.ts +2 -1
- package/dist/api/tron/TronSignTransaction.d.ts.map +1 -1
- package/dist/api/utils.d.ts +4 -1
- package/dist/api/utils.d.ts.map +1 -1
- package/dist/api/xrp/XrpGetAddress.d.ts +1 -0
- package/dist/api/xrp/XrpGetAddress.d.ts.map +1 -1
- package/dist/api/xrp/XrpSignTransaction.d.ts +1 -0
- package/dist/api/xrp/XrpSignTransaction.d.ts.map +1 -1
- package/dist/constants/index.d.ts +1 -1
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/core/RequestQueue.d.ts.map +1 -1
- package/dist/core/deviceEventRegistration.d.ts +13 -0
- package/dist/core/deviceEventRegistration.d.ts.map +1 -0
- package/dist/core/index.d.ts +3 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/uiPromiseRegistry.d.ts +6 -0
- package/dist/core/uiPromiseRegistry.d.ts.map +1 -0
- package/dist/data-manager/DataManager.d.ts +11 -3
- package/dist/data-manager/DataManager.d.ts.map +1 -1
- package/dist/data-manager/TransportManager.d.ts.map +1 -1
- package/dist/data-manager/connectSettings.d.ts.map +1 -1
- package/dist/device/Device.d.ts +71 -16
- package/dist/device/Device.d.ts.map +1 -1
- package/dist/device/DeviceCommands.d.ts +8 -6
- package/dist/device/DeviceCommands.d.ts.map +1 -1
- package/dist/device/DeviceConnector.d.ts +4 -3
- package/dist/device/DeviceConnector.d.ts.map +1 -1
- package/dist/device/DeviceFeaturesState.d.ts +3 -0
- package/dist/device/DeviceFeaturesState.d.ts.map +1 -0
- package/dist/device/DevicePool.d.ts +6 -2
- package/dist/device/DevicePool.d.ts.map +1 -1
- package/dist/device/DeviceStateMapper.d.ts +13 -0
- package/dist/device/DeviceStateMapper.d.ts.map +1 -0
- package/dist/device/DeviceStateProjector.d.ts +7 -0
- package/dist/device/DeviceStateProjector.d.ts.map +1 -0
- package/dist/device/DeviceStateStore.d.ts +21 -0
- package/dist/device/DeviceStateStore.d.ts.map +1 -0
- package/dist/device/DeviceWalletSessionStore.d.ts +13 -1
- package/dist/device/DeviceWalletSessionStore.d.ts.map +1 -1
- package/dist/device/cloneDeviceState.d.ts +2 -0
- package/dist/device/cloneDeviceState.d.ts.map +1 -0
- package/dist/device/deviceIdentity.d.ts +5 -0
- package/dist/device/deviceIdentity.d.ts.map +1 -0
- package/dist/deviceProfile/buildDeviceFeatures.d.ts +9 -3
- package/dist/deviceProfile/buildDeviceFeatures.d.ts.map +1 -1
- package/dist/deviceProfile/index.d.ts +0 -1
- package/dist/deviceProfile/index.d.ts.map +1 -1
- package/dist/deviceProfile/protocolV2DeviceIdentity.d.ts +7 -0
- package/dist/deviceProfile/protocolV2DeviceIdentity.d.ts.map +1 -0
- package/dist/events/device.d.ts +16 -2
- package/dist/events/device.d.ts.map +1 -1
- package/dist/events/logBlockEvent.d.ts +2 -0
- package/dist/events/logBlockEvent.d.ts.map +1 -1
- package/dist/events/ui-promise.d.ts +4 -2
- package/dist/events/ui-promise.d.ts.map +1 -1
- package/dist/events/ui-request.d.ts +50 -4
- package/dist/events/ui-request.d.ts.map +1 -1
- package/dist/events/ui-response.d.ts +10 -2
- package/dist/events/ui-response.d.ts.map +1 -1
- package/dist/index.d.ts +1776 -778
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11563 -4498
- package/dist/inject.d.ts +6 -1
- package/dist/inject.d.ts.map +1 -1
- package/dist/lowLevelInject.d.ts.map +1 -1
- package/dist/protocols/protocol-v2/deviceSession.d.ts +7 -0
- package/dist/protocols/protocol-v2/deviceSession.d.ts.map +1 -0
- package/dist/protocols/protocol-v2/features.d.ts +21 -17
- package/dist/protocols/protocol-v2/features.d.ts.map +1 -1
- package/dist/protocols/protocol-v2/firmware.d.ts.map +1 -1
- package/dist/protocols/protocol-v2/index.d.ts +2 -2
- package/dist/protocols/protocol-v2/index.d.ts.map +1 -1
- package/dist/protocols/protocol-v2/resources.d.ts +12 -0
- package/dist/protocols/protocol-v2/resources.d.ts.map +1 -0
- package/dist/protocols/protocol-v2/settingsUnlockPolicy.d.ts +17 -0
- package/dist/protocols/protocol-v2/settingsUnlockPolicy.d.ts.map +1 -0
- package/dist/protocols/protocol-v2/uiInteraction.d.ts +42 -0
- package/dist/protocols/protocol-v2/uiInteraction.d.ts.map +1 -0
- package/dist/protocols/protocol-v2/unlockPolicy.d.ts +2 -0
- package/dist/protocols/protocol-v2/unlockPolicy.d.ts.map +1 -0
- package/dist/protocols/protocol-v2/unlockPolicyRunner.d.ts +22 -0
- package/dist/protocols/protocol-v2/unlockPolicyRunner.d.ts.map +1 -0
- package/dist/protocols/protocol-v2/walletSession.d.ts +18 -4
- package/dist/protocols/protocol-v2/walletSession.d.ts.map +1 -1
- package/dist/topLevelInject.d.ts.map +1 -1
- package/dist/types/api/checkAllFirmwareRelease.d.ts +48 -9
- package/dist/types/api/checkAllFirmwareRelease.d.ts.map +1 -1
- package/dist/types/api/checkBLEFirmwareRelease.d.ts +2 -13
- package/dist/types/api/checkBLEFirmwareRelease.d.ts.map +1 -1
- package/dist/types/api/checkBootloaderRelease.d.ts +2 -6
- package/dist/types/api/checkBootloaderRelease.d.ts.map +1 -1
- package/dist/types/api/checkFirmwareRelease.d.ts +2 -13
- package/dist/types/api/checkFirmwareRelease.d.ts.map +1 -1
- package/dist/types/api/checkFirmwareTypeAvailable.d.ts +2 -2
- package/dist/types/api/checkFirmwareTypeAvailable.d.ts.map +1 -1
- package/dist/types/api/detectDeviceConnectProtocol.d.ts +4 -0
- package/dist/types/api/detectDeviceConnectProtocol.d.ts.map +1 -0
- package/dist/types/api/deviceSettings.d.ts +11 -2
- package/dist/types/api/deviceSettings.d.ts.map +1 -1
- package/dist/types/api/deviceUnlock.d.ts +6 -2
- package/dist/types/api/deviceUnlock.d.ts.map +1 -1
- package/dist/types/api/deviceUpdateBootloader.d.ts +6 -0
- package/dist/types/api/deviceUpdateBootloader.d.ts.map +1 -1
- package/dist/types/api/export.d.ts +8 -3
- package/dist/types/api/export.d.ts.map +1 -1
- package/dist/types/api/firmwareUpdate.d.ts +68 -4
- package/dist/types/api/firmwareUpdate.d.ts.map +1 -1
- package/dist/types/api/firmwareUpdateCapabilities.d.ts +9 -0
- package/dist/types/api/firmwareUpdateCapabilities.d.ts.map +1 -0
- package/dist/types/api/firmwareUpdatePlan.d.ts +28 -0
- package/dist/types/api/firmwareUpdatePlan.d.ts.map +1 -0
- package/dist/types/api/firmwareUpdatePreparedPlan.d.ts +42 -0
- package/dist/types/api/firmwareUpdatePreparedPlan.d.ts.map +1 -0
- package/dist/types/api/getDeviceState.d.ts +12 -0
- package/dist/types/api/getDeviceState.d.ts.map +1 -0
- package/dist/types/api/getFeatures.d.ts.map +1 -1
- package/dist/types/api/getOnekeyFeatures.d.ts.map +1 -1
- package/dist/types/api/getPassphraseState.d.ts +2 -10
- package/dist/types/api/getPassphraseState.d.ts.map +1 -1
- package/dist/types/api/index.d.ts +29 -33
- package/dist/types/api/index.d.ts.map +1 -1
- package/dist/types/api/kaspaSignTransaction.d.ts +42 -4
- package/dist/types/api/kaspaSignTransaction.d.ts.map +1 -1
- package/dist/types/api/openWalletSession.d.ts +35 -0
- package/dist/types/api/openWalletSession.d.ts.map +1 -0
- package/dist/types/api/protocolV2.d.ts +18 -88
- package/dist/types/api/protocolV2.d.ts.map +1 -1
- package/dist/types/api/sessionCache.d.ts +4 -1
- package/dist/types/api/sessionCache.d.ts.map +1 -1
- package/dist/types/device.d.ts +142 -10
- package/dist/types/device.d.ts.map +1 -1
- package/dist/types/params.d.ts +1 -0
- package/dist/types/params.d.ts.map +1 -1
- package/dist/types/settings.d.ts +59 -16
- package/dist/types/settings.d.ts.map +1 -1
- package/dist/utils/assets.d.ts +2 -1
- package/dist/utils/assets.d.ts.map +1 -1
- package/dist/utils/deviceFeaturesCompat.d.ts +14 -0
- package/dist/utils/deviceFeaturesCompat.d.ts.map +1 -0
- package/dist/utils/deviceFeaturesUtils.d.ts +10 -3
- package/dist/utils/deviceFeaturesUtils.d.ts.map +1 -1
- package/dist/utils/deviceInfoUtils.d.ts +9 -9
- package/dist/utils/deviceInfoUtils.d.ts.map +1 -1
- package/dist/utils/deviceSettings.d.ts +38 -7
- package/dist/utils/deviceSettings.d.ts.map +1 -1
- package/dist/utils/deviceVersionUtils.d.ts +7 -5
- package/dist/utils/deviceVersionUtils.d.ts.map +1 -1
- package/dist/utils/homescreen.d.ts +4 -0
- package/dist/utils/homescreen.d.ts.map +1 -1
- package/dist/utils/index.d.ts +6 -3
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/networkUtils.d.ts +10 -1
- package/dist/utils/networkUtils.d.ts.map +1 -1
- package/dist/utils/patch.d.ts +1 -1
- package/dist/utils/patch.d.ts.map +1 -1
- package/dist/utils/pro2Nft.d.ts +31 -0
- package/dist/utils/pro2Nft.d.ts.map +1 -0
- package/dist/utils/pro2Wallpaper.d.ts +22 -0
- package/dist/utils/pro2Wallpaper.d.ts.map +1 -0
- package/dist/utils/tracing.d.ts.map +1 -1
- package/dist/utils/uiProgressThrottle.d.ts +3 -0
- package/dist/utils/uiProgressThrottle.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/api/BaseMethod.ts +53 -20
- package/src/api/CheckAllFirmwareRelease.ts +437 -4
- package/src/api/CheckBLEFirmwareRelease.ts +37 -5
- package/src/api/CheckBootloaderRelease.ts +36 -5
- package/src/api/CheckFirmwareRelease.ts +35 -8
- package/src/api/CipherKeyValue.ts +4 -0
- package/src/api/ClearSessionCache.ts +4 -0
- package/src/api/DetectDeviceConnectProtocol.ts +18 -0
- package/src/api/DirList.ts +9 -4
- package/src/api/DirMake.ts +7 -4
- package/src/api/DirRemove.ts +7 -4
- package/src/api/FileDelete.ts +7 -4
- package/src/api/FileRead.ts +13 -7
- package/src/api/FileWrite.ts +26 -181
- package/src/api/FirmwareUpdate.ts +30 -15
- package/src/api/FirmwareUpdateV2.ts +390 -115
- package/src/api/FirmwareUpdateV3.ts +281 -71
- package/src/api/FirmwareUpdateV4.ts +2014 -730
- package/src/api/GetDeviceState.ts +59 -0
- package/src/api/GetFeatures.ts +6 -4
- package/src/api/GetOnekeyFeatures.ts +1 -75
- package/src/api/GetPassphraseState.ts +36 -21
- package/src/api/OpenWalletSession.ts +268 -0
- package/src/api/PathInfo.ts +9 -4
- package/src/api/PromptWebDeviceAccess.ts +2 -7
- package/src/api/SearchDevices.ts +31 -4
- package/src/api/UploadPortfolio.ts +58 -0
- package/src/api/alephium/AlephiumGetAddress.ts +0 -4
- package/src/api/alephium/AlephiumSignMessage.ts +0 -4
- package/src/api/alephium/AlephiumSignTransaction.ts +2 -6
- package/src/api/algo/AlgoGetAddress.ts +4 -0
- package/src/api/algo/AlgoSignTransaction.ts +4 -0
- package/src/api/allnetwork/AllNetworkGetAddress.ts +21 -21
- package/src/api/allnetwork/AllNetworkGetAddressBase.ts +45 -32
- package/src/api/aptos/AptosGetAddress.ts +4 -0
- package/src/api/aptos/AptosGetPublicKey.ts +4 -0
- package/src/api/aptos/AptosSignInMessage.ts +4 -0
- package/src/api/aptos/AptosSignMessage.ts +4 -0
- package/src/api/aptos/AptosSignTransaction.ts +4 -0
- package/src/api/benfen/BenfenGetAddress.ts +11 -7
- package/src/api/benfen/BenfenGetPublicKey.ts +0 -4
- package/src/api/benfen/BenfenSignMessage.ts +0 -4
- package/src/api/benfen/BenfenSignTransaction.ts +0 -4
- package/src/api/btc/BTCGetAddress.ts +8 -1
- package/src/api/btc/BTCGetPublicKey.ts +9 -2
- package/src/api/btc/BTCSignMessage.ts +8 -1
- package/src/api/btc/BTCSignPsbt.ts +4 -0
- package/src/api/btc/BTCSignTransaction.ts +8 -1
- package/src/api/btc/BTCVerifyMessage.ts +8 -1
- package/src/api/btc/helpers/versionLimit.ts +7 -4
- package/src/api/cardano/CardanoGetAddress.ts +4 -0
- package/src/api/cardano/CardanoGetPublicKey.ts +4 -0
- package/src/api/cardano/CardanoSignMessage.ts +5 -1
- package/src/api/cardano/CardanoSignTransaction.ts +5 -1
- package/src/api/conflux/ConfluxGetAddress.ts +6 -0
- package/src/api/conflux/ConfluxSignMessage.ts +6 -0
- package/src/api/conflux/ConfluxSignMessageCIP23.ts +6 -0
- package/src/api/conflux/ConfluxSignTransaction.ts +8 -5
- package/src/api/cosmos/CosmosGetAddress.ts +4 -0
- package/src/api/cosmos/CosmosGetPublicKey.ts +4 -0
- package/src/api/cosmos/CosmosSignTransaction.ts +4 -0
- package/src/api/device/DeviceCancel.ts +5 -0
- package/src/api/device/DeviceChangePin.ts +28 -0
- package/src/api/device/DeviceFullyUploadResource.ts +4 -5
- package/src/api/device/DeviceLock.ts +5 -0
- package/src/api/device/DeviceRebootToBoardloader.ts +5 -0
- package/src/api/device/DeviceRebootToBootloader.ts +5 -0
- package/src/api/device/DeviceSettings.ts +195 -1
- package/src/api/device/DeviceSupportFeatures.ts +4 -0
- package/src/api/device/DeviceUnlock.ts +21 -3
- package/src/api/device/DeviceUpdateBootloader.ts +133 -8
- package/src/api/device/DeviceWipe.ts +25 -0
- package/src/api/device/PreInitialize.ts +4 -0
- package/src/api/dynex/DnxGetAddress.ts +0 -6
- package/src/api/dynex/DnxSignTransaction.ts +0 -6
- package/src/api/evm/EVMGetAddress.ts +6 -2
- package/src/api/evm/EVMGetPublicKey.ts +6 -2
- package/src/api/evm/EVMSignMessage.ts +6 -2
- package/src/api/evm/EVMSignMessageEIP712.ts +1 -11
- package/src/api/evm/EVMSignTransaction.ts +6 -2
- package/src/api/evm/EVMSignTypedData.ts +42 -50
- package/src/api/evm/EVMVerifyMessage.ts +6 -2
- package/src/api/evm/legacyV1/getAddress.ts +2 -2
- package/src/api/evm/legacyV1/getPublicKey.ts +2 -2
- package/src/api/evm/legacyV1/signMessage.ts +2 -2
- package/src/api/evm/legacyV1/signTypedData.ts +2 -2
- package/src/api/evm/legacyV1/signTypedHash.ts +2 -2
- package/src/api/evm/legacyV1/verifyMessage.ts +2 -2
- package/src/api/evm/protocol.ts +6 -0
- package/src/api/filecoin/FilecoinGetAddress.ts +4 -0
- package/src/api/filecoin/FilecoinSignTransaction.ts +4 -0
- package/src/api/firmware/FirmwareArtifactSource.ts +278 -0
- package/src/api/firmware/FirmwareHostBinding.ts +113 -0
- package/src/api/firmware/FirmwareMemoryHost.ts +142 -0
- package/src/api/firmware/FirmwarePreparationError.ts +12 -0
- package/src/api/firmware/FirmwareUpdateBaseMethod.ts +102 -16
- package/src/api/firmware/FirmwareUpdateCapabilities.ts +9 -0
- package/src/api/firmware/FirmwareUpdatePlan.ts +910 -0
- package/src/api/firmware/FirmwareUpdatePreparedPlan.ts +456 -0
- package/src/api/firmware/getBinary.ts +8 -3
- package/src/api/firmware/protocolV2Release.ts +168 -0
- package/src/api/firmware/updateBootloader.ts +19 -4
- package/src/api/firmware/uploadFirmware.ts +157 -26
- package/src/api/helpers/batchGetPublickeys.ts +2 -2
- package/src/api/helpers/filesystemValidation.ts +61 -0
- package/src/api/helpers/paramsValidator.ts +1 -1
- package/src/api/helpers/protocolV2FileWrite.ts +392 -0
- package/src/api/index.ts +9 -28
- package/src/api/kaspa/KaspaGetAddress.ts +7 -0
- package/src/api/kaspa/KaspaSignTransaction.ts +369 -29
- package/src/api/kaspa/helpers/TransferSerialize.ts +17 -7
- package/src/api/lightning/LnurlAuth.ts +0 -4
- package/src/api/near/NearGetAddress.ts +4 -0
- package/src/api/near/NearSignTransaction.ts +4 -0
- package/src/api/nem/NEMGetAddress.ts +4 -0
- package/src/api/nem/NEMSignTransaction.ts +4 -0
- package/src/api/neo/NeoGetAddress.ts +0 -4
- package/src/api/neo/NeoSignTransaction.ts +0 -4
- package/src/api/nervos/NervosGetAddress.ts +0 -4
- package/src/api/nervos/NervosSignTransaction.ts +2 -6
- package/src/api/nexa/NexaGetAddress.ts +0 -4
- package/src/api/nexa/NexaSignTransaction.ts +3 -5
- package/src/api/nostr/NostrDecryptMessage.ts +4 -0
- package/src/api/nostr/NostrEncryptMessage.ts +4 -0
- package/src/api/nostr/NostrGetPublicKey.ts +4 -0
- package/src/api/nostr/NostrSignEvent.ts +4 -0
- package/src/api/nostr/NostrSignSchnorr.ts +4 -0
- package/src/api/polkadot/PolkadotGetAddress.ts +4 -0
- package/src/api/polkadot/PolkadotSignTransaction.ts +4 -0
- package/src/api/polkadot/networks.ts +3 -3
- package/src/api/protocol-v2/DeviceFactoryInfoGet.ts +5 -2
- package/src/api/protocol-v2/DeviceFactoryInfoSet.ts +5 -2
- package/src/api/protocol-v2/DeviceFirmwareUpdate.ts +8 -5
- package/src/api/protocol-v2/DeviceGetFirmwareUpdateStatus.ts +10 -6
- package/src/api/protocol-v2/DeviceGetOnboardingStatus.ts +21 -0
- package/src/api/protocol-v2/DeviceInfoGet.ts +8 -15
- package/src/api/protocol-v2/DeviceReboot.ts +7 -3
- package/src/api/protocol-v2/DeviceStatusGet.ts +6 -1
- package/src/api/protocol-v2/DeviceUploadNft.ts +197 -0
- package/src/api/protocol-v2/DeviceUploadWallpaper.ts +134 -0
- package/src/api/protocol-v2/FilesystemFormat.ts +5 -2
- package/src/api/protocol-v2/FilesystemPermissionFix.ts +5 -2
- package/src/api/protocol-v2/Ping.ts +37 -3
- package/src/api/protocol-v2/ProtocolInfoRequest.ts +8 -3
- package/src/api/protocol-v2/helpers.ts +1 -4
- package/src/api/scdo/ScdoGetAddress.ts +0 -4
- package/src/api/scdo/ScdoSignMessage.ts +0 -4
- package/src/api/scdo/ScdoSignTransaction.ts +0 -4
- package/src/api/solana/SolGetAddress.ts +4 -0
- package/src/api/solana/SolSignMessage.ts +5 -1
- package/src/api/solana/SolSignOffchainMessage.ts +5 -1
- package/src/api/solana/SolSignTransaction.ts +6 -2
- package/src/api/starcoin/StarcoinGetAddress.ts +4 -0
- package/src/api/starcoin/StarcoinGetPublicKey.ts +4 -0
- package/src/api/starcoin/StarcoinSignMessage.ts +4 -0
- package/src/api/starcoin/StarcoinSignTransaction.ts +4 -0
- package/src/api/starcoin/StarcoinVerifyMessage.ts +4 -0
- package/src/api/stellar/StellarGetAddress.ts +1 -10
- package/src/api/stellar/StellarSignTransaction.ts +1 -14
- package/src/api/sui/SuiGetAddress.ts +5 -1
- package/src/api/sui/SuiGetPublicKey.ts +5 -1
- package/src/api/sui/SuiSignMessage.ts +5 -1
- package/src/api/sui/SuiSignTransaction.ts +5 -1
- package/src/api/ton/TonGetAddress.ts +5 -1
- package/src/api/ton/TonSignData.ts +5 -1
- package/src/api/ton/TonSignMessage.ts +5 -1
- package/src/api/ton/TonSignProof.ts +5 -1
- package/src/api/tron/TronGetAddress.ts +4 -0
- package/src/api/tron/TronSignMessage.ts +19 -8
- package/src/api/tron/TronSignTransaction.ts +5 -1
- package/src/api/utils.ts +32 -3
- package/src/api/xrp/XrpGetAddress.ts +4 -0
- package/src/api/xrp/XrpSignTransaction.ts +5 -1
- package/src/constants/index.ts +1 -4
- package/src/core/RequestQueue.ts +1 -0
- package/src/core/deviceEventRegistration.ts +27 -0
- package/src/core/index.ts +381 -152
- package/src/core/uiPromiseRegistry.ts +63 -0
- package/src/data/messages/messages-protocol-v2.json +1113 -547
- package/src/data/messages/messages.json +286 -9
- package/src/data-manager/DataManager.ts +154 -43
- package/src/data-manager/TransportManager.ts +7 -1
- package/src/data-manager/connectSettings.ts +11 -0
- package/src/device/Device.ts +858 -264
- package/src/device/DeviceCommands.ts +193 -158
- package/src/device/DeviceConnector.ts +44 -21
- package/src/device/DeviceFeaturesState.ts +25 -0
- package/src/device/DevicePool.ts +101 -23
- package/src/device/DeviceStateMapper.ts +416 -0
- package/src/device/DeviceStateProjector.ts +152 -0
- package/src/device/DeviceStateStore.ts +232 -0
- package/src/device/DeviceWalletSessionStore.ts +72 -6
- package/src/device/cloneDeviceState.ts +39 -0
- package/src/device/deviceIdentity.ts +18 -0
- package/src/deviceProfile/buildDeviceFeatures.ts +223 -189
- package/src/deviceProfile/index.ts +0 -1
- package/src/deviceProfile/protocolV2DeviceIdentity.ts +35 -0
- package/src/events/device.ts +22 -1
- package/src/events/logBlockEvent.ts +80 -2
- package/src/events/ui-promise.ts +4 -2
- package/src/events/ui-request.ts +61 -4
- package/src/events/ui-response.ts +12 -2
- package/src/index.ts +17 -0
- package/src/inject.ts +94 -47
- package/src/lowLevelInject.ts +11 -4
- package/src/protocols/protocol-v2/deviceSession.ts +24 -0
- package/src/protocols/protocol-v2/features.ts +100 -33
- package/src/protocols/protocol-v2/firmware.ts +3 -1
- package/src/protocols/protocol-v2/index.ts +7 -1
- package/src/protocols/protocol-v2/resources.ts +210 -0
- package/src/protocols/protocol-v2/settingsUnlockPolicy.ts +65 -0
- package/src/protocols/protocol-v2/uiInteraction.ts +250 -0
- package/src/protocols/protocol-v2/unlockPolicy.ts +1 -0
- package/src/protocols/protocol-v2/unlockPolicyRunner.ts +131 -0
- package/src/protocols/protocol-v2/walletSession.ts +422 -42
- package/src/topLevelInject.ts +11 -4
- package/src/types/api/checkAllFirmwareRelease.ts +72 -9
- package/src/types/api/checkBLEFirmwareRelease.ts +4 -13
- package/src/types/api/checkBootloaderRelease.ts +2 -6
- package/src/types/api/checkFirmwareRelease.ts +2 -13
- package/src/types/api/checkFirmwareTypeAvailable.ts +2 -2
- package/src/types/api/detectDeviceConnectProtocol.ts +6 -0
- package/src/types/api/deviceSettings.ts +26 -2
- package/src/types/api/deviceUnlock.ts +13 -2
- package/src/types/api/deviceUpdateBootloader.ts +6 -0
- package/src/types/api/export.ts +33 -1
- package/src/types/api/firmwareUpdate.ts +95 -11
- package/src/types/api/firmwareUpdateCapabilities.ts +9 -0
- package/src/types/api/firmwareUpdatePlan.ts +38 -0
- package/src/types/api/firmwareUpdatePreparedPlan.ts +53 -0
- package/src/types/api/getDeviceState.ts +19 -0
- package/src/types/api/getFeatures.ts +3 -0
- package/src/types/api/getOnekeyFeatures.ts +3 -0
- package/src/types/api/getPassphraseState.ts +9 -11
- package/src/types/api/index.ts +49 -68
- package/src/types/api/kaspaSignTransaction.ts +60 -4
- package/src/types/api/openWalletSession.ts +54 -0
- package/src/types/api/protocolV2.ts +33 -155
- package/src/types/api/sessionCache.ts +9 -4
- package/src/types/device.ts +216 -10
- package/src/types/params.ts +9 -2
- package/src/types/settings.ts +67 -25
- package/src/utils/assets.ts +4 -1
- package/src/utils/deviceFeaturesCompat.ts +191 -0
- package/src/utils/deviceFeaturesUtils.ts +45 -17
- package/src/utils/deviceInfoUtils.ts +29 -69
- package/src/utils/deviceSettings.ts +174 -39
- package/src/utils/deviceVersionUtils.ts +25 -44
- package/src/utils/findDefectiveBatchDevice.ts +3 -3
- package/src/utils/homescreen.ts +40 -0
- package/src/utils/index.ts +27 -3
- package/src/utils/networkUtils.ts +274 -16
- package/src/utils/pro2Nft.ts +142 -0
- package/src/utils/pro2Wallpaper.ts +130 -0
- package/src/utils/tracing.ts +3 -1
- package/src/utils/uiProgressThrottle.ts +63 -0
- package/tsconfig.type-tests.json +12 -0
- package/dist/api/GetDeviceInfo.d.ts +0 -9
- package/dist/api/GetDeviceInfo.d.ts.map +0 -1
- package/dist/api/firmware/progressThrottle.d.ts +0 -3
- package/dist/api/firmware/progressThrottle.d.ts.map +0 -1
- package/dist/api/protocol-v2/DeviceSessionGet.d.ts +0 -9
- package/dist/api/protocol-v2/DeviceSessionGet.d.ts.map +0 -1
- package/dist/api/protocol-v2/FilesystemDiskControl.d.ts +0 -13
- package/dist/api/protocol-v2/FilesystemDiskControl.d.ts.map +0 -1
- package/dist/deviceProfile/buildDeviceProfile.d.ts +0 -21
- package/dist/deviceProfile/buildDeviceProfile.d.ts.map +0 -1
- package/dist/types/api/getDeviceInfo.d.ts +0 -87
- package/dist/types/api/getDeviceInfo.d.ts.map +0 -1
- package/src/api/GetDeviceInfo.ts +0 -145
- package/src/api/firmware/progressThrottle.ts +0 -44
- package/src/api/protocol-v2/DeviceSessionGet.ts +0 -26
- package/src/api/protocol-v2/FilesystemDiskControl.ts +0 -50
- package/src/deviceProfile/buildDeviceProfile.ts +0 -352
- package/src/types/api/getDeviceInfo.ts +0 -101
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
import { ERRORS, HardwareError, HardwareErrorCode } from '@onekeyfe/hd-shared';
|
|
2
|
+
import {
|
|
3
|
+
DeviceErrorCode,
|
|
4
|
+
DeviceSessionErrorCode,
|
|
5
|
+
type FailureType,
|
|
6
|
+
type Messages,
|
|
7
|
+
type Transport,
|
|
8
|
+
type TransportCallOptions,
|
|
9
|
+
getSafeTransportLogPayload,
|
|
10
|
+
} from '@onekeyfe/hd-transport';
|
|
2
11
|
|
|
3
12
|
import TransportManager from '../data-manager/TransportManager';
|
|
4
|
-
import DataManager from '../data-manager/DataManager';
|
|
5
13
|
import { LoggerNames, getLogger, patchFeatures } from '../utils';
|
|
6
14
|
import { DEVICE, type PassphraseRequestPayload } from '../events';
|
|
7
15
|
import { DeviceModelToTypes } from '../types';
|
|
@@ -12,12 +20,6 @@ import {
|
|
|
12
20
|
} from '../utils/tracing';
|
|
13
21
|
|
|
14
22
|
import type { Device } from './Device';
|
|
15
|
-
import type {
|
|
16
|
-
FailureType,
|
|
17
|
-
Messages,
|
|
18
|
-
Transport,
|
|
19
|
-
TransportCallOptions,
|
|
20
|
-
} from '@onekeyfe/hd-transport';
|
|
21
23
|
|
|
22
24
|
export type PassphrasePromptResponse = {
|
|
23
25
|
passphrase?: string;
|
|
@@ -37,10 +39,6 @@ type TypedCallResponseMap = {
|
|
|
37
39
|
};
|
|
38
40
|
export type DefaultMessageResponse = TypedCallResponseMap[MessageKey];
|
|
39
41
|
|
|
40
|
-
const MAX_DEBUG_ARRAY_ITEMS = 20;
|
|
41
|
-
const MAX_DEBUG_OBJECT_KEYS = 40;
|
|
42
|
-
const MAX_DEBUG_STRING_LENGTH = 512;
|
|
43
|
-
const MAX_DEBUG_DEPTH = 4;
|
|
44
42
|
const HIGH_VOLUME_DEBUG_CALLS = new Set([
|
|
45
43
|
'FilesystemFileRead',
|
|
46
44
|
'FilesystemFileWrite',
|
|
@@ -51,100 +49,37 @@ const HIGH_VOLUME_DEBUG_CALLS = new Set([
|
|
|
51
49
|
'FirmwareUpload',
|
|
52
50
|
'ResourceAck',
|
|
53
51
|
]);
|
|
52
|
+
const DEVICE_SESSION_CALLS = new Set([
|
|
53
|
+
'DeviceSessionGet',
|
|
54
|
+
'DeviceSessionAskPin',
|
|
55
|
+
'DeviceSessionAskPassphrase',
|
|
56
|
+
]);
|
|
57
|
+
const DEVICE_CONTROL_CALLS = new Set([
|
|
58
|
+
'DeviceReboot',
|
|
59
|
+
'DeviceSettingsGet',
|
|
60
|
+
'DeviceSettingsSet',
|
|
61
|
+
'DeviceSettingsPageShow',
|
|
62
|
+
'DeviceCertificateWrite',
|
|
63
|
+
'DeviceCertificateRead',
|
|
64
|
+
'DeviceCertificateSign',
|
|
65
|
+
'DeviceMiscUsbMscControl',
|
|
66
|
+
]);
|
|
67
|
+
|
|
68
|
+
// Older Protocol V2 firmware may omit the cancellation subcode, so retain a
|
|
69
|
+
// narrow message fallback for compatibility.
|
|
70
|
+
const isProtocolV2ActionCancelledMessage = (message: string) =>
|
|
71
|
+
/^(?:cancel(?:led|ed)(?: on device)?|confirm dismissed|user cancel(?:led|ed)(?:\s+.*)?)$/i.test(
|
|
72
|
+
message
|
|
73
|
+
);
|
|
54
74
|
|
|
55
75
|
function shouldReduceDebugForCall(type: string) {
|
|
56
76
|
return HIGH_VOLUME_DEBUG_CALLS.has(type);
|
|
57
77
|
}
|
|
58
78
|
|
|
59
|
-
function getBinaryByteLength(value: unknown): number | undefined {
|
|
60
|
-
if (value instanceof ArrayBuffer) {
|
|
61
|
-
return value.byteLength;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
if (ArrayBuffer.isView(value)) {
|
|
65
|
-
return value.byteLength;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
if (typeof Blob !== 'undefined' && value instanceof Blob) {
|
|
69
|
-
return value.size;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
return undefined;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
function summarizeRedactedData(value: unknown): string {
|
|
76
|
-
const byteLength = getBinaryByteLength(value);
|
|
77
|
-
if (byteLength !== undefined) {
|
|
78
|
-
return `[redacted data: ${byteLength} bytes]`;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
if (typeof value === 'string') {
|
|
82
|
-
return `[redacted data: string length=${value.length}]`;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
if (Array.isArray(value)) {
|
|
86
|
-
return `[redacted data: array length=${value.length}]`;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
if (value && typeof value === 'object') {
|
|
90
|
-
return `[redacted data: object keys=${Object.keys(value).length}]`;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
return `[redacted data: ${typeof value}]`;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
function sanitizeDebugPayload(value: unknown, key = '', depth = 0): unknown {
|
|
97
|
-
if (key === 'data' && value !== null && value !== undefined) {
|
|
98
|
-
return summarizeRedactedData(value);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
const byteLength = getBinaryByteLength(value);
|
|
102
|
-
if (byteLength !== undefined) {
|
|
103
|
-
return `[binary: ${byteLength} bytes]`;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
if (typeof value === 'string') {
|
|
107
|
-
return value.length > MAX_DEBUG_STRING_LENGTH
|
|
108
|
-
? `${value.slice(0, MAX_DEBUG_STRING_LENGTH)}... (len=${value.length})`
|
|
109
|
-
: value;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
if (!value || typeof value !== 'object') {
|
|
113
|
-
return value;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
if (depth >= MAX_DEBUG_DEPTH) {
|
|
117
|
-
return Array.isArray(value)
|
|
118
|
-
? `[array length=${value.length}]`
|
|
119
|
-
: `[object keys=${Object.keys(value).length}]`;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
if (Array.isArray(value)) {
|
|
123
|
-
const items = value
|
|
124
|
-
.slice(0, MAX_DEBUG_ARRAY_ITEMS)
|
|
125
|
-
.map(item => sanitizeDebugPayload(item, key, depth + 1));
|
|
126
|
-
if (value.length > MAX_DEBUG_ARRAY_ITEMS) {
|
|
127
|
-
items.push(`... (${value.length - MAX_DEBUG_ARRAY_ITEMS} more)`);
|
|
128
|
-
}
|
|
129
|
-
return items;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
const entries = Object.entries(value).slice(0, MAX_DEBUG_OBJECT_KEYS);
|
|
133
|
-
const sanitized: Record<string, unknown> = {};
|
|
134
|
-
entries.forEach(([entryKey, entryValue]) => {
|
|
135
|
-
sanitized[entryKey] = sanitizeDebugPayload(entryValue, entryKey, depth + 1);
|
|
136
|
-
});
|
|
137
|
-
if (Object.keys(value).length > MAX_DEBUG_OBJECT_KEYS) {
|
|
138
|
-
sanitized.__truncated__ = `${Object.keys(value).length - MAX_DEBUG_OBJECT_KEYS} more keys`;
|
|
139
|
-
}
|
|
140
|
-
return sanitized;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
79
|
/**
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
* 等与响应类型相关的选项。
|
|
80
|
+
* Interactive acknowledgements must not inherit timeoutMs from the original call.
|
|
81
|
+
* User confirmation and PIN/passphrase entry have unbounded think time. Preserve only
|
|
82
|
+
* response-related options such as expectedTypes and intermediateTypes.
|
|
148
83
|
*/
|
|
149
84
|
const stripInteractiveAckTimeout = (
|
|
150
85
|
options?: TransportCallOptions
|
|
@@ -326,20 +261,27 @@ export class DeviceCommands {
|
|
|
326
261
|
if (this.disposed) {
|
|
327
262
|
return;
|
|
328
263
|
}
|
|
329
|
-
this.
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
264
|
+
const activeCall = this.callPromise;
|
|
265
|
+
let timer: ReturnType<typeof setTimeout> | undefined;
|
|
266
|
+
const cancellation = (async () => {
|
|
267
|
+
await this.dispose(true);
|
|
268
|
+
await activeCall?.catch(() => undefined);
|
|
269
|
+
})();
|
|
270
|
+
|
|
271
|
+
try {
|
|
272
|
+
await Promise.race([
|
|
273
|
+
cancellation,
|
|
274
|
+
new Promise<void>(resolve => {
|
|
275
|
+
timer = setTimeout(resolve, 10 * 1000);
|
|
276
|
+
}),
|
|
277
|
+
]);
|
|
278
|
+
} finally {
|
|
279
|
+
if (timer) clearTimeout(timer);
|
|
280
|
+
if (this.callPromise === activeCall) {
|
|
341
281
|
this.callPromise = undefined;
|
|
342
282
|
}
|
|
283
|
+
// The cancellation work may finish after the bounded wait.
|
|
284
|
+
cancellation.catch(() => undefined);
|
|
343
285
|
}
|
|
344
286
|
}
|
|
345
287
|
|
|
@@ -351,21 +293,31 @@ export class DeviceCommands {
|
|
|
351
293
|
): Promise<DefaultMessageResponse> {
|
|
352
294
|
const shouldReduceDebug = shouldReduceDebugForCall(type);
|
|
353
295
|
if (!shouldReduceDebug) {
|
|
354
|
-
Log.debug(
|
|
296
|
+
Log.debug(
|
|
297
|
+
'[DeviceCommands] [call] Sending',
|
|
298
|
+
type,
|
|
299
|
+
getSafeTransportLogPayload(msg ?? {}, type)
|
|
300
|
+
);
|
|
355
301
|
}
|
|
356
302
|
|
|
357
303
|
try {
|
|
358
304
|
const promise = this.transport.call(this.mainId, type, msg ?? {}, options) as any;
|
|
359
305
|
this.callPromise = promise;
|
|
360
306
|
const res = await promise;
|
|
361
|
-
if (
|
|
362
|
-
LogCore.debug(
|
|
363
|
-
|
|
364
|
-
|
|
307
|
+
if (!shouldReduceDebug) {
|
|
308
|
+
LogCore.debug(
|
|
309
|
+
'[DeviceCommands] [call] Received',
|
|
310
|
+
res.type,
|
|
311
|
+
getSafeTransportLogPayload(res.message, res.type)
|
|
312
|
+
);
|
|
365
313
|
}
|
|
366
314
|
return res;
|
|
367
315
|
} catch (error) {
|
|
368
|
-
LogCore.debug('[DeviceCommands] [call] Received error',
|
|
316
|
+
LogCore.debug('[DeviceCommands] [call] Received error', {
|
|
317
|
+
request: type,
|
|
318
|
+
errorCode: error?.errorCode,
|
|
319
|
+
response: getSafeTransportLogPayload(error?.response?.data, type),
|
|
320
|
+
});
|
|
369
321
|
if (error.errorCode === HardwareErrorCode.BleDeviceBondError) {
|
|
370
322
|
return {
|
|
371
323
|
type: 'BleDeviceBondError',
|
|
@@ -386,9 +338,6 @@ export class DeviceCommands {
|
|
|
386
338
|
}
|
|
387
339
|
}
|
|
388
340
|
|
|
389
|
-
if (responseData) {
|
|
390
|
-
Log.debug('error response', responseData);
|
|
391
|
-
}
|
|
392
341
|
if (responseError === 'device disconnected during action') {
|
|
393
342
|
return { type: 'BridgeDeviceDisconnected', message: { error: responseError } } as any;
|
|
394
343
|
}
|
|
@@ -433,31 +382,6 @@ export class DeviceCommands {
|
|
|
433
382
|
);
|
|
434
383
|
}
|
|
435
384
|
|
|
436
|
-
// Structured log of actual outgoing payloads (skip acks)
|
|
437
|
-
try {
|
|
438
|
-
const skipTypes: MessageKey[] = [
|
|
439
|
-
'ButtonAck',
|
|
440
|
-
'PinMatrixAck',
|
|
441
|
-
'PassphraseAck',
|
|
442
|
-
'Cancel',
|
|
443
|
-
'BixinPinInputOnDevice',
|
|
444
|
-
'FilesystemFileRead',
|
|
445
|
-
'FilesystemFileWrite',
|
|
446
|
-
'FileRead',
|
|
447
|
-
'FileWrite',
|
|
448
|
-
'EmmcFileRead',
|
|
449
|
-
'EmmcFileWrite',
|
|
450
|
-
'FirmwareUpload',
|
|
451
|
-
'ResourceAck',
|
|
452
|
-
] as any;
|
|
453
|
-
if (!skipTypes.includes(type) && msg) {
|
|
454
|
-
// Use debug channel to avoid noise escalation
|
|
455
|
-
Log.debug('[DeviceCommands] [typedCall] Sending payload', type, sanitizeDebugPayload(msg));
|
|
456
|
-
}
|
|
457
|
-
} catch (e) {
|
|
458
|
-
// ignore logging errors
|
|
459
|
-
}
|
|
460
|
-
|
|
461
385
|
const expectedTypes = Array.isArray(resType) ? resType : resType.split('|');
|
|
462
386
|
const response = await this._commonCall(type, msg, {
|
|
463
387
|
...options,
|
|
@@ -479,7 +403,6 @@ export class DeviceCommands {
|
|
|
479
403
|
request: type,
|
|
480
404
|
expected: resType,
|
|
481
405
|
received: response.type,
|
|
482
|
-
response: sanitizeDebugPayload(response.message),
|
|
483
406
|
});
|
|
484
407
|
// Do not intercept CallMethodError
|
|
485
408
|
// Do not intercept “assertType: Response of unexpected type” error
|
|
@@ -519,12 +442,17 @@ export class DeviceCommands {
|
|
|
519
442
|
options?: TransportCallOptions
|
|
520
443
|
): Promise<DefaultMessageResponse> {
|
|
521
444
|
try {
|
|
522
|
-
if (shouldReduceDebugForCall(callType)) {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
445
|
+
if (!shouldReduceDebugForCall(callType)) {
|
|
446
|
+
Log.debug('_filterCommonTypes: ', {
|
|
447
|
+
request: callType,
|
|
448
|
+
response:
|
|
449
|
+
callType === 'DeviceFirmwareUpdateStatusGet'
|
|
450
|
+
? {
|
|
451
|
+
type: res.type,
|
|
452
|
+
message: getSafeTransportLogPayload(res.message, res.type),
|
|
453
|
+
}
|
|
454
|
+
: res.type,
|
|
455
|
+
});
|
|
528
456
|
}
|
|
529
457
|
} catch (error) {
|
|
530
458
|
// ignore
|
|
@@ -532,8 +460,9 @@ export class DeviceCommands {
|
|
|
532
460
|
|
|
533
461
|
this.device.clearCancelableAction();
|
|
534
462
|
if (res.type === 'Failure') {
|
|
535
|
-
const { code, message } = res.message as {
|
|
463
|
+
const { code, subcode, message } = res.message as {
|
|
536
464
|
code?: string | FailureType;
|
|
465
|
+
subcode?: number;
|
|
537
466
|
message?: string;
|
|
538
467
|
};
|
|
539
468
|
let error: HardwareError | null = null;
|
|
@@ -577,8 +506,96 @@ export class DeviceCommands {
|
|
|
577
506
|
}
|
|
578
507
|
|
|
579
508
|
if (code === 'Failure_ProcessError') {
|
|
580
|
-
|
|
509
|
+
const normalizedMessage = message?.trim() ?? '';
|
|
510
|
+
const isProtocolV2ActionCancelledFailure =
|
|
511
|
+
this.device.isProtocolV2() && isProtocolV2ActionCancelledMessage(normalizedMessage);
|
|
512
|
+
const isProtocolV2DeviceBusyFailure =
|
|
513
|
+
this.device.isProtocolV2() &&
|
|
514
|
+
DEVICE_CONTROL_CALLS.has(callType) &&
|
|
515
|
+
subcode === DeviceErrorCode.DeviceError_Busy;
|
|
516
|
+
const isLegacyProtocolV2LockedFailure =
|
|
517
|
+
this.device.isProtocolV2() && /^device (?:is )?locked$/i.test(normalizedMessage);
|
|
581
518
|
if (
|
|
519
|
+
DEVICE_SESSION_CALLS.has(callType) &&
|
|
520
|
+
subcode === DeviceSessionErrorCode.DeviceSessionError_InvalidSession
|
|
521
|
+
) {
|
|
522
|
+
error = ERRORS.TypedError(HardwareErrorCode.WalletSessionInvalid, message, {
|
|
523
|
+
failureCode: code,
|
|
524
|
+
subcode,
|
|
525
|
+
firmwareMessage: message,
|
|
526
|
+
});
|
|
527
|
+
} else if (
|
|
528
|
+
DEVICE_SESSION_CALLS.has(callType) &&
|
|
529
|
+
subcode === DeviceSessionErrorCode.DeviceSessionError_UserCancelled
|
|
530
|
+
) {
|
|
531
|
+
error = ERRORS.TypedError(HardwareErrorCode.ActionCancelled, message, {
|
|
532
|
+
failureCode: code,
|
|
533
|
+
subcode,
|
|
534
|
+
firmwareMessage: message,
|
|
535
|
+
});
|
|
536
|
+
} else if (
|
|
537
|
+
DEVICE_SESSION_CALLS.has(callType) &&
|
|
538
|
+
subcode === DeviceSessionErrorCode.DeviceSessionError_AttachPinUnavailable
|
|
539
|
+
) {
|
|
540
|
+
error = ERRORS.TypedError(HardwareErrorCode.DeviceCheckUnlockTypeError, message, {
|
|
541
|
+
failureCode: code,
|
|
542
|
+
subcode,
|
|
543
|
+
firmwareMessage: message,
|
|
544
|
+
});
|
|
545
|
+
} else if (
|
|
546
|
+
DEVICE_SESSION_CALLS.has(callType) &&
|
|
547
|
+
subcode === DeviceSessionErrorCode.DeviceSessionError_PassphraseDisabled
|
|
548
|
+
) {
|
|
549
|
+
error = ERRORS.TypedError(HardwareErrorCode.DeviceNotOpenedPassphrase, message, {
|
|
550
|
+
failureCode: code,
|
|
551
|
+
subcode,
|
|
552
|
+
firmwareMessage: message,
|
|
553
|
+
});
|
|
554
|
+
} else if (
|
|
555
|
+
DEVICE_SESSION_CALLS.has(callType) &&
|
|
556
|
+
(subcode === DeviceSessionErrorCode.DeviceSessionError_Busy ||
|
|
557
|
+
/^(?:busy|another flow in progress)$/i.test(normalizedMessage))
|
|
558
|
+
) {
|
|
559
|
+
error = ERRORS.TypedError(HardwareErrorCode.DeviceBusy, message, {
|
|
560
|
+
failureCode: code,
|
|
561
|
+
subcode,
|
|
562
|
+
firmwareMessage: message,
|
|
563
|
+
});
|
|
564
|
+
} else if (
|
|
565
|
+
callType === 'DeviceSessionAskPin' &&
|
|
566
|
+
/^passphrase disabled$/i.test(normalizedMessage)
|
|
567
|
+
) {
|
|
568
|
+
error = ERRORS.TypedError(HardwareErrorCode.DeviceNotOpenedPassphrase, message, {
|
|
569
|
+
failureCode: code,
|
|
570
|
+
subcode,
|
|
571
|
+
firmwareMessage: message,
|
|
572
|
+
});
|
|
573
|
+
} else if (isProtocolV2DeviceBusyFailure) {
|
|
574
|
+
error = ERRORS.TypedError(HardwareErrorCode.DeviceBusy, message, {
|
|
575
|
+
failureCode: code,
|
|
576
|
+
subcode,
|
|
577
|
+
firmwareMessage: message,
|
|
578
|
+
});
|
|
579
|
+
} else if (
|
|
580
|
+
(DEVICE_CONTROL_CALLS.has(callType) &&
|
|
581
|
+
subcode === DeviceErrorCode.DeviceError_ActionCancelled) ||
|
|
582
|
+
isProtocolV2ActionCancelledFailure
|
|
583
|
+
) {
|
|
584
|
+
error = ERRORS.TypedError(HardwareErrorCode.ActionCancelled, message, {
|
|
585
|
+
failureCode: code,
|
|
586
|
+
subcode,
|
|
587
|
+
firmwareMessage: message,
|
|
588
|
+
});
|
|
589
|
+
} else if (
|
|
590
|
+
subcode === DeviceErrorCode.DeviceError_DeviceLocked ||
|
|
591
|
+
isLegacyProtocolV2LockedFailure
|
|
592
|
+
) {
|
|
593
|
+
error = ERRORS.TypedError(HardwareErrorCode.DeviceLocked, message, {
|
|
594
|
+
failureCode: code,
|
|
595
|
+
subcode,
|
|
596
|
+
firmwareMessage: message,
|
|
597
|
+
});
|
|
598
|
+
} else if (
|
|
582
599
|
message?.includes('Bootloader file verify failed') ||
|
|
583
600
|
message?.includes('verify failed')
|
|
584
601
|
) {
|
|
@@ -655,7 +672,7 @@ export class DeviceCommands {
|
|
|
655
672
|
|
|
656
673
|
if (res.type === 'PassphraseRequest') {
|
|
657
674
|
const existsAttachPinUser = res.message.exists_attach_pin_user;
|
|
658
|
-
return this.
|
|
675
|
+
return this.promptPassphrase({
|
|
659
676
|
existsAttachPinUser,
|
|
660
677
|
}).then(response => {
|
|
661
678
|
const { passphrase, passphraseOnDevice, attachPinOnDevice } = response;
|
|
@@ -753,10 +770,27 @@ export class DeviceCommands {
|
|
|
753
770
|
});
|
|
754
771
|
}
|
|
755
772
|
|
|
756
|
-
|
|
773
|
+
promptPassphrase(
|
|
774
|
+
options: PassphraseRequestPayload,
|
|
775
|
+
promptOptions: { cancelDeviceOnReject?: boolean } = {}
|
|
776
|
+
) {
|
|
757
777
|
return new Promise<PassphrasePromptResponse>((resolve, reject) => {
|
|
758
|
-
const cancelAndReject = (_error?: Error) =>
|
|
759
|
-
|
|
778
|
+
const cancelAndReject = (_error?: Error) => {
|
|
779
|
+
const rejectWithCancelledError = () => {
|
|
780
|
+
reject(
|
|
781
|
+
ERRORS.TypedError(
|
|
782
|
+
HardwareErrorCode.CallQueueActionCancelled,
|
|
783
|
+
`${DEVICE.PASSPHRASE} canceled`
|
|
784
|
+
)
|
|
785
|
+
);
|
|
786
|
+
};
|
|
787
|
+
|
|
788
|
+
if (promptOptions.cancelDeviceOnReject === false) {
|
|
789
|
+
rejectWithCancelledError();
|
|
790
|
+
return Promise.resolve();
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
return cancelDeviceInPrompt(this.device, false)
|
|
760
794
|
.then(onCancel => {
|
|
761
795
|
const error = ERRORS.TypedError(
|
|
762
796
|
HardwareErrorCode.CallQueueActionCancelled,
|
|
@@ -773,6 +807,7 @@ export class DeviceCommands {
|
|
|
773
807
|
.catch(error => {
|
|
774
808
|
reject(error);
|
|
775
809
|
});
|
|
810
|
+
};
|
|
776
811
|
|
|
777
812
|
if (this.device.listenerCount(DEVICE.PASSPHRASE) > 0) {
|
|
778
813
|
this.device.setCancelableAction(cancelAndReject);
|
|
@@ -14,7 +14,7 @@ import type { OneKeyDeviceInfo as DeviceDescriptor, Transport } from '@onekeyfe/
|
|
|
14
14
|
const Log = getLogger(LoggerNames.DeviceConnector);
|
|
15
15
|
|
|
16
16
|
export default class DeviceConnector {
|
|
17
|
-
transport
|
|
17
|
+
transport?: Transport;
|
|
18
18
|
|
|
19
19
|
listenTimestamp = 0;
|
|
20
20
|
|
|
@@ -30,9 +30,21 @@ export default class DeviceConnector {
|
|
|
30
30
|
DevicePool.setConnector(this);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
private getActiveTransport(): Transport {
|
|
34
|
+
const transport = this.transport ?? TransportManager.getTransport();
|
|
35
|
+
if (!transport) {
|
|
36
|
+
throw ERRORS.TypedError(
|
|
37
|
+
HardwareErrorCode.TransportNotConfigured,
|
|
38
|
+
'Device connector was created before transport initialization'
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
this.transport = transport;
|
|
42
|
+
return transport;
|
|
43
|
+
}
|
|
44
|
+
|
|
33
45
|
async enumerate() {
|
|
34
46
|
try {
|
|
35
|
-
const descriptors = await this.
|
|
47
|
+
const descriptors = await this.getActiveTransport().enumerate();
|
|
36
48
|
this.upcoming = descriptors;
|
|
37
49
|
this._reportDevicesChange();
|
|
38
50
|
return { descriptors } as DeviceDescriptorDiff;
|
|
@@ -50,11 +62,10 @@ export default class DeviceConnector {
|
|
|
50
62
|
let descriptors: DeviceDescriptor[];
|
|
51
63
|
|
|
52
64
|
try {
|
|
65
|
+
const transport = this.getActiveTransport();
|
|
53
66
|
Log.debug('Start listening', current);
|
|
54
67
|
this.listenTimestamp = new Date().getTime();
|
|
55
|
-
descriptors = waitForEvent
|
|
56
|
-
? await this.transport.listen(current)
|
|
57
|
-
: await this.transport.enumerate();
|
|
68
|
+
descriptors = waitForEvent ? await transport.listen(current) : await transport.enumerate();
|
|
58
69
|
if (!this.listening) return; // do not continue if stop() was called
|
|
59
70
|
|
|
60
71
|
this.upcoming = descriptors;
|
|
@@ -82,31 +93,41 @@ export default class DeviceConnector {
|
|
|
82
93
|
path: string,
|
|
83
94
|
session?: string | null,
|
|
84
95
|
forceCleanRunPromise?: boolean,
|
|
85
|
-
|
|
96
|
+
expectedProtocol?: HardwareConnectProtocol,
|
|
97
|
+
protocolHint?: HardwareConnectProtocol
|
|
86
98
|
) {
|
|
87
|
-
Log.debug('acquire', path, session,
|
|
99
|
+
Log.debug('acquire', path, session, expectedProtocol, protocolHint);
|
|
88
100
|
const env = DataManager.getSettings('env');
|
|
89
101
|
try {
|
|
102
|
+
const transport = this.getActiveTransport();
|
|
90
103
|
let res;
|
|
91
104
|
if (DataManager.isBleConnect(env)) {
|
|
92
|
-
res = await
|
|
105
|
+
res = await transport.acquire({
|
|
93
106
|
uuid: path,
|
|
94
107
|
forceCleanRunPromise,
|
|
95
|
-
expectedProtocol
|
|
108
|
+
expectedProtocol,
|
|
109
|
+
protocolHint,
|
|
96
110
|
});
|
|
97
111
|
} else {
|
|
98
|
-
res = await
|
|
112
|
+
res = await transport.acquire({
|
|
99
113
|
path,
|
|
100
114
|
previous: session ?? null,
|
|
101
|
-
expectedProtocol
|
|
115
|
+
expectedProtocol,
|
|
116
|
+
protocolHint,
|
|
102
117
|
});
|
|
103
118
|
}
|
|
104
|
-
if (
|
|
105
|
-
|
|
106
|
-
|
|
119
|
+
if (expectedProtocol) {
|
|
120
|
+
// The acquire response is the stable snapshot from this active probe. A delayed
|
|
121
|
+
// disconnect from an older generation may clear caches, so do not rely on cache alone.
|
|
122
|
+
const acquiredProtocol =
|
|
123
|
+
typeof res === 'object' && res !== null
|
|
124
|
+
? (res as DeviceDescriptor).protocolType
|
|
125
|
+
: undefined;
|
|
126
|
+
const detectedProtocol = acquiredProtocol ?? transport.getProtocolType(path);
|
|
127
|
+
if (detectedProtocol !== expectedProtocol) {
|
|
107
128
|
throw ERRORS.TypedError(
|
|
108
129
|
HardwareErrorCode.RuntimeError,
|
|
109
|
-
`Device protocol mismatch: expected ${
|
|
130
|
+
`Device protocol mismatch: expected ${expectedProtocol}, detected ${detectedProtocol}`
|
|
110
131
|
);
|
|
111
132
|
}
|
|
112
133
|
}
|
|
@@ -117,9 +138,9 @@ export default class DeviceConnector {
|
|
|
117
138
|
}
|
|
118
139
|
}
|
|
119
140
|
|
|
120
|
-
async release(session: string, onclose: boolean) {
|
|
141
|
+
async release(session: string, onclose: boolean, keepSession?: boolean) {
|
|
121
142
|
try {
|
|
122
|
-
const res = await this.
|
|
143
|
+
const res = await this.getActiveTransport().release(session, onclose, keepSession);
|
|
123
144
|
return res;
|
|
124
145
|
} catch (error) {
|
|
125
146
|
safeThrowError(error);
|
|
@@ -128,8 +149,9 @@ export default class DeviceConnector {
|
|
|
128
149
|
|
|
129
150
|
async disconnect(session: string | undefined | null) {
|
|
130
151
|
try {
|
|
131
|
-
|
|
132
|
-
|
|
152
|
+
const transport = this.getActiveTransport();
|
|
153
|
+
if (transport.disconnect && !!session) {
|
|
154
|
+
await transport.disconnect(session);
|
|
133
155
|
}
|
|
134
156
|
} catch (error) {
|
|
135
157
|
safeThrowError(error);
|
|
@@ -137,10 +159,11 @@ export default class DeviceConnector {
|
|
|
137
159
|
}
|
|
138
160
|
|
|
139
161
|
promptDeviceAccess(): Promise<USBDevice | BluetoothDevice | null> {
|
|
140
|
-
|
|
162
|
+
const transport = this.getActiveTransport();
|
|
163
|
+
if (!transport.promptDeviceAccess) {
|
|
141
164
|
return Promise.resolve(null);
|
|
142
165
|
}
|
|
143
|
-
return
|
|
166
|
+
return transport.promptDeviceAccess();
|
|
144
167
|
}
|
|
145
168
|
|
|
146
169
|
_reportDevicesChange() {
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { Features } from '../types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Merge a field-level device-state patch.
|
|
5
|
+
*
|
|
6
|
+
* `undefined` means the response omitted a field and preserves the cache; `null`
|
|
7
|
+
* means the device explicitly returned an empty value and must be cached. Callers
|
|
8
|
+
* provide complete object fields such as raw; this function does not deep-merge.
|
|
9
|
+
*/
|
|
10
|
+
export function mergeDeviceFeaturesPatch(previous: Features, patch: Partial<Features>): Features {
|
|
11
|
+
let next = previous;
|
|
12
|
+
|
|
13
|
+
for (const [key, value] of Object.entries(patch) as Array<
|
|
14
|
+
[keyof Features, Features[keyof Features] | undefined]
|
|
15
|
+
>) {
|
|
16
|
+
if (value !== undefined && !Object.is(previous[key], value)) {
|
|
17
|
+
if (next === previous) {
|
|
18
|
+
next = { ...previous };
|
|
19
|
+
}
|
|
20
|
+
(next as Record<keyof Features, Features[keyof Features]>)[key] = value;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
return next;
|
|
25
|
+
}
|