@trezor/connect 10.0.0-beta.1 → 10.0.0-beta.2

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.
Files changed (429) hide show
  1. package/CHANGELOG.md +56 -9
  2. package/README.md +4 -2
  3. package/lib/exports.d.ts +1 -3
  4. package/lib/exports.js +1 -3
  5. package/lib/impl/core-in-module-native.d.ts +7 -0
  6. package/lib/impl/core-in-module-native.js +11 -0
  7. package/lib/impl/core-in-module-node.d.ts +8 -0
  8. package/lib/impl/core-in-module-node.js +12 -0
  9. package/lib/impl/core-in-module-web.d.ts +9 -0
  10. package/lib/impl/core-in-module-web.js +26 -0
  11. package/lib/index.browser.js +2 -26
  12. package/lib/index.js +1 -11
  13. package/lib/index.native.d.ts +4 -0
  14. package/lib/index.native.js +5 -0
  15. package/package.json +16 -67
  16. package/lib/api/applyFlags.d.ts +0 -20
  17. package/lib/api/applyFlags.js +0 -38
  18. package/lib/api/applySettings.d.ts +0 -20
  19. package/lib/api/applySettings.js +0 -57
  20. package/lib/api/authenticateDevice.d.ts +0 -25
  21. package/lib/api/authenticateDevice.js +0 -195
  22. package/lib/api/authorizeCoinjoin.d.ts +0 -11
  23. package/lib/api/authorizeCoinjoin.js +0 -44
  24. package/lib/api/backupDevice.d.ts +0 -19
  25. package/lib/api/backupDevice.js +0 -39
  26. package/lib/api/bitcoin/TransactionComposer.d.ts +0 -46
  27. package/lib/api/bitcoin/TransactionComposer.js +0 -147
  28. package/lib/api/bitcoin/createPendingTx.d.ts +0 -37
  29. package/lib/api/bitcoin/createPendingTx.js +0 -55
  30. package/lib/api/bitcoin/enhanceSignTx.d.ts +0 -2
  31. package/lib/api/bitcoin/enhanceSignTx.js +0 -23
  32. package/lib/api/bitcoin/index.d.ts +0 -9
  33. package/lib/api/bitcoin/index.js +0 -9
  34. package/lib/api/bitcoin/inputs.d.ts +0 -4
  35. package/lib/api/bitcoin/inputs.js +0 -63
  36. package/lib/api/bitcoin/outputs.d.ts +0 -5
  37. package/lib/api/bitcoin/outputs.js +0 -128
  38. package/lib/api/bitcoin/refTx.d.ts +0 -23
  39. package/lib/api/bitcoin/refTx.js +0 -249
  40. package/lib/api/bitcoin/signtx.d.ts +0 -30
  41. package/lib/api/bitcoin/signtx.js +0 -229
  42. package/lib/api/bitcoin/signtxLegacy.d.ts +0 -10
  43. package/lib/api/bitcoin/signtxLegacy.js +0 -186
  44. package/lib/api/bitcoin/signtxVerify.d.ts +0 -12
  45. package/lib/api/bitcoin/signtxVerify.js +0 -95
  46. package/lib/api/bitcoin/transactionBytes.d.ts +0 -3
  47. package/lib/api/bitcoin/transactionBytes.js +0 -65
  48. package/lib/api/bleUnpair.d.ts +0 -11
  49. package/lib/api/bleUnpair.js +0 -37
  50. package/lib/api/blockchainDisconnect.d.ts +0 -16
  51. package/lib/api/blockchainDisconnect.js +0 -37
  52. package/lib/api/blockchainEstimateFee.d.ts +0 -16
  53. package/lib/api/blockchainEstimateFee.js +0 -102
  54. package/lib/api/blockchainEvmRpcCall.d.ts +0 -19
  55. package/lib/api/blockchainEvmRpcCall.js +0 -57
  56. package/lib/api/blockchainGetAccountBalanceHistory.d.ts +0 -16
  57. package/lib/api/blockchainGetAccountBalanceHistory.js +0 -60
  58. package/lib/api/blockchainGetContractInfo.d.ts +0 -16
  59. package/lib/api/blockchainGetContractInfo.js +0 -46
  60. package/lib/api/blockchainGetCurrentFiatRates.d.ts +0 -20
  61. package/lib/api/blockchainGetCurrentFiatRates.js +0 -49
  62. package/lib/api/blockchainGetFiatRatesForTimestamps.d.ts +0 -23
  63. package/lib/api/blockchainGetFiatRatesForTimestamps.js +0 -55
  64. package/lib/api/blockchainGetInfo.d.ts +0 -15
  65. package/lib/api/blockchainGetInfo.js +0 -37
  66. package/lib/api/blockchainGetTransactions.d.ts +0 -18
  67. package/lib/api/blockchainGetTransactions.js +0 -47
  68. package/lib/api/blockchainSetCustomBackend.d.ts +0 -17
  69. package/lib/api/blockchainSetCustomBackend.js +0 -43
  70. package/lib/api/blockchainSubscribe.d.ts +0 -19
  71. package/lib/api/blockchainSubscribe.js +0 -66
  72. package/lib/api/blockchainSubscribeFiatRates.d.ts +0 -19
  73. package/lib/api/blockchainSubscribeFiatRates.js +0 -43
  74. package/lib/api/blockchainUnsubscribe.d.ts +0 -19
  75. package/lib/api/blockchainUnsubscribe.js +0 -66
  76. package/lib/api/blockchainUnsubscribeFiatRates.d.ts +0 -17
  77. package/lib/api/blockchainUnsubscribeFiatRates.js +0 -37
  78. package/lib/api/blockchainValidateEvmRpcUrl.d.ts +0 -17
  79. package/lib/api/blockchainValidateEvmRpcUrl.js +0 -54
  80. package/lib/api/cancelCoinjoinAuthorization.d.ts +0 -11
  81. package/lib/api/cancelCoinjoinAuthorization.js +0 -33
  82. package/lib/api/cardano/api/cardanoComposeTransaction.d.ts +0 -10
  83. package/lib/api/cardano/api/cardanoComposeTransaction.js +0 -84
  84. package/lib/api/cardano/api/cardanoGetAddress.d.ts +0 -34
  85. package/lib/api/cardano/api/cardanoGetAddress.js +0 -130
  86. package/lib/api/cardano/api/cardanoGetNativeScriptHash.d.ts +0 -12
  87. package/lib/api/cardano/api/cardanoGetNativeScriptHash.js +0 -66
  88. package/lib/api/cardano/api/cardanoGetPublicKey.d.ts +0 -22
  89. package/lib/api/cardano/api/cardanoGetPublicKey.js +0 -92
  90. package/lib/api/cardano/api/cardanoSignMessage.d.ts +0 -22
  91. package/lib/api/cardano/api/cardanoSignMessage.js +0 -90
  92. package/lib/api/cardano/api/cardanoSignTransaction.d.ts +0 -81
  93. package/lib/api/cardano/api/cardanoSignTransaction.js +0 -301
  94. package/lib/api/cardano/api/index.d.ts +0 -6
  95. package/lib/api/cardano/api/index.js +0 -6
  96. package/lib/api/cardano/cardanoAddressParameters.d.ts +0 -6
  97. package/lib/api/cardano/cardanoAddressParameters.js +0 -79
  98. package/lib/api/cardano/cardanoAuxiliaryData.d.ts +0 -4
  99. package/lib/api/cardano/cardanoAuxiliaryData.js +0 -74
  100. package/lib/api/cardano/cardanoCertificate.d.ts +0 -13
  101. package/lib/api/cardano/cardanoCertificate.js +0 -142
  102. package/lib/api/cardano/cardanoInputs.d.ts +0 -25
  103. package/lib/api/cardano/cardanoInputs.js +0 -39
  104. package/lib/api/cardano/cardanoOutputs.d.ts +0 -40
  105. package/lib/api/cardano/cardanoOutputs.js +0 -70
  106. package/lib/api/cardano/cardanoTokenBundle.d.ts +0 -12
  107. package/lib/api/cardano/cardanoTokenBundle.js +0 -21
  108. package/lib/api/cardano/cardanoUtils.d.ts +0 -17
  109. package/lib/api/cardano/cardanoUtils.js +0 -100
  110. package/lib/api/cardano/cardanoWitnesses.d.ts +0 -4
  111. package/lib/api/cardano/cardanoWitnesses.js +0 -47
  112. package/lib/api/changeLanguage.d.ts +0 -18
  113. package/lib/api/changeLanguage.js +0 -49
  114. package/lib/api/changePin.d.ts +0 -11
  115. package/lib/api/changePin.js +0 -27
  116. package/lib/api/changeWipeCode.d.ts +0 -11
  117. package/lib/api/changeWipeCode.js +0 -29
  118. package/lib/api/cipherKeyValue.d.ts +0 -17
  119. package/lib/api/cipherKeyValue.js +0 -58
  120. package/lib/api/common/AbstractMiscGetAddress.d.ts +0 -37
  121. package/lib/api/common/AbstractMiscGetAddress.js +0 -126
  122. package/lib/api/common/Discovery.d.ts +0 -33
  123. package/lib/api/common/Discovery.js +0 -119
  124. package/lib/api/common/paramsValidator.d.ts +0 -24
  125. package/lib/api/common/paramsValidator.js +0 -136
  126. package/lib/api/common/requestExistingAccounts.d.ts +0 -14
  127. package/lib/api/common/requestExistingAccounts.js +0 -20
  128. package/lib/api/composeTransaction.d.ts +0 -36
  129. package/lib/api/composeTransaction.js +0 -404
  130. package/lib/api/discoverAccounts.d.ts +0 -40
  131. package/lib/api/discoverAccounts.js +0 -360
  132. package/lib/api/ethereum/api/ethereumGetAddress.d.ts +0 -30
  133. package/lib/api/ethereum/api/ethereumGetAddress.js +0 -150
  134. package/lib/api/ethereum/api/ethereumGetPublicKey.d.ts +0 -52
  135. package/lib/api/ethereum/api/ethereumGetPublicKey.js +0 -100
  136. package/lib/api/ethereum/api/ethereumSignMessage.d.ts +0 -27
  137. package/lib/api/ethereum/api/ethereumSignMessage.js +0 -64
  138. package/lib/api/ethereum/api/ethereumSignTransaction.d.ts +0 -83
  139. package/lib/api/ethereum/api/ethereumSignTransaction.js +0 -148
  140. package/lib/api/ethereum/api/ethereumSignTypedData.d.ts +0 -117
  141. package/lib/api/ethereum/api/ethereumSignTypedData.js +0 -203
  142. package/lib/api/ethereum/api/ethereumVerifyMessage.d.ts +0 -12
  143. package/lib/api/ethereum/api/ethereumVerifyMessage.js +0 -35
  144. package/lib/api/ethereum/api/index.d.ts +0 -6
  145. package/lib/api/ethereum/api/index.js +0 -6
  146. package/lib/api/ethereum/ethereumDefinitions.d.ts +0 -53
  147. package/lib/api/ethereum/ethereumDefinitions.js +0 -135
  148. package/lib/api/ethereum/ethereumSignTx.d.ts +0 -16
  149. package/lib/api/ethereum/ethereumSignTx.js +0 -144
  150. package/lib/api/ethereum/ethereumSignTypedData.d.ts +0 -32
  151. package/lib/api/ethereum/ethereumSignTypedData.js +0 -175
  152. package/lib/api/evoluGetDelegatedIdentityKey.d.ts +0 -14
  153. package/lib/api/evoluGetDelegatedIdentityKey.js +0 -29
  154. package/lib/api/evoluGetNode.d.ts +0 -13
  155. package/lib/api/evoluGetNode.js +0 -29
  156. package/lib/api/evoluSignRegistrationRequest.d.ts +0 -16
  157. package/lib/api/evoluSignRegistrationRequest.js +0 -33
  158. package/lib/api/firmware/calculateFirmwareHash.d.ts +0 -18
  159. package/lib/api/firmware/calculateFirmwareHash.js +0 -56
  160. package/lib/api/firmware/calculateXPubHash.d.ts +0 -14
  161. package/lib/api/firmware/calculateXPubHash.js +0 -16
  162. package/lib/api/firmware/getBinary.d.ts +0 -14
  163. package/lib/api/firmware/getBinary.js +0 -33
  164. package/lib/api/firmware/index.d.ts +0 -6
  165. package/lib/api/firmware/index.js +0 -6
  166. package/lib/api/firmware/modifyFirmware.d.ts +0 -3
  167. package/lib/api/firmware/modifyFirmware.js +0 -13
  168. package/lib/api/firmware/parseFirmwareHeaders.d.ts +0 -4
  169. package/lib/api/firmware/parseFirmwareHeaders.js +0 -26
  170. package/lib/api/firmware/uploadFirmware.d.ts +0 -27
  171. package/lib/api/firmware/uploadFirmware.js +0 -99
  172. package/lib/api/firmware/verifyEntropy.d.ts +0 -25
  173. package/lib/api/firmware/verifyEntropy.js +0 -110
  174. package/lib/api/getAccountInfo.d.ts +0 -21
  175. package/lib/api/getAccountInfo.js +0 -253
  176. package/lib/api/getAddress.d.ts +0 -45
  177. package/lib/api/getAddress.js +0 -153
  178. package/lib/api/getCoinInfo.d.ts +0 -148
  179. package/lib/api/getCoinInfo.js +0 -25
  180. package/lib/api/getDeviceState.d.ts +0 -8
  181. package/lib/api/getDeviceState.js +0 -18
  182. package/lib/api/getFeatures.d.ts +0 -71
  183. package/lib/api/getFeatures.js +0 -22
  184. package/lib/api/getFirmwareHash.d.ts +0 -11
  185. package/lib/api/getFirmwareHash.js +0 -29
  186. package/lib/api/getNonce.d.ts +0 -10
  187. package/lib/api/getNonce.js +0 -18
  188. package/lib/api/getOwnershipId.d.ts +0 -17
  189. package/lib/api/getOwnershipId.js +0 -88
  190. package/lib/api/getOwnershipProof.d.ts +0 -17
  191. package/lib/api/getOwnershipProof.js +0 -95
  192. package/lib/api/getPublicKey.d.ts +0 -54
  193. package/lib/api/getPublicKey.js +0 -106
  194. package/lib/api/getSettings.d.ts +0 -24
  195. package/lib/api/getSettings.js +0 -21
  196. package/lib/api/index.d.ts +0 -62
  197. package/lib/api/index.js +0 -62
  198. package/lib/api/loadDevice.d.ts +0 -16
  199. package/lib/api/loadDevice.js +0 -46
  200. package/lib/api/monero/api/index.d.ts +0 -4
  201. package/lib/api/monero/api/index.js +0 -4
  202. package/lib/api/monero/api/moneroGetAddress.d.ts +0 -32
  203. package/lib/api/monero/api/moneroGetAddress.js +0 -117
  204. package/lib/api/monero/api/moneroGetWatchKey.d.ts +0 -14
  205. package/lib/api/monero/api/moneroGetWatchKey.js +0 -45
  206. package/lib/api/monero/api/moneroKeyImageSync.d.ts +0 -17
  207. package/lib/api/monero/api/moneroKeyImageSync.js +0 -128
  208. package/lib/api/monero/api/moneroSignTransaction.d.ts +0 -17
  209. package/lib/api/monero/api/moneroSignTransaction.js +0 -218
  210. package/lib/api/nostr/nostrGetPublicKey.d.ts +0 -15
  211. package/lib/api/nostr/nostrGetPublicKey.js +0 -38
  212. package/lib/api/nostr/nostrSignEvent.d.ts +0 -13
  213. package/lib/api/nostr/nostrSignEvent.js +0 -36
  214. package/lib/api/pingDevice.d.ts +0 -11
  215. package/lib/api/pingDevice.js +0 -29
  216. package/lib/api/pushTransaction.d.ts +0 -19
  217. package/lib/api/pushTransaction.js +0 -39
  218. package/lib/api/recoveryDevice.d.ts +0 -20
  219. package/lib/api/recoveryDevice.js +0 -52
  220. package/lib/api/requestLogin.d.ts +0 -14
  221. package/lib/api/requestLogin.js +0 -53
  222. package/lib/api/resetDevice.d.ts +0 -22
  223. package/lib/api/resetDevice.js +0 -133
  224. package/lib/api/ripple/api/index.d.ts +0 -2
  225. package/lib/api/ripple/api/index.js +0 -2
  226. package/lib/api/ripple/api/rippleGetAddress.d.ts +0 -17
  227. package/lib/api/ripple/api/rippleGetAddress.js +0 -22
  228. package/lib/api/ripple/api/rippleSignTransaction.d.ts +0 -13
  229. package/lib/api/ripple/api/rippleSignTransaction.js +0 -52
  230. package/lib/api/selectAccount.d.ts +0 -15
  231. package/lib/api/selectAccount.js +0 -42
  232. package/lib/api/setBrightness.d.ts +0 -12
  233. package/lib/api/setBrightness.js +0 -28
  234. package/lib/api/setBusy.d.ts +0 -11
  235. package/lib/api/setBusy.js +0 -31
  236. package/lib/api/showDeviceTutorial.d.ts +0 -11
  237. package/lib/api/showDeviceTutorial.js +0 -21
  238. package/lib/api/signMessage.d.ts +0 -25
  239. package/lib/api/signMessage.js +0 -75
  240. package/lib/api/signTransaction.d.ts +0 -199
  241. package/lib/api/signTransaction.js +0 -331
  242. package/lib/api/solana/api/index.d.ts +0 -4
  243. package/lib/api/solana/api/index.js +0 -4
  244. package/lib/api/solana/api/solanaComposeTransaction.d.ts +0 -33
  245. package/lib/api/solana/api/solanaComposeTransaction.js +0 -73
  246. package/lib/api/solana/api/solanaGetAddress.d.ts +0 -17
  247. package/lib/api/solana/api/solanaGetAddress.js +0 -22
  248. package/lib/api/solana/api/solanaGetPublicKey.d.ts +0 -32
  249. package/lib/api/solana/api/solanaGetPublicKey.js +0 -86
  250. package/lib/api/solana/api/solanaSignTransaction.d.ts +0 -41
  251. package/lib/api/solana/api/solanaSignTransaction.js +0 -204
  252. package/lib/api/solana/solanaDefinitions.d.ts +0 -9
  253. package/lib/api/solana/solanaDefinitions.js +0 -33
  254. package/lib/api/stellar/api/index.d.ts +0 -2
  255. package/lib/api/stellar/api/index.js +0 -2
  256. package/lib/api/stellar/api/stellarGetAddress.d.ts +0 -17
  257. package/lib/api/stellar/api/stellarGetAddress.js +0 -22
  258. package/lib/api/stellar/api/stellarSignTransaction.d.ts +0 -20
  259. package/lib/api/stellar/api/stellarSignTransaction.js +0 -65
  260. package/lib/api/stellar/stellarSignTx.d.ts +0 -7
  261. package/lib/api/stellar/stellarSignTx.js +0 -183
  262. package/lib/api/telemetryGet.d.ts +0 -14
  263. package/lib/api/telemetryGet.js +0 -26
  264. package/lib/api/tezos/api/index.d.ts +0 -3
  265. package/lib/api/tezos/api/index.js +0 -3
  266. package/lib/api/tezos/api/tezosGetAddress.d.ts +0 -17
  267. package/lib/api/tezos/api/tezosGetAddress.js +0 -22
  268. package/lib/api/tezos/api/tezosGetPublicKey.d.ts +0 -28
  269. package/lib/api/tezos/api/tezosGetPublicKey.js +0 -84
  270. package/lib/api/tezos/api/tezosSignTransaction.d.ts +0 -14
  271. package/lib/api/tezos/api/tezosSignTransaction.js +0 -30
  272. package/lib/api/tezos/tezosSignTx.d.ts +0 -71
  273. package/lib/api/tezos/tezosSignTx.js +0 -204
  274. package/lib/api/thpGetCredentials.d.ts +0 -13
  275. package/lib/api/thpGetCredentials.js +0 -30
  276. package/lib/api/thpRemoveCredentials.d.ts +0 -15
  277. package/lib/api/thpRemoveCredentials.js +0 -44
  278. package/lib/api/tron/api/index.d.ts +0 -3
  279. package/lib/api/tron/api/index.js +0 -3
  280. package/lib/api/tron/api/tronComposeTransaction.d.ts +0 -17
  281. package/lib/api/tron/api/tronComposeTransaction.js +0 -52
  282. package/lib/api/tron/api/tronGetAddress.d.ts +0 -17
  283. package/lib/api/tron/api/tronGetAddress.js +0 -22
  284. package/lib/api/tron/api/tronSignTransaction.d.ts +0 -20
  285. package/lib/api/tron/api/tronSignTransaction.js +0 -137
  286. package/lib/api/tron/tronEncode.d.ts +0 -11
  287. package/lib/api/tron/tronEncode.js +0 -157
  288. package/lib/api/tron/tronProtobuf.d.ts +0 -5
  289. package/lib/api/tron/tronProtobuf.js +0 -28
  290. package/lib/api/unlockPath.d.ts +0 -12
  291. package/lib/api/unlockPath.js +0 -33
  292. package/lib/api/verifyMessage.d.ts +0 -16
  293. package/lib/api/verifyMessage.js +0 -46
  294. package/lib/api/wipeDevice.d.ts +0 -21
  295. package/lib/api/wipeDevice.js +0 -49
  296. package/lib/backend/BackendManager.d.ts +0 -30
  297. package/lib/backend/BackendManager.js +0 -145
  298. package/lib/backend/Blockchain.d.ts +0 -81
  299. package/lib/backend/Blockchain.js +0 -235
  300. package/lib/backend/BlockchainLink.d.ts +0 -10
  301. package/lib/backend/BlockchainLink.js +0 -19
  302. package/lib/backend/fees/BitcoinFeeLevels.d.ts +0 -19
  303. package/lib/backend/fees/BitcoinFeeLevels.js +0 -44
  304. package/lib/backend/fees/EthereumFeeLevels.d.ts +0 -17
  305. package/lib/backend/fees/EthereumFeeLevels.js +0 -63
  306. package/lib/backend/fees/MiscFeeLevels.d.ts +0 -18
  307. package/lib/backend/fees/MiscFeeLevels.js +0 -30
  308. package/lib/backend/fees/index.d.ts +0 -5
  309. package/lib/backend/fees/index.js +0 -31
  310. package/lib/core/AbstractMethod.d.ts +0 -63
  311. package/lib/core/AbstractMethod.js +0 -189
  312. package/lib/core/index.d.ts +0 -29
  313. package/lib/core/index.js +0 -805
  314. package/lib/core/method.d.ts +0 -3
  315. package/lib/core/method.js +0 -19
  316. package/lib/core/method.native.d.ts +0 -2
  317. package/lib/core/method.native.js +0 -29
  318. package/lib/core/onCallFirmwareUpdate.d.ts +0 -42
  319. package/lib/core/onCallFirmwareUpdate.js +0 -436
  320. package/lib/data/coinInfo.d.ts +0 -101
  321. package/lib/data/coinInfo.js +0 -195
  322. package/lib/data/config.d.ts +0 -8
  323. package/lib/data/config.js +0 -273
  324. package/lib/data/defaultFeeLevels.d.ts +0 -18
  325. package/lib/data/defaultFeeLevels.js +0 -200
  326. package/lib/data/enabledNetworksStore.d.ts +0 -5
  327. package/lib/data/enabledNetworksStore.js +0 -20
  328. package/lib/data/firmwareInfo.d.ts +0 -55
  329. package/lib/data/firmwareInfo.js +0 -413
  330. package/lib/data/firmwareReleaseStore.d.ts +0 -10
  331. package/lib/data/firmwareReleaseStore.js +0 -16
  332. package/lib/data/localFirmwareStore.d.ts +0 -3
  333. package/lib/data/localFirmwareStore.js +0 -8
  334. package/lib/data/protobufLoader.d.ts +0 -1
  335. package/lib/data/protobufLoader.js +0 -30
  336. package/lib/data/settingsStore.d.ts +0 -6
  337. package/lib/data/settingsStore.js +0 -21
  338. package/lib/device/Device.d.ts +0 -259
  339. package/lib/device/Device.js +0 -765
  340. package/lib/device/DeviceCommands.d.ts +0 -87
  341. package/lib/device/DeviceCommands.js +0 -248
  342. package/lib/device/DeviceCurrentSession.d.ts +0 -750
  343. package/lib/device/DeviceCurrentSession.js +0 -239
  344. package/lib/device/DeviceList.d.ts +0 -75
  345. package/lib/device/DeviceList.js +0 -243
  346. package/lib/device/TransportList.d.ts +0 -3
  347. package/lib/device/TransportList.js +0 -13
  348. package/lib/device/TransportManager.d.ts +0 -33
  349. package/lib/device/TransportManager.js +0 -144
  350. package/lib/device/calculateRevisionForDevice.d.ts +0 -10
  351. package/lib/device/calculateRevisionForDevice.js +0 -19
  352. package/lib/device/checkFirmwareRevision.d.ts +0 -22
  353. package/lib/device/checkFirmwareRevision.js +0 -104
  354. package/lib/device/resolveDescriptorForTaproot.d.ts +0 -17
  355. package/lib/device/resolveDescriptorForTaproot.js +0 -27
  356. package/lib/device/thp/handshake.d.ts +0 -3
  357. package/lib/device/thp/handshake.js +0 -100
  358. package/lib/device/thp/index.d.ts +0 -5
  359. package/lib/device/thp/index.js +0 -65
  360. package/lib/device/thp/pairing.d.ts +0 -16
  361. package/lib/device/thp/pairing.js +0 -242
  362. package/lib/device/thp/session.d.ts +0 -2
  363. package/lib/device/thp/session.js +0 -27
  364. package/lib/device/thp/thpCall.d.ts +0 -31
  365. package/lib/device/thp/thpCall.js +0 -58
  366. package/lib/device/validateMessageSize.d.ts +0 -2
  367. package/lib/device/validateMessageSize.js +0 -9
  368. package/lib/device/workflow/changeLanguage.d.ts +0 -18
  369. package/lib/device/workflow/changeLanguage.js +0 -62
  370. package/lib/device/workflow/checkFirmwareHash.d.ts +0 -12
  371. package/lib/device/workflow/checkFirmwareHash.js +0 -86
  372. package/lib/device/workflow/checkFirmwareHashWithRetries.d.ts +0 -8
  373. package/lib/device/workflow/checkFirmwareHashWithRetries.js +0 -36
  374. package/lib/device/workflow/handshake.d.ts +0 -13
  375. package/lib/device/workflow/handshake.js +0 -55
  376. package/lib/device/workflow/trezorPushNotification.d.ts +0 -5
  377. package/lib/device/workflow/trezorPushNotification.js +0 -73
  378. package/lib/device/workflow/validateState.d.ts +0 -2
  379. package/lib/device/workflow/validateState.js +0 -152
  380. package/lib/events/ui-promise.d.ts +0 -20
  381. package/lib/events/ui-promise.js +0 -1
  382. package/lib/impl/core-in-module.d.ts +0 -33
  383. package/lib/impl/core-in-module.js +0 -194
  384. package/lib/types/idevice.d.ts +0 -110
  385. package/lib/types/idevice.js +0 -1
  386. package/lib/types/typed-call-provider.d.ts +0 -29
  387. package/lib/types/typed-call-provider.js +0 -1
  388. package/lib/types/workflow.d.ts +0 -16
  389. package/lib/types/workflow.js +0 -1
  390. package/lib/utils/accountUtils.d.ts +0 -10
  391. package/lib/utils/accountUtils.js +0 -90
  392. package/lib/utils/addressUtils.d.ts +0 -2
  393. package/lib/utils/addressUtils.js +0 -24
  394. package/lib/utils/assetUtils.d.ts +0 -13
  395. package/lib/utils/assetUtils.js +0 -55
  396. package/lib/utils/assets.browser.d.ts +0 -1
  397. package/lib/utils/assets.browser.js +0 -1
  398. package/lib/utils/assets.d.ts +0 -2
  399. package/lib/utils/assets.js +0 -13
  400. package/lib/utils/assets.native.d.ts +0 -2
  401. package/lib/utils/assets.native.js +0 -23
  402. package/lib/utils/assetsTypes.d.ts +0 -5
  403. package/lib/utils/assetsTypes.js +0 -1
  404. package/lib/utils/buildOutputDescriptor.d.ts +0 -20
  405. package/lib/utils/buildOutputDescriptor.js +0 -67
  406. package/lib/utils/deviceFeaturesUtils.d.ts +0 -7
  407. package/lib/utils/deviceFeaturesUtils.js +0 -109
  408. package/lib/utils/ethereumUtils.d.ts +0 -3
  409. package/lib/utils/ethereumUtils.js +0 -7
  410. package/lib/utils/firmwareReleaseConfigUtils.d.ts +0 -19
  411. package/lib/utils/firmwareReleaseConfigUtils.js +0 -131
  412. package/lib/utils/firmwareUtils.d.ts +0 -15
  413. package/lib/utils/firmwareUtils.js +0 -57
  414. package/lib/utils/formatUtils.d.ts +0 -13
  415. package/lib/utils/formatUtils.js +0 -45
  416. package/lib/utils/hdnodeUtils.d.ts +0 -6
  417. package/lib/utils/hdnodeUtils.js +0 -62
  418. package/lib/utils/pathUtils.d.ts +0 -1
  419. package/lib/utils/pathUtils.js +0 -1
  420. package/lib/utils/paymentRequest.d.ts +0 -8
  421. package/lib/utils/paymentRequest.js +0 -25
  422. package/lib/utils/uiPromiseManager.d.ts +0 -8
  423. package/lib/utils/uiPromiseManager.js +0 -51
  424. package/lib/workers/workers.browser.d.ts +0 -10
  425. package/lib/workers/workers.browser.js +0 -16
  426. package/lib/workers/workers.d.ts +0 -10
  427. package/lib/workers/workers.js +0 -8
  428. package/lib/workers/workers.native.d.ts +0 -7
  429. package/lib/workers/workers.native.js +0 -7
