@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,195 +0,0 @@
1
- import { ERRORS } from "@trezor/connect-common/lib/constants/index.js";
2
- import coinsEth from "@trezor/connect-data/files/coins-eth.json" with { type: "json" };
3
- import coins from "@trezor/connect-data/files/coins.json" with { type: "json" };
4
- import { fromHardenedPathPart, toHardenedPathPart } from "@trezor/crypto-utils";
5
- import { cloneObject } from "@trezor/utils";
6
- import { getBitcoinFeeLevels, getEthereumFeeLevels, getMiscFeeLevels } from "./defaultFeeLevels.js";
7
- const bitcoinNetworks = [];
8
- const ethereumNetworks = [];
9
- const miscNetworks = [];
10
- export const getBitcoinNetwork = symbolOrPath => {
11
- if (typeof symbolOrPath === 'string') {
12
- const shortcut = symbolOrPath.toLowerCase();
13
- return bitcoinNetworks.find(n => n.shortcut.toLowerCase() === shortcut);
14
- }
15
- const pathElement = symbolOrPath[1];
16
- const slip44 = fromHardenedPathPart(pathElement);
17
- return bitcoinNetworks.find(n => n.slip44 === slip44);
18
- };
19
- export const getEthereumNetwork = symbolOrPath => {
20
- if (typeof symbolOrPath === 'string') {
21
- const networkSymbol = symbolOrPath.toLowerCase();
22
- return ethereumNetworks.find(network => network.shortcut.toLowerCase() === networkSymbol);
23
- }
24
- const ethPathElement = symbolOrPath[1];
25
- const slip44 = fromHardenedPathPart(ethPathElement);
26
- return ethereumNetworks.find(n => n.slip44 === slip44);
27
- };
28
- export const getMiscNetwork = symbolOrPath => {
29
- if (typeof symbolOrPath === 'string') {
30
- const shortcut = symbolOrPath.toLowerCase();
31
- return miscNetworks.find(n => n.shortcut.toLowerCase() === shortcut);
32
- }
33
- const miscPathElement = symbolOrPath[1];
34
- const slip44 = fromHardenedPathPart(miscPathElement);
35
- return miscNetworks.find(n => n.slip44 === slip44);
36
- };
37
- export const getSegwitNetwork = coin => {
38
- if (coin.segwit && typeof coin.xPubMagicSegwit === 'number') {
39
- return {
40
- ...coin.network,
41
- bip32: {
42
- ...coin.network.bip32,
43
- public: coin.xPubMagicSegwit
44
- }
45
- };
46
- }
47
- return null;
48
- };
49
- export const getBech32Network = coin => {
50
- if (coin.segwit && typeof coin.xPubMagicSegwitNative === 'number') {
51
- return {
52
- ...coin.network,
53
- bip32: {
54
- ...coin.network.bip32,
55
- public: coin.xPubMagicSegwitNative
56
- }
57
- };
58
- }
59
- return null;
60
- };
61
- export const fixCoinInfoNetwork = (ci, path) => {
62
- const coinInfo = cloneObject(ci);
63
- if (path[0] === toHardenedPathPart(84)) {
64
- const bech32Network = getBech32Network(coinInfo);
65
- if (bech32Network) {
66
- coinInfo.network = bech32Network;
67
- }
68
- } else if (path[0] === toHardenedPathPart(49)) {
69
- const segwitNetwork = getSegwitNetwork(coinInfo);
70
- if (segwitNetwork) {
71
- coinInfo.network = segwitNetwork;
72
- }
73
- } else {
74
- coinInfo.segwit = false;
75
- }
76
- return coinInfo;
77
- };
78
- const getCoinInfo = coin => getBitcoinNetwork(coin) || getEthereumNetwork(coin) || getMiscNetwork(coin);
79
- export const getCoinInfoOrThrow = coin => {
80
- const coinInfo = getCoinInfo(coin);
81
- if (!coinInfo) {
82
- throw ERRORS.TypedError('Method_UnknownCoin');
83
- }
84
- return coinInfo;
85
- };
86
- export const getCoinName = path => {
87
- const coinNamePathElement = path[1];
88
- const slip44 = fromHardenedPathPart(coinNamePathElement);
89
- const network = ethereumNetworks.find(n => n.slip44 === slip44);
90
- return network ? network.name : 'Unknown coin';
91
- };
92
- const BITCOIN_SHORTCUTS = ['BTC', 'TEST', 'REGTEST'];
93
- const parseBitcoinNetworksJson = json => {
94
- Object.keys(json).forEach(key => {
95
- const coin = json[key];
96
- const shortcut = coin.coin_shortcut;
97
- const isBitcoin = BITCOIN_SHORTCUTS.includes(shortcut);
98
- const network = {
99
- messagePrefix: coin.signed_message_header,
100
- bech32: coin.bech32_prefix,
101
- bip32: {
102
- public: coin.xpub_magic,
103
- private: coin.xprv_magic
104
- },
105
- pubKeyHash: coin.address_type,
106
- scriptHash: coin.address_type_p2sh,
107
- forkId: coin.fork_id,
108
- wif: 0
109
- };
110
- bitcoinNetworks.push({
111
- type: 'bitcoin',
112
- blockchainLink: coin.blockchain_link,
113
- cashAddrPrefix: coin.cashaddr_prefix,
114
- label: coin.coin_label,
115
- name: coin.coin_name,
116
- shortcut,
117
- curveName: coin.curve_name,
118
- forceBip143: coin.force_bip143,
119
- hashGenesisBlock: coin.hash_genesis_block,
120
- maxAddressLength: coin.max_address_length,
121
- maxFeeSatoshiKb: coin.maxfee_kb,
122
- minAddressLength: coin.min_address_length,
123
- minFeeSatoshiKb: coin.minfee_kb,
124
- segwit: coin.segwit,
125
- slip44: coin.slip44,
126
- support: coin.support,
127
- xPubMagic: coin.xpub_magic,
128
- xPubMagicSegwitNative: coin.xpub_magic_segwit_native,
129
- xPubMagicSegwit: coin.xpub_magic_segwit_p2sh,
130
- taproot: coin.taproot,
131
- network,
132
- isBitcoin,
133
- decimals: coin.decimals,
134
- ...getBitcoinFeeLevels(coin)
135
- });
136
- });
137
- };
138
- export const ethereumNetworkInfoBase = {
139
- type: 'ethereum',
140
- decimals: 18
141
- };
142
- const parseEthereumNetworksJson = json => {
143
- Object.keys(json).forEach(key => {
144
- const network = json[key];
145
- ethereumNetworks.push({
146
- ...ethereumNetworkInfoBase,
147
- ...getEthereumFeeLevels(network),
148
- blockchainLink: network.blockchain_link,
149
- chainId: network.chain_id,
150
- label: network.label,
151
- name: network.name,
152
- shortcut: network.shortcut,
153
- slip44: network.slip44,
154
- support: network.support
155
- });
156
- });
157
- };
158
- const parseMiscNetworksJSON = json => {
159
- Object.keys(json).forEach(key => {
160
- const network = json[key];
161
- miscNetworks.push({
162
- type: 'misc',
163
- blockchainLink: network.blockchain_link,
164
- curve: network.curve,
165
- label: network.name,
166
- name: network.name,
167
- shortcut: network.shortcut,
168
- slip44: network.slip44,
169
- support: network.support,
170
- decimals: network.decimals,
171
- ...getMiscFeeLevels(network)
172
- });
173
- });
174
- };
175
- const parseCoinsJson = json => {
176
- Object.keys(json).forEach(key => {
177
- switch (key) {
178
- case 'bitcoin':
179
- return parseBitcoinNetworksJson(json[key]);
180
- case 'eth':
181
- return parseEthereumNetworksJson(json[key]);
182
- case 'misc':
183
- return parseMiscNetworksJSON(json[key]);
184
- }
185
- });
186
- };
187
- export const getUniqueNetworks = networks => networks.reduce((result, info) => {
188
- if (!info || result.find(i => i.shortcut === info.shortcut)) return result;
189
- return result.concat(info);
190
- }, []);
191
- export const getAllNetworks = () => [...bitcoinNetworks, ...ethereumNetworks, ...miscNetworks];
192
- parseCoinsJson({
193
- ...coins,
194
- ...coinsEth
195
- });
@@ -1,8 +0,0 @@
1
- import type { FirmwareRule } from '@trezor/connect-common';
2
- import { TREZOR_USB_DESCRIPTORS } from '@trezor/transport-common';
3
- type Config = {
4
- webusb: typeof TREZOR_USB_DESCRIPTORS;
5
- supportedFirmware: Array<FirmwareRule>;
6
- };
7
- export declare const config: Config;
8
- export {};
@@ -1,273 +0,0 @@
1
- import { TREZOR_USB_DESCRIPTORS } from "@trezor/transport-common";
2
- export const config = {
3
- webusb: TREZOR_USB_DESCRIPTORS,
4
- supportedFirmware: [{
5
- coin: ['xrp', 'txrp'],
6
- methods: ['getAccountInfo'],
7
- min: {
8
- T1B1: '0',
9
- T2T1: '2.1.0'
10
- },
11
- max: undefined,
12
- comment: ["Since firmware 2.1.0 there is a new protobuf field 'destination_tag' in RippleSignTx"]
13
- }, {
14
- coin: ['eth', 'tsep', 'thod'],
15
- min: {
16
- T1B1: '1.8.0',
17
- T2T1: '2.1.0'
18
- },
19
- comment: ['There were protobuf backwards incompatible changes.']
20
- }, {
21
- coin: ['ada', 'tada'],
22
- min: {
23
- T1B1: '0',
24
- T2T1: '2.4.3'
25
- },
26
- comment: ['Since 2.4.3 there is initialize.derive_cardano message']
27
- }, {
28
- methods: ['rippleGetAddress', 'rippleSignTransaction'],
29
- min: {
30
- T1B1: '0',
31
- T2T1: '2.1.0'
32
- },
33
- comment: ["Since firmware 2.1.0 there is a new protobuf field 'destination_tag' in RippleSignTx"]
34
- }, {
35
- methods: ['cardanoGetAddress', 'cardanoGetPublicKey'],
36
- min: {
37
- T1B1: '0',
38
- T2T1: '2.4.3'
39
- },
40
- comment: ['Since 2.4.3 Cardano derivation behavior has changed']
41
- }, {
42
- methods: ['cardanoSignTransaction'],
43
- min: {
44
- T1B1: '0',
45
- T2T1: '2.6.0'
46
- },
47
- comment: ['Before 2.6.0 not all Cardano transactions were supported']
48
- }, {
49
- methods: ['cardanoGetNativeScriptHash'],
50
- min: {
51
- T1B1: '0',
52
- T2T1: '2.4.3'
53
- },
54
- comment: ['Since 2.4.3 Cardano derivation behavior has changed']
55
- }, {
56
- methods: ['tezosSignTransaction'],
57
- min: {
58
- T1B1: '0',
59
- T2T1: '2.1.8'
60
- },
61
- comment: ['Since 2.1.8 there are new protobuf fields in tezos transaction (Babylon fork)']
62
- }, {
63
- methods: ['stellarSignTransaction'],
64
- min: {
65
- T1B1: '1.9.0',
66
- T2T1: '2.3.0'
67
- },
68
- comment: ['There were protobuf backwards incompatible changes with introduction of 1.9.0/2.3.0 firmwares']
69
- }, {
70
- capabilities: ['replaceTransaction', 'amountUnit'],
71
- min: {
72
- T1B1: '1.9.4',
73
- T2T1: '2.3.5'
74
- },
75
- comment: ['new sign tx process since 1.9.4/2.3.5']
76
- }, {
77
- capabilities: ['decreaseOutput'],
78
- min: {
79
- T1B1: '1.10.0',
80
- T2T1: '2.4.0'
81
- },
82
- comment: ['allow reduce output in RBF transaction since 1.10.0/2.4.0']
83
- }, {
84
- capabilities: ['eip1559'],
85
- min: {
86
- T1B1: '1.10.4',
87
- T2T1: '2.4.2'
88
- },
89
- comment: ['new eth transaction pricing mechanism (EIP1559) since 1.10.4/2.4.2']
90
- }, {
91
- capabilities: ['taproot', 'signMessageNoScriptType'],
92
- min: {
93
- T1B1: '1.10.4',
94
- T2T1: '2.4.3'
95
- },
96
- comment: ['new btc accounts taproot since 1.10.4/2.4.3 (BTC + TEST only)', 'SignMessage with no_script_type support']
97
- }, {
98
- methods: ['ethereumSignTypedData'],
99
- min: {
100
- T1B1: '1.10.5',
101
- T2T1: '2.4.3'
102
- },
103
- comment: ['EIP-712 typed signing support added in 1.10.5/2.4.3']
104
- }, {
105
- capabilities: ['eip712-domain-only'],
106
- min: {
107
- T1B1: '1.10.6',
108
- T2T1: '2.4.4'
109
- },
110
- comment: ['EIP-712 domain-only signing, when primaryType=EIP712Domain']
111
- }, {
112
- capabilities: ['coinjoin'],
113
- methods: ['authorizeCoinjoin', 'cancelCoinjoinAuthorization', 'getOwnershipId', 'getOwnershipProof', 'setBusy', 'unlockPath'],
114
- min: {
115
- T1B1: '1.12.1',
116
- T2T1: '2.5.3'
117
- }
118
- }, {
119
- capabilities: ['tutorial'],
120
- methods: ['showDeviceTutorial'],
121
- min: {
122
- T1B1: '0',
123
- T2T1: '0',
124
- T3T1: '2.8.0'
125
- }
126
- }, {
127
- methods: ['authenticateDevice'],
128
- min: {
129
- T1B1: '0',
130
- T2T1: '0',
131
- T3T1: '2.8.0'
132
- }
133
- }, {
134
- capabilities: ['tropicDeviceAuthentication'],
135
- min: {
136
- T2B1: '0',
137
- T3B1: '0',
138
- T3T1: '0',
139
- T3W1: '2.9.3'
140
- }
141
- }, {
142
- capabilities: ['mcuDeviceAuthentication', 'authenticityProofChunk'],
143
- min: {
144
- T2B1: '0',
145
- T3B1: '0',
146
- T3T1: '0',
147
- T3W1: '2.12.1'
148
- }
149
- }, {
150
- capabilities: ['getFirmwareHash'],
151
- methods: ['getFirmwareHash'],
152
- min: {
153
- T1B1: '1.11.1',
154
- T2T1: '2.5.1'
155
- }
156
- }, {
157
- methods: ['solanaGetPublicKey', 'solanaGetAddress', 'solanaSignTransaction'],
158
- min: {
159
- T1B1: '0',
160
- T2T1: '2.6.4',
161
- T2B1: '2.6.4'
162
- }
163
- }, {
164
- capabilities: ['chunkify'],
165
- min: {
166
- T1B1: '0',
167
- T2T1: '2.6.3',
168
- T2B1: '2.6.3'
169
- },
170
- comment: ["Since firmware 2.6.3 there is a new protobuf field 'chunkify' in almost all getAddress and signTx methods"]
171
- }, {
172
- methods: ['changeLanguage'],
173
- min: {
174
- T1B1: '0',
175
- T2T1: '2.7.0',
176
- T2B1: '2.7.0'
177
- }
178
- }, {
179
- capabilities: ['entropyCheck'],
180
- min: {
181
- T1B1: '1.13.1',
182
- T2T1: '2.8.7',
183
- T2B1: '2.8.7',
184
- T3B1: '2.8.7',
185
- T3T1: '2.8.7'
186
- }
187
- }, {
188
- capabilities: ['evmApproval'],
189
- min: {
190
- T1B1: '0',
191
- T2T1: '2.9.0',
192
- T2B1: '2.9.0',
193
- T3B1: '2.9.0',
194
- T3T1: '2.9.0'
195
- },
196
- comment: ['EVM approval flow for ERC20 tokens, introduced in firmware 2.9.0']
197
- }, {
198
- capabilities: ['slip24'],
199
- methods: ['getNonce'],
200
- min: {
201
- T1B1: '0',
202
- T2T1: '2.9.1',
203
- T2B1: '2.9.1',
204
- T3B1: '2.9.1',
205
- T3T1: '2.9.1'
206
- },
207
- comment: ['Since firmware 2.9.1 SLIP-24 is supported']
208
- }, {
209
- methods: ['cardanoSignMessage'],
210
- min: {
211
- T1B1: '0',
212
- T2T1: '2.9.1',
213
- T2B1: '2.9.1',
214
- T3B1: '2.9.1',
215
- T3T1: '2.9.1'
216
- },
217
- comment: ['Cardano SignMessage call added in 2.9.1']
218
- }, {
219
- methods: ['nostrGetPublicKey', 'nostrSignEvent'],
220
- firmwareType: 'production',
221
- min: {
222
- T1B1: '0',
223
- T2T1: '0',
224
- T2B1: '0',
225
- T3B1: '0',
226
- T3T1: '0',
227
- T3W1: '0'
228
- },
229
- comment: ['Nostr is only available on debug / unsigned firmware builds.', 'On production firmware the method is rejected as FIRMWARE_NOT_SUPPORTED.']
230
- }, {
231
- capabilities: ['evolu'],
232
- methods: ['evoluGetNode', 'evoluSignRegistrationRequest', 'evoluGetDelegatedIdentityKey'],
233
- min: {
234
- T1B1: '0',
235
- T2T1: '0',
236
- T2B1: '2.11.0',
237
- T3B1: '2.11.0',
238
- T3T1: '2.11.0',
239
- T3W1: '2.11.0'
240
- }
241
- }, {
242
- capabilities: ['monero'],
243
- methods: ['moneroGetAddress', 'moneroGetWatchKey', 'moneroKeyImageSync', 'moneroSignTransaction'],
244
- min: {
245
- T1B1: '0',
246
- T2T1: '2.5.3',
247
- T2B1: '2.5.3'
248
- }
249
- }, {
250
- capabilities: ['telemetry'],
251
- methods: ['telemetryGet'],
252
- min: {
253
- T1B1: '0',
254
- T2T1: '0',
255
- T2B1: '0',
256
- T3B1: '0',
257
- T3T1: '0',
258
- T3W1: '2.11.0'
259
- },
260
- comment: ['Supported since 2.11.0, only on T3W1']
261
- }, {
262
- capabilities: ['evmClearSigning'],
263
- min: {
264
- T1B1: '0',
265
- T2T1: '2.12.1',
266
- T2B1: '2.12.1',
267
- T3B1: '2.12.1',
268
- T3T1: '2.12.1',
269
- T3W1: '2.12.1'
270
- },
271
- comment: ['Ethereum clear signing for known contracts/function selectors since 2.12.1']
272
- }]
273
- };
@@ -1,18 +0,0 @@
1
- import type { FeeInfo, FeeLevel } from '@trezor/connect-common/lib/types/fees';
2
- export declare const DEFAULT_BITCOIN_LONGTERM_FEE_RATE = "1";
3
- interface CoinsJsonData {
4
- shortcut: string;
5
- blocktime_seconds: number;
6
- default_fee_b: Record<'High' | 'Normal' | 'Economy' | 'Low', number>;
7
- maxfee_kb: number;
8
- minfee_kb: number;
9
- dust_limit: number;
10
- chain: string;
11
- }
12
- export type FeeInfoWithLevels = FeeInfo & {
13
- defaultFees: FeeLevel[];
14
- };
15
- export declare const getBitcoinFeeLevels: (coin: CoinsJsonData) => FeeInfoWithLevels;
16
- export declare const getEthereumFeeLevels: (network: CoinsJsonData) => FeeInfoWithLevels;
17
- export declare const getMiscFeeLevels: (data: CoinsJsonData) => FeeInfoWithLevels;
18
- export {};
@@ -1,200 +0,0 @@
1
- import { BigNumber, typedObjectKeys } from "@trezor/utils";
2
- const BLOCKS_FOR_FEE_LEVEL = {
3
- btc: {
4
- high: 1,
5
- normal: 3,
6
- economy: 6,
7
- low: 36
8
- }
9
- };
10
- const DEFAULT_BLOCK_FOR_FEE_LEVEL = 1;
11
- const getDefaultBlocksForFeeLevel = (shortcut, label) => BLOCKS_FOR_FEE_LEVEL[shortcut]?.[label] ? BLOCKS_FOR_FEE_LEVEL[shortcut][label] : DEFAULT_BLOCK_FOR_FEE_LEVEL;
12
- export const DEFAULT_BITCOIN_LONGTERM_FEE_RATE = '1';
13
- const EVM_GAS_PRICE_PER_CHAIN_IN_GWEI = {
14
- eth: {
15
- min: 0.001,
16
- max: 10000,
17
- defaultGas: 3,
18
- minPriorityFee: 0
19
- },
20
- pol: {
21
- min: 0.1,
22
- max: 10000000,
23
- defaultGas: 200,
24
- minPriorityFee: 30
25
- },
26
- bsc: {
27
- min: 0.001,
28
- max: 100000,
29
- defaultGas: 1,
30
- minPriorityFee: 0
31
- },
32
- base: {
33
- min: 0.0000001,
34
- max: 1000,
35
- defaultGas: 0.01,
36
- minPriorityFee: 0
37
- },
38
- arb: {
39
- min: 0.001,
40
- max: 1000,
41
- defaultGas: 0.01,
42
- minPriorityFee: 0
43
- },
44
- op: {
45
- min: 0.000000001,
46
- max: 1000,
47
- defaultGas: 0.01,
48
- minPriorityFee: 0
49
- },
50
- rhc: {
51
- min: 0.001,
52
- max: 1000,
53
- defaultGas: 0.1,
54
- minPriorityFee: 0
55
- },
56
- hype: {
57
- min: 0.001,
58
- max: 1000,
59
- defaultGas: 0.1,
60
- minPriorityFee: 0
61
- }
62
- };
63
- const getEvmChainGweiGasPrice = chain => EVM_GAS_PRICE_PER_CHAIN_IN_GWEI[chain] ?? {
64
- min: 0.000000001,
65
- max: 10000,
66
- defaultGas: 1,
67
- minPriorityFee: 0
68
- };
69
- export const getBitcoinFeeLevels = coin => {
70
- const defaultFees = coin.default_fee_b;
71
- const shortcut = coin.shortcut.toLowerCase();
72
- const keys = typedObjectKeys(defaultFees);
73
- const levels = keys.sort((levelA, levelB) => defaultFees[levelB] - defaultFees[levelA]).map(level => {
74
- const label = level.toLowerCase();
75
- return {
76
- label,
77
- feePerUnit: defaultFees[level].toString(),
78
- blocks: getDefaultBlocksForFeeLevel(shortcut, label)
79
- };
80
- });
81
- const minFee = coin.shortcut === 'BTC' ? coin.minfee_kb / 1000 : Math.round(coin.minfee_kb / 1000);
82
- return {
83
- blockTime: Math.max(1, Math.round(coin.blocktime_seconds / 60)),
84
- dustLimit: coin.dust_limit,
85
- maxFee: Math.round(coin.maxfee_kb / 1000),
86
- minFee,
87
- minPriorityFee: -1,
88
- defaultFees: levels
89
- };
90
- };
91
- export const getEthereumFeeLevels = network => {
92
- const {
93
- min,
94
- max,
95
- defaultGas,
96
- minPriorityFee
97
- } = getEvmChainGweiGasPrice(network.chain);
98
- return {
99
- blockTime: Math.max(0.1, Math.round(network.blocktime_seconds)),
100
- defaultFees: [{
101
- label: 'normal',
102
- feePerUnit: new BigNumber(defaultGas).multipliedBy('1e+9').toString(),
103
- feeLimit: '21000',
104
- blocks: -1
105
- }],
106
- minFee: min,
107
- maxFee: max,
108
- minPriorityFee,
109
- dustLimit: -1
110
- };
111
- };
112
- const RIPPLE_FEE_INFO = {
113
- blockTime: -1,
114
- defaultFees: [{
115
- label: 'normal',
116
- feePerUnit: '12',
117
- blocks: -1
118
- }],
119
- minFee: 10,
120
- maxFee: 10000,
121
- minPriorityFee: -1,
122
- dustLimit: -1
123
- };
124
- const CARDANO_FEE_INFO = {
125
- blockTime: -1,
126
- defaultFees: [{
127
- label: 'normal',
128
- feePerUnit: '44',
129
- blocks: -1
130
- }],
131
- minFee: 44,
132
- maxFee: 16384 * 44 + 155381,
133
- minPriorityFee: -1,
134
- dustLimit: -1
135
- };
136
- const SOLANA_FEE_INFO = {
137
- blockTime: -1,
138
- defaultFees: [{
139
- label: 'normal',
140
- feePerUnit: '100000',
141
- feeLimit: '200000',
142
- feePerTx: '25000',
143
- blocks: -1
144
- }],
145
- minFee: 5000,
146
- maxFee: 1000000000,
147
- minPriorityFee: -1,
148
- dustLimit: -1
149
- };
150
- const STELLAR_FEE_INFO = {
151
- blockTime: -1,
152
- defaultFees: [{
153
- label: 'normal',
154
- feePerUnit: '100',
155
- blocks: -1
156
- }],
157
- minFee: 100,
158
- maxFee: 10000000,
159
- minPriorityFee: -1,
160
- dustLimit: -1
161
- };
162
- const TRON_FEE_INFO = {
163
- blockTime: 3,
164
- defaultFees: [{
165
- label: 'normal',
166
- feePerUnit: '-1',
167
- blocks: -1
168
- }],
169
- minFee: -1,
170
- maxFee: -1,
171
- minPriorityFee: -1,
172
- dustLimit: -1
173
- };
174
- const MISC_FEE_LEVELS = {
175
- xrp: RIPPLE_FEE_INFO,
176
- txrp: RIPPLE_FEE_INFO,
177
- ada: CARDANO_FEE_INFO,
178
- tada: CARDANO_FEE_INFO,
179
- sol: SOLANA_FEE_INFO,
180
- dsol: SOLANA_FEE_INFO,
181
- xlm: STELLAR_FEE_INFO,
182
- txlm: STELLAR_FEE_INFO,
183
- trx: TRON_FEE_INFO,
184
- ttrx: TRON_FEE_INFO
185
- };
186
- export const getMiscFeeLevels = data => {
187
- const shortcut = data.shortcut.toLowerCase();
188
- return MISC_FEE_LEVELS[shortcut] || {
189
- blockTime: -1,
190
- minFee: -1,
191
- maxFee: -1,
192
- defaultFees: [{
193
- label: 'normal',
194
- feePerUnit: '-1',
195
- blocks: -1
196
- }],
197
- minPriorityFee: -1,
198
- dustLimit: -1
199
- };
200
- };
@@ -1,5 +0,0 @@
1
- import { type EnabledNetwork } from '@trezor/connect-common';
2
- export declare const get: () => EnabledNetwork[];
3
- export declare const has: (coin: string) => boolean;
4
- export declare const set: (next: unknown) => void;
5
- export declare const add: (extra: unknown) => void;