@@ -1,27 +0,0 @@
1
- import type { EthereumNetworkInfo, PermissionRequest } from '@trezor/connect-common';
2
- import type { MessagesSchema, MessagesSchema as PROTO } from '@trezor/protobuf';
3
- import type { MethodMessage } from "../../../core/AbstractMethod.js";
4
- import { AbstractMethod } from "../../../core/AbstractMethod.js";
5
- type Params = {
6
- proto: PROTO.EthereumSignMessage;
7
- readableMessage: string;
8
- network?: EthereumNetworkInfo;
9
- definitions?: MessagesSchema.EthereumDefinitions;
10
- };
11
- export default class EthereumSignMessage extends AbstractMethod<'ethereumSignMessage', Params> {
12
- constructor(message: MethodMessage<'ethereumSignMessage'>);
13
- get requiredPermissions(): PermissionRequest[];
14
- initAsync(): Promise<void>;
15
- get info(): string;
16
- getButtonRequestData(code: string, name?: string): {
17
- type: "message";
18
- coin: string;
19
- serializedPath: string;
20
- message: string;
21
- } | undefined;
22
- run(): Promise<{
23
- address: string;
24
- signature: string;
25
- }>;
26
- }
27
- export {};
@@ -1,64 +0,0 @@
1
- import { EthereumSignMessage as EthereumSignMessageSchema } from "@trezor/connect-common";
2
- import { Assert } from "@trezor/schema-utils";
3
- import { AbstractMethod } from "../../../core/AbstractMethod.js";
4
- import { getEthereumNetwork } from "../../../data/coinInfo.js";
5
- import { validateModelOneMessageSize } from "../../../device/validateMessageSize.js";
6
- import { getNetworkLabel } from "../../../utils/ethereumUtils.js";
7
- import { hexToText, messageToHex } from "../../../utils/formatUtils.js";
8
- import { getSerializedPath, getSlip44ByPath, validatePath } from "../../../utils/pathUtils.js";
9
- import { getEthereumDefinitions } from "../ethereumDefinitions.js";
10
- export default class EthereumSignMessage extends AbstractMethod {
11
- constructor(message) {
12
- const {
13
- payload
14
- } = message;
15
- Assert(EthereumSignMessageSchema, payload);
16
- const address_n = validatePath(payload.path, 3);
17
- const network = getEthereumNetwork(address_n);
18
- const messageHex = payload.hex ? messageToHex(payload.message) : Buffer.from(payload.message, 'utf8').toString('hex');
19
- const readableMessage = payload.hex ? hexToText(payload.message) : payload.message;
20
- const params = {
21
- proto: {
22
- address_n,
23
- message: messageHex
24
- },
25
- readableMessage
26
- };
27
- super(message, params);
28
- this.requiredFirmwareCoins = [network];
29
- this.requiredDeviceCapabilities = ['Capability_Ethereum'];
30
- }
31
- get requiredPermissions() {
32
- return this.coinPerms('sign', this.requiredFirmwareCoins);
33
- }
34
- async initAsync() {
35
- if (this.params.network) return;
36
- const {
37
- address_n
38
- } = this.params.proto;
39
- const slip44 = getSlip44ByPath(address_n);
40
- const definitions = await getEthereumDefinitions({
41
- slip44
42
- });
43
- this.params.proto.encoded_network = definitions.encoded_network;
44
- }
45
- get info() {
46
- return getNetworkLabel('Sign #NETWORK message', getEthereumNetwork(this.params.proto.address_n));
47
- }
48
- getButtonRequestData(code, name) {
49
- if (code === 'ButtonRequest_Other' && name === 'sign_message') {
50
- return {
51
- type: 'message',
52
- coin: this.params.network?.shortcut ?? 'ETH',
53
- serializedPath: getSerializedPath(this.params.proto.address_n),
54
- message: this.params.readableMessage
55
- };
56
- }
57
- }
58
- async run() {
59
- validateModelOneMessageSize(this.getDevice(), this.params.proto.message);
60
- const cmd = this.getDevice().getCommands();
61
- const response = await cmd.typedCall('EthereumSignMessage', 'EthereumMessageSignature', this.params.proto);
62
- return response.message;
63
- }
64
- }
@@ -1,83 +0,0 @@
1
- import type { EthereumNetworkInfoDefinitionValues, EthereumTransaction, EthereumTransactionEIP1559, PermissionRequest, TokenInfo } from '@trezor/connect-common';
2
- import type { MessagesSchema } from '@trezor/protobuf';
3
- import type { MethodMessage } from "../../../core/AbstractMethod.js";
4
- import { AbstractMethod } from "../../../core/AbstractMethod.js";
5
- type Params = {
6
- path: number[];
7
- network?: EthereumNetworkInfoDefinitionValues;
8
- definitions?: MessagesSchema.EthereumDefinitions;
9
- chunkify: boolean;
10
- } & ({
11
- type: 'legacy';
12
- tx: EthereumTransaction;
13
- originalTx: EthereumTransaction;
14
- } | {
15
- type: 'eip1559';
16
- tx: EthereumTransactionEIP1559;
17
- originalTx: EthereumTransactionEIP1559;
18
- });
19
- export default class EthereumSignTransaction extends AbstractMethod<'ethereumSignTransaction', Params> {
20
- constructor(message: MethodMessage<'ethereumSignTransaction'>);
21
- get requiredPermissions(): PermissionRequest[];
22
- initAsync(): Promise<void>;
23
- get info(): string;
24
- payloadToPrecomposed(): Promise<undefined> | Promise<{
25
- type: "final";
26
- inputs: never[];
27
- outputsPermutation: number[];
28
- outputs: {
29
- address: string;
30
- amount: string;
31
- script_type: "PAYTOADDRESS";
32
- }[];
33
- totalSpent: string;
34
- fee: string;
35
- feePerByte: string;
36
- maxFeePerGas: string | undefined;
37
- maxPriorityFeePerGas: string | undefined;
38
- feeLimit: string;
39
- bytes: number;
40
- max: undefined;
41
- isTokenKnown: boolean;
42
- token: TokenInfo | undefined;
43
- nativeToken: {
44
- type: string;
45
- standard: string;
46
- contract: string;
47
- name: string;
48
- symbol: string;
49
- decimals: number;
50
- } | undefined;
51
- network: ({
52
- blockchainLink?: {
53
- type: string;
54
- url: string[];
55
- } | undefined;
56
- label: string;
57
- name: string;
58
- shortcut: string;
59
- slip44: number;
60
- support: {
61
- T1B1: string | false;
62
- T2T1: string | false;
63
- T3T1: string | false;
64
- T2B1: string | false;
65
- T3B1: string | false;
66
- T3W1: string | false;
67
- UNKNOWN: string | false;
68
- };
69
- decimals: number;
70
- } & {
71
- network?: undefined;
72
- type: "ethereum";
73
- chainId: number;
74
- }) | undefined;
75
- }>;
76
- run(): Promise<{
77
- serializedTx: `0x02${string}` | import("viem").TransactionSerializedLegacy;
78
- v: `0x${string}`;
79
- r: `0x${string}`;
80
- s: `0x${string}`;
81
- }>;
82
- }
83
- export {};
@@ -1,148 +0,0 @@
1
- import { EthereumSignTransaction as EthereumSignTransactionSchema } from "@trezor/connect-common";
2
- import { Assert } from "@trezor/schema-utils";
3
- import { BigNumber } from "@trezor/utils";
4
- import { AbstractMethod } from "../../../core/AbstractMethod.js";
5
- import { getEthereumNetwork } from "../../../data/coinInfo.js";
6
- import { getNetworkLabel } from "../../../utils/ethereumUtils.js";
7
- import { deepTransform, stripHexPrefix } from "../../../utils/formatUtils.js";
8
- import { getSlip44ByPath, validatePath } from "../../../utils/pathUtils.js";
9
- import { PAYMENT_REQUEST_AMOUNT_BYTES, encodePaymentRequestAmount } from "../../../utils/paymentRequest.js";
10
- import { decodeEthereumDefinition, ethereumNetworkInfoFromDefinition, getEthereumDefinitions } from "../ethereumDefinitions.js";
11
- import * as helper from "../ethereumSignTx.js";
12
- const strip = deepTransform(value => {
13
- let stripped = stripHexPrefix(value);
14
- if (stripped.length % 2 !== 0) {
15
- stripped = `0${stripped}`;
16
- }
17
- return stripped;
18
- });
19
- export default class EthereumSignTransaction extends AbstractMethod {
20
- constructor(message) {
21
- const {
22
- payload
23
- } = message;
24
- Assert(EthereumSignTransactionSchema, payload);
25
- const path = validatePath(payload.path, 3);
26
- const network = getEthereumNetwork(path);
27
- const chunkify = typeof payload.chunkify === 'boolean' ? payload.chunkify : false;
28
- const tx = payload.transaction;
29
- const isEIP1559 = typeof tx.maxFeePerGas === 'string' && typeof tx.maxPriorityFeePerGas === 'string';
30
- const params = {
31
- path,
32
- network,
33
- type: isEIP1559 ? 'eip1559' : 'legacy',
34
- tx: {
35
- ...strip(tx),
36
- payment_req: tx.payment_req ? encodePaymentRequestAmount(tx.payment_req, PAYMENT_REQUEST_AMOUNT_BYTES.EVM) : undefined
37
- },
38
- originalTx: tx,
39
- chunkify
40
- };
41
- if (typeof tx.chainId !== 'number') {
42
- console.warn('TrezorConnect.ethereumSignTransaction: Missing chainId parameter!');
43
- }
44
- super(message, params);
45
- this.requiredFirmwareCoins = [network];
46
- this.requiredDeviceCapabilities = ['Capability_Ethereum'];
47
- if (isEIP1559) {
48
- this.requiredFirmwareCapabilities = ['eip1559'];
49
- }
50
- }
51
- get requiredPermissions() {
52
- return this.coinPerms('sign', this.requiredFirmwareCoins);
53
- }
54
- async initAsync() {
55
- if (this.params.tx.chainId === 1 && !this.params.tx.data) {
56
- return;
57
- }
58
- const slip44 = getSlip44ByPath(this.params.path);
59
- const definitions = await getEthereumDefinitions({
60
- chainId: this.params.tx.chainId,
61
- slip44,
62
- contractAddress: this.params.tx.data && this.params.tx.to != null ? this.params.tx.to : undefined
63
- });
64
- this.params.definitions = definitions;
65
- const decoded = decodeEthereumDefinition(definitions);
66
- if (decoded.network) {
67
- this.params.network = ethereumNetworkInfoFromDefinition(decoded.network);
68
- }
69
- }
70
- get info() {
71
- return getNetworkLabel('Sign #NETWORK transaction', this.params.network);
72
- }
73
- payloadToPrecomposed() {
74
- try {
75
- const transaction = this.params.originalTx;
76
- const feePerByte = new BigNumber(transaction.gasPrice || transaction.maxFeePerGas);
77
- const fee = feePerByte.multipliedBy(transaction.gasLimit);
78
- const {
79
- data
80
- } = transaction;
81
- let recipient = transaction.to;
82
- let amount = new BigNumber(transaction.value);
83
- let totalSpent = amount.plus(fee);
84
- let token;
85
- if (transaction.to && data?.startsWith('a9059cbb') && amount.eq(0) && this.params.definitions) {
86
- const decoded = decodeEthereumDefinition(this.params.definitions);
87
- if (decoded.token) {
88
- recipient = '0x' + data.slice(32, 72);
89
- amount = new BigNumber(data.slice(72, 136), 16);
90
- totalSpent = amount;
91
- token = {
92
- ...decoded.token,
93
- standard: 'ERC20',
94
- contract: decoded.token.address
95
- };
96
- }
97
- }
98
- const result = {
99
- type: 'final',
100
- inputs: [],
101
- outputsPermutation: [0],
102
- outputs: [{
103
- address: recipient,
104
- amount: amount.toString(),
105
- script_type: 'PAYTOADDRESS'
106
- }],
107
- totalSpent: totalSpent.toString(),
108
- fee: fee.toString(),
109
- feePerByte: feePerByte.dividedBy(1e9).toString(),
110
- maxFeePerGas: transaction.maxFeePerGas ? new BigNumber(transaction.maxFeePerGas).dividedBy(1e9).toString() : undefined,
111
- maxPriorityFeePerGas: transaction.maxPriorityFeePerGas ? new BigNumber(transaction.maxPriorityFeePerGas).dividedBy(1e9).toString() : undefined,
112
- feeLimit: new BigNumber(transaction.gasLimit).toString(),
113
- bytes: 0,
114
- max: undefined,
115
- isTokenKnown: !!token,
116
- token,
117
- nativeToken: this.params.network ? {
118
- type: 'NATIVE',
119
- standard: 'NATIVE',
120
- contract: '',
121
- name: this.params.network.name,
122
- symbol: this.params.network.shortcut,
123
- decimals: this.params.network.decimals
124
- } : undefined,
125
- network: this.params.network
126
- };
127
- return Promise.resolve(result);
128
- } catch (e) {
129
- console.error('Error in payloadToPrecomposed', e);
130
- return Promise.resolve(undefined);
131
- }
132
- }
133
- async run() {
134
- const {
135
- type,
136
- tx,
137
- definitions,
138
- chunkify
139
- } = this.params;
140
- const isLegacy = type === 'legacy';
141
- const signature = isLegacy ? await helper.ethereumSignTx(this.getDevice().getCommands().typedCall, this.params.path, tx.to, tx.value, tx.gasLimit, tx.gasPrice, tx.nonce, tx.chainId, chunkify, tx.data, tx.txType, definitions, tx.payment_req) : await helper.ethereumSignTxEIP1559(this.getDevice().getCommands().typedCall, this.params.path, tx.to, tx.value, tx.gasLimit, tx.maxFeePerGas, tx.maxPriorityFeePerGas, tx.nonce, tx.chainId, chunkify, tx.data, tx.accessList, definitions, tx.payment_req);
142
- const serializedTx = helper.serializeEthereumTx(tx, signature, isLegacy);
143
- return {
144
- ...signature,
145
- serializedTx
146
- };
147
- }
148
- }
@@ -1,117 +0,0 @@
1
- import { EthereumNetworkInfo, EthereumSignTypedData as EthereumSignTypedDataParams, EthereumSignTypedHash as EthereumSignTypedHashParams } from '@trezor/connect-common';
2
- import type { EthereumSignTypedDataTypes, PermissionRequest } from '@trezor/connect-common';
3
- import { MessagesSchema } from '@trezor/protobuf';
4
- import type { MethodMessage } from "../../../core/AbstractMethod.js";
5
- import { AbstractMethod } from "../../../core/AbstractMethod.js";
6
- type Params = (Omit<EthereumSignTypedDataParams<EthereumSignTypedDataTypes>, 'path'> | Omit<EthereumSignTypedHashParams<EthereumSignTypedDataTypes>, 'path'>) & {
7
- address_n: number[];
8
- network?: EthereumNetworkInfo;
9
- definitions?: MessagesSchema.EthereumDefinitions;
10
- };
11
- declare const Params: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
12
- data: import("@sinclair/typebox").TObject<{
13
- types: import("@sinclair/typebox").TObject<{
14
- EIP712Domain: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
15
- name: import("@sinclair/typebox").TString;
16
- type: import("@sinclair/typebox").TString;
17
- }>>;
18
- }>;
19
- primaryType: import("@sinclair/typebox").TString;
20
- domain: import("@sinclair/typebox").TObject<{
21
- name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
22
- version: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
23
- chainId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>>;
24
- verifyingContract: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
25
- salt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@trezor/schema-utils/lib/custom-types/array-buffer").TArrayBuffer, import("@sinclair/typebox").TString]>>;
26
- }>;
27
- message: import("@sinclair/typebox").TObject<{}>;
28
- }>;
29
- domain_separator_hash: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUndefined>;
30
- message_hash: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUndefined>;
31
- metamask_v4_compat: import("@sinclair/typebox").TBoolean;
32
- show_message_hash: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
33
- }>, import("@sinclair/typebox").TObject<{
34
- data: import("@sinclair/typebox").TObject<{
35
- types: import("@sinclair/typebox").TObject<{
36
- EIP712Domain: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
37
- name: import("@sinclair/typebox").TString;
38
- type: import("@sinclair/typebox").TString;
39
- }>>;
40
- }>;
41
- primaryType: import("@sinclair/typebox").TString;
42
- domain: import("@sinclair/typebox").TObject<{
43
- name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
44
- version: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
45
- chainId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>>;
46
- verifyingContract: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
47
- salt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@trezor/schema-utils/lib/custom-types/array-buffer").TArrayBuffer, import("@sinclair/typebox").TString]>>;
48
- }>;
49
- message: import("@sinclair/typebox").TObject<{}>;
50
- }>;
51
- domain_separator_hash: import("@sinclair/typebox").TString;
52
- message_hash: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
53
- metamask_v4_compat: import("@sinclair/typebox").TBoolean;
54
- show_message_hash: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
55
- }>]>, import("@sinclair/typebox").TObject<{
56
- address_n: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TNumber>;
57
- network: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
58
- label: import("@sinclair/typebox").TString;
59
- name: import("@sinclair/typebox").TString;
60
- shortcut: import("@sinclair/typebox").TString;
61
- slip44: import("@sinclair/typebox").TNumber;
62
- support: import("@sinclair/typebox").TObject<{
63
- T1B1: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TLiteral<false>]>;
64
- T2T1: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TLiteral<false>]>;
65
- T2B1: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TLiteral<false>]>;
66
- T3B1: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TLiteral<false>]>;
67
- T3T1: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TLiteral<false>]>;
68
- T3W1: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TLiteral<false>]>;
69
- UNKNOWN: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TLiteral<false>]>;
70
- }>;
71
- decimals: import("@sinclair/typebox").TNumber;
72
- blockchainLink: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
73
- type: import("@sinclair/typebox").TString;
74
- url: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
75
- }>>;
76
- blockTime: import("@sinclair/typebox").TNumber;
77
- minFee: import("@sinclair/typebox").TNumber;
78
- maxFee: import("@sinclair/typebox").TNumber;
79
- minPriorityFee: import("@sinclair/typebox").TNumber;
80
- defaultFees: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
81
- label: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"high">, import("@sinclair/typebox").TLiteral<"normal">, import("@sinclair/typebox").TLiteral<"economy">, import("@sinclair/typebox").TLiteral<"low">, import("@sinclair/typebox").TLiteral<"custom">]>;
82
- blocks: import("@sinclair/typebox").TNumber;
83
- feePerUnit: import("@sinclair/typebox").TString;
84
- feePerTx: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
85
- feeLimit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
86
- baseFeePerGas: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
87
- maxFeePerGas: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
88
- maxPriorityFeePerGas: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
89
- }>>;
90
- }>, import("@sinclair/typebox").TObject<{
91
- type: import("@sinclair/typebox").TLiteral<"ethereum">;
92
- chainId: import("@sinclair/typebox").TNumber;
93
- network: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUndefined>;
94
- }>]>>;
95
- definitions: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
96
- encoded_network: import("@sinclair/typebox").TOptional<import("@trezor/schema-utils/lib/custom-types/array-buffer").TArrayBuffer>;
97
- encoded_token: import("@sinclair/typebox").TOptional<import("@trezor/schema-utils/lib/custom-types/array-buffer").TArrayBuffer>;
98
- encoded_display_format: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
99
- }>>;
100
- }>]>;
101
- export default class EthereumSignTypedData extends AbstractMethod<'ethereumSignTypedData', Params> {
102
- constructor(message: MethodMessage<'ethereumSignTypedData'>);
103
- get requiredPermissions(): PermissionRequest[];
104
- initAsync(): Promise<void>;
105
- get info(): string;
106
- getButtonRequestData(code: string, name?: string): {
107
- type: "message";
108
- coin: string;
109
- serializedPath: string;
110
- message: string;
111
- } | undefined;
112
- run(): Promise<{
113
- address: string;
114
- signature: string;
115
- }>;
116
- }
117
- export {};
@@ -1,203 +0,0 @@
1
- import { EthereumNetworkInfo, EthereumSignTypedData as EthereumSignTypedDataParams, EthereumSignTypedHash as EthereumSignTypedHashParams } from "@trezor/connect-common";
2
- import { ERRORS } from "@trezor/connect-common/lib/constants/index.js";
3
- import { DeviceModelInternal } from "@trezor/device-utils";
4
- import { MessagesSchema } from "@trezor/protobuf";
5
- import { Assert, Type } from "@trezor/schema-utils";
6
- import { AbstractMethod } from "../../../core/AbstractMethod.js";
7
- import { getEthereumNetwork } from "../../../data/coinInfo.js";
8
- import { getNetworkLabel } from "../../../utils/ethereumUtils.js";
9
- import { messageToHex } from "../../../utils/formatUtils.js";
10
- import { getSerializedPath, getSlip44ByPath, validatePath } from "../../../utils/pathUtils.js";
11
- import { getEthereumDefinitions } from "../ethereumDefinitions.js";
12
- import { encodeData, getFieldType, parseArrayType, transformTypedData } from "../ethereumSignTypedData.js";
13
- const Params = Type.Intersect([Type.Union([Type.Omit(EthereumSignTypedDataParams, Type.Literal('path')), Type.Omit(EthereumSignTypedHashParams, Type.Literal('path'))]), Type.Object({
14
- address_n: Type.Array(Type.Number()),
15
- network: Type.Optional(EthereumNetworkInfo),
16
- definitions: Type.Optional(MessagesSchema.EthereumDefinitions)
17
- })]);
18
- export default class EthereumSignTypedData extends AbstractMethod {
19
- constructor(message) {
20
- const {
21
- payload
22
- } = message;
23
- Assert(Type.Union([EthereumSignTypedDataParams, EthereumSignTypedHashParams]), payload);
24
- const path = validatePath(payload.path, 3);
25
- const network = getEthereumNetwork(path);
26
- const isDomainOnly = payload.data?.primaryType === 'EIP712Domain';
27
- const needsAutoCompute = isDomainOnly ? !payload.domain_separator_hash : !payload.domain_separator_hash || !payload.message_hash;
28
- const autoHashes = needsAutoCompute && payload.data && payload.metamask_v4_compat === true ? transformTypedData(payload.data, payload.metamask_v4_compat) : undefined;
29
- const effectiveDomainHash = payload.domain_separator_hash ?? autoHashes?.domain_separator_hash;
30
- const effectiveMessageHash = payload.message_hash ?? (autoHashes?.message_hash ? autoHashes.message_hash : undefined);
31
- const paramsBase = {
32
- address_n: path,
33
- metamask_v4_compat: payload.metamask_v4_compat,
34
- data: payload.data,
35
- network,
36
- show_message_hash: payload.show_message_hash ?? payload.data.primaryType === 'SafeTx'
37
- };
38
- const params = !effectiveDomainHash ? paramsBase : {
39
- ...paramsBase,
40
- domain_separator_hash: messageToHex(effectiveDomainHash),
41
- ...(effectiveMessageHash ? {
42
- message_hash: messageToHex(effectiveMessageHash)
43
- } : {})
44
- };
45
- if (payload.data.primaryType === 'EIP712Domain' && 'message_hash' in params) {
46
- throw ERRORS.TypedError('Method_InvalidParameter', 'message_hash should be empty when data.primaryType=EIP712Domain');
47
- }
48
- if (payload.data.primaryType !== 'EIP712Domain' && !('message_hash' in params) && 'domain_separator_hash' in params) {
49
- throw ERRORS.TypedError('Method_InvalidParameter', 'message_hash should only be empty when data.primaryType=EIP712Domain');
50
- }
51
- super(message, params);
52
- this.requiredDeviceCapabilities = ['Capability_Ethereum'];
53
- this.requiredFirmwareCoins = [network];
54
- if (params.data.primaryType === 'EIP712Domain') {
55
- this.requiredFirmwareCapabilities = ['eip712-domain-only'];
56
- }
57
- }
58
- get requiredPermissions() {
59
- return this.coinPerms('sign', this.requiredFirmwareCoins);
60
- }
61
- async initAsync() {
62
- if (this.params.network) return;
63
- const {
64
- address_n
65
- } = this.params;
66
- const slip44 = getSlip44ByPath(address_n);
67
- this.params.definitions = await getEthereumDefinitions({
68
- slip44
69
- });
70
- }
71
- get info() {
72
- return getNetworkLabel('Sign #NETWORK typed data', getEthereumNetwork(this.params.address_n));
73
- }
74
- getButtonRequestData(code, name) {
75
- if (code === 'ButtonRequest_Other' && name && ['should_show_domain', 'should_show_struct', 'should_show_array', 'confirm_typed_value', 'confirm_message_hash', 'confirm_empty_typed_message', 'confirm_typed_data_final'].includes(name) || code === 'ButtonRequest_SignTx') {
76
- return {
77
- type: 'message',
78
- coin: this.params.network?.shortcut ?? 'ETH',
79
- serializedPath: getSerializedPath(this.params.address_n),
80
- message: JSON.stringify(this.params.data, null, 2)
81
- };
82
- }
83
- }
84
- async run() {
85
- const cmd = this.getDevice().getCommands();
86
- const {
87
- address_n,
88
- definitions
89
- } = this.params;
90
- if (this.getDevice().features.internal_model === DeviceModelInternal.T1B1) {
91
- Assert(Type.Object({
92
- domain_separator_hash: Type.String(),
93
- message_hash: Type.Optional(Type.String())
94
- }), this.params);
95
- const {
96
- domain_separator_hash,
97
- message_hash
98
- } = this.params;
99
- const response = await cmd.typedCall('EthereumSignTypedHash', 'EthereumTypedDataSignature', {
100
- address_n,
101
- domain_separator_hash,
102
- message_hash,
103
- encoded_network: definitions?.encoded_network
104
- });
105
- const {
106
- address,
107
- signature
108
- } = response.message;
109
- return {
110
- address,
111
- signature: `0x${signature}`
112
- };
113
- }
114
- const {
115
- data,
116
- metamask_v4_compat
117
- } = this.params;
118
- const {
119
- types,
120
- primaryType,
121
- domain,
122
- message
123
- } = data;
124
- let response = await cmd.typedCall('EthereumSignTypedData', ['EthereumTypedDataStructRequest', 'EthereumTypedDataValueRequest', 'EthereumTypedDataSignature'], {
125
- address_n,
126
- primary_type: primaryType,
127
- metamask_v4_compat,
128
- definitions,
129
- show_message_hash: this.params.show_message_hash ? this.params.message_hash : undefined
130
- });
131
- while (response.type === 'EthereumTypedDataStructRequest') {
132
- const {
133
- name: typeDefinitionName
134
- } = response.message;
135
- const typeDefinition = types[typeDefinitionName];
136
- if (typeDefinition === undefined) {
137
- throw ERRORS.TypedError('Runtime', `Type ${typeDefinitionName} was not defined in types object`);
138
- }
139
- const dataStruckAck = {
140
- members: typeDefinition.map(({
141
- name,
142
- type: typeName
143
- }) => ({
144
- name,
145
- type: getFieldType(typeName, types)
146
- }))
147
- };
148
- response = await cmd.typedCall('EthereumTypedDataStructAck', ['EthereumTypedDataStructRequest', 'EthereumTypedDataValueRequest', 'EthereumTypedDataSignature'], dataStruckAck);
149
- }
150
- while (response.type === 'EthereumTypedDataValueRequest') {
151
- const {
152
- member_path
153
- } = response.message;
154
- let memberData;
155
- let memberTypeName;
156
- const [rootIndex, ...nestedMemberPath] = member_path;
157
- switch (rootIndex) {
158
- case 0:
159
- memberData = domain;
160
- memberTypeName = 'EIP712Domain';
161
- break;
162
- case 1:
163
- memberData = message;
164
- memberTypeName = primaryType;
165
- break;
166
- default:
167
- throw ERRORS.TypedError('Runtime', 'Root index can only be 0 or 1');
168
- }
169
- for (const index of nestedMemberPath) {
170
- if (Array.isArray(memberData)) {
171
- memberTypeName = parseArrayType(memberTypeName).entryTypeName;
172
- memberData = memberData[index];
173
- } else if (typeof memberData === 'object' && memberData !== null) {
174
- const memberTypeArr = types[memberTypeName];
175
- const memberTypeDefinition = memberTypeArr[index];
176
- memberTypeName = memberTypeDefinition.type;
177
- memberData = memberData[memberTypeDefinition.name];
178
- }
179
- if (memberData === null || memberData === undefined) {
180
- this.getDevice().getCurrentSession().cancelCall();
181
- throw ERRORS.TypedError('Runtime', `Value from member path ${member_path} is missing in the data object`);
182
- }
183
- }
184
- let encodedData;
185
- if (Array.isArray(memberData)) {
186
- encodedData = encodeData('uint16', memberData.length);
187
- } else {
188
- encodedData = encodeData(memberTypeName, memberData);
189
- }
190
- response = await cmd.typedCall('EthereumTypedDataValueAck', ['EthereumTypedDataValueRequest', 'EthereumTypedDataSignature'], {
191
- value: encodedData
192
- });
193
- }
194
- const {
195
- address,
196
- signature
197
- } = response.message;
198
- return {
199
- address,
200
- signature: `0x${signature}`
201
- };
202
- }
203
- }
@@ -1,12 +0,0 @@
1
- import { type PermissionRequest } from '@trezor/connect-common';
2
- import type { MessagesSchema as PROTO } from '@trezor/protobuf';
3
- import type { MethodMessage } from "../../../core/AbstractMethod.js";
4
- import { AbstractMethod } from "../../../core/AbstractMethod.js";
5
- export default class EthereumVerifyMessage extends AbstractMethod<'ethereumVerifyMessage', PROTO.EthereumVerifyMessage> {
6
- constructor(message: MethodMessage<'ethereumVerifyMessage'>);
7
- get requiredPermissions(): PermissionRequest[];
8
- get info(): string;
9
- run(): Promise<{
10
- message: string;
11
- }>;
12
- }