@ledgerhq/live-common 27.0.0 → 27.0.1-next.0

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 (405) hide show
  1. package/lib/__tests__/families/bitcoin/wallet-btc/xpub.syncing.integration.test.js +2 -2
  2. package/lib/__tests__/test-helpers/environment.d.ts +2 -0
  3. package/lib/__tests__/test-helpers/environment.d.ts.map +1 -0
  4. package/lib/__tests__/test-helpers/environment.js +107 -0
  5. package/lib/__tests__/test-helpers/environment.js.map +1 -0
  6. package/lib/__tests__/test-helpers/setup.d.ts +1 -1
  7. package/lib/__tests__/test-helpers/setup.d.ts.map +1 -1
  8. package/lib/__tests__/test-helpers/setup.js +1 -101
  9. package/lib/__tests__/test-helpers/setup.js.map +1 -1
  10. package/lib/account/serialization.d.ts.map +1 -1
  11. package/lib/account/serialization.js +83 -40
  12. package/lib/account/serialization.js.map +1 -1
  13. package/lib/bot/bot-test-context.d.ts +3 -0
  14. package/lib/bot/bot-test-context.d.ts.map +1 -0
  15. package/lib/bot/bot-test-context.js +26 -0
  16. package/lib/bot/bot-test-context.js.map +1 -0
  17. package/lib/bot/bot-test-context.test.d.ts +2 -0
  18. package/lib/bot/bot-test-context.test.d.ts.map +1 -0
  19. package/lib/bot/bot-test-context.test.js +41 -0
  20. package/lib/bot/bot-test-context.test.js.map +1 -0
  21. package/lib/bot/cli.d.ts +2 -0
  22. package/lib/bot/cli.d.ts.map +1 -0
  23. package/lib/bot/cli.js +14 -0
  24. package/lib/bot/cli.js.map +1 -0
  25. package/lib/bot/engine.d.ts +5 -5
  26. package/lib/bot/engine.d.ts.map +1 -1
  27. package/lib/bot/engine.js +161 -112
  28. package/lib/bot/engine.js.map +1 -1
  29. package/lib/bot/formatters.d.ts +2 -2
  30. package/lib/bot/formatters.d.ts.map +1 -1
  31. package/lib/bot/formatters.js +41 -15
  32. package/lib/bot/formatters.js.map +1 -1
  33. package/lib/bot/index.d.ts +1 -1
  34. package/lib/bot/index.d.ts.map +1 -1
  35. package/lib/bot/index.js +90 -15
  36. package/lib/bot/index.js.map +1 -1
  37. package/lib/bot/specs.d.ts +2 -1
  38. package/lib/bot/specs.d.ts.map +1 -1
  39. package/lib/bot/specs.js +13 -9
  40. package/lib/bot/specs.js.map +1 -1
  41. package/lib/bot/types.d.ts +5 -2
  42. package/lib/bot/types.d.ts.map +1 -1
  43. package/lib/countervalues/logic.integration.test.js +65 -0
  44. package/lib/countervalues/logic.integration.test.js.map +1 -1
  45. package/lib/countervalues/modules/weth.d.ts.map +1 -1
  46. package/lib/countervalues/modules/weth.js +5 -10
  47. package/lib/countervalues/modules/weth.js.map +1 -1
  48. package/lib/currencies/sortByMarketcap.d.ts +0 -2
  49. package/lib/currencies/sortByMarketcap.d.ts.map +1 -1
  50. package/lib/currencies/sortByMarketcap.js +3 -17
  51. package/lib/currencies/sortByMarketcap.js.map +1 -1
  52. package/lib/currencies/sortByMarketcap.test.js +0 -5
  53. package/lib/currencies/sortByMarketcap.test.js.map +1 -1
  54. package/lib/env.js +1 -1
  55. package/lib/families/algorand/specs.d.ts.map +1 -1
  56. package/lib/families/algorand/specs.js +18 -10
  57. package/lib/families/algorand/specs.js.map +1 -1
  58. package/lib/families/algorand/speculos-deviceActions.d.ts +1 -4
  59. package/lib/families/algorand/speculos-deviceActions.d.ts.map +1 -1
  60. package/lib/families/algorand/speculos-deviceActions.js +25 -8
  61. package/lib/families/algorand/speculos-deviceActions.js.map +1 -1
  62. package/lib/families/bitcoin/bridge/mock.d.ts.map +1 -1
  63. package/lib/families/bitcoin/bridge/mock.js +6 -1
  64. package/lib/families/bitcoin/bridge/mock.js.map +1 -1
  65. package/lib/families/bitcoin/datasets/bitcoin_cash.d.ts.map +1 -1
  66. package/lib/families/bitcoin/datasets/bitcoin_cash.js +1 -1
  67. package/lib/families/bitcoin/datasets/bitcoin_cash.js.map +1 -1
  68. package/lib/families/bitcoin/datasets/dash.d.ts.map +1 -1
  69. package/lib/families/bitcoin/datasets/dash.js +1 -1
  70. package/lib/families/bitcoin/datasets/dash.js.map +1 -1
  71. package/lib/families/bitcoin/datasets/decred.d.ts.map +1 -1
  72. package/lib/families/bitcoin/datasets/decred.js +1 -1
  73. package/lib/families/bitcoin/datasets/decred.js.map +1 -1
  74. package/lib/families/bitcoin/datasets/digibyte.d.ts.map +1 -1
  75. package/lib/families/bitcoin/datasets/digibyte.js +8 -2
  76. package/lib/families/bitcoin/datasets/digibyte.js.map +1 -1
  77. package/lib/families/bitcoin/datasets/dogecoin.d.ts.map +1 -1
  78. package/lib/families/bitcoin/datasets/dogecoin.js +1 -1
  79. package/lib/families/bitcoin/datasets/dogecoin.js.map +1 -1
  80. package/lib/families/bitcoin/datasets/komodo.js +1 -1
  81. package/lib/families/bitcoin/datasets/komodo.js.map +1 -1
  82. package/lib/families/bitcoin/datasets/litecoin.d.ts.map +1 -1
  83. package/lib/families/bitcoin/datasets/litecoin.js +8 -2
  84. package/lib/families/bitcoin/datasets/litecoin.js.map +1 -1
  85. package/lib/families/bitcoin/datasets/peercoin.js +1 -1
  86. package/lib/families/bitcoin/datasets/peercoin.js.map +1 -1
  87. package/lib/families/bitcoin/datasets/pivx.js +1 -1
  88. package/lib/families/bitcoin/datasets/pivx.js.map +1 -1
  89. package/lib/families/bitcoin/datasets/qtum.js +1 -1
  90. package/lib/families/bitcoin/datasets/qtum.js.map +1 -1
  91. package/lib/families/bitcoin/datasets/stakenet.d.ts.map +1 -1
  92. package/lib/families/bitcoin/datasets/stakenet.js +1 -1
  93. package/lib/families/bitcoin/datasets/stakenet.js.map +1 -1
  94. package/lib/families/bitcoin/datasets/vertcoin.d.ts.map +1 -1
  95. package/lib/families/bitcoin/datasets/vertcoin.js +1 -1
  96. package/lib/families/bitcoin/datasets/vertcoin.js.map +1 -1
  97. package/lib/families/bitcoin/datasets/viacoin.d.ts.map +1 -1
  98. package/lib/families/bitcoin/datasets/viacoin.js +1 -1
  99. package/lib/families/bitcoin/datasets/viacoin.js.map +1 -1
  100. package/lib/families/bitcoin/datasets/zcash.d.ts.map +1 -1
  101. package/lib/families/bitcoin/datasets/zcash.js +1 -1
  102. package/lib/families/bitcoin/datasets/zcash.js.map +1 -1
  103. package/lib/families/bitcoin/datasets/zencash.d.ts.map +1 -1
  104. package/lib/families/bitcoin/datasets/zencash.js +1 -1
  105. package/lib/families/bitcoin/datasets/zencash.js.map +1 -1
  106. package/lib/families/bitcoin/platformAdapter.test.d.ts +2 -0
  107. package/lib/families/bitcoin/platformAdapter.test.d.ts.map +1 -0
  108. package/lib/families/bitcoin/platformAdapter.test.js +48 -0
  109. package/lib/families/bitcoin/platformAdapter.test.js.map +1 -0
  110. package/lib/families/bitcoin/specs.d.ts.map +1 -1
  111. package/lib/families/bitcoin/specs.js +62 -24
  112. package/lib/families/bitcoin/specs.js.map +1 -1
  113. package/lib/families/bitcoin/speculos-deviceActions.d.ts +1 -4
  114. package/lib/families/bitcoin/speculos-deviceActions.d.ts.map +1 -1
  115. package/lib/families/bitcoin/speculos-deviceActions.js +2 -4
  116. package/lib/families/bitcoin/speculos-deviceActions.js.map +1 -1
  117. package/lib/families/cardano/js-estimateMaxSpendable.js +1 -1
  118. package/lib/families/cardano/js-estimateMaxSpendable.js.map +1 -1
  119. package/lib/families/cardano/specs.d.ts.map +1 -1
  120. package/lib/families/cardano/specs.js +19 -8
  121. package/lib/families/cardano/specs.js.map +1 -1
  122. package/lib/families/cardano/speculos-deviceActions.d.ts +1 -4
  123. package/lib/families/cardano/speculos-deviceActions.d.ts.map +1 -1
  124. package/lib/families/cardano/speculos-deviceActions.js +2 -2
  125. package/lib/families/cardano/speculos-deviceActions.js.map +1 -1
  126. package/lib/families/celo/specs.d.ts.map +1 -1
  127. package/lib/families/celo/specs.js +2 -0
  128. package/lib/families/celo/specs.js.map +1 -1
  129. package/lib/families/celo/speculos-deviceActions.d.ts +1 -4
  130. package/lib/families/celo/speculos-deviceActions.d.ts.map +1 -1
  131. package/lib/families/celo/speculos-deviceActions.js +2 -4
  132. package/lib/families/celo/speculos-deviceActions.js.map +1 -1
  133. package/lib/families/cosmos/specs.d.ts.map +1 -1
  134. package/lib/families/cosmos/specs.js +41 -25
  135. package/lib/families/cosmos/specs.js.map +1 -1
  136. package/lib/families/cosmos/speculos-deviceActions.d.ts +1 -4
  137. package/lib/families/cosmos/speculos-deviceActions.d.ts.map +1 -1
  138. package/lib/families/cosmos/speculos-deviceActions.js +2 -4
  139. package/lib/families/cosmos/speculos-deviceActions.js.map +1 -1
  140. package/lib/families/crypto_org/specs.d.ts.map +1 -1
  141. package/lib/families/crypto_org/specs.js +3 -0
  142. package/lib/families/crypto_org/specs.js.map +1 -1
  143. package/lib/families/crypto_org/speculos-deviceActions.d.ts +1 -4
  144. package/lib/families/crypto_org/speculos-deviceActions.d.ts.map +1 -1
  145. package/lib/families/crypto_org/speculos-deviceActions.js +2 -2
  146. package/lib/families/crypto_org/speculos-deviceActions.js.map +1 -1
  147. package/lib/families/elrond/specs.d.ts.map +1 -1
  148. package/lib/families/elrond/specs.js +15 -2
  149. package/lib/families/elrond/specs.js.map +1 -1
  150. package/lib/families/elrond/speculos-deviceActions.d.ts +1 -4
  151. package/lib/families/elrond/speculos-deviceActions.d.ts.map +1 -1
  152. package/lib/families/elrond/speculos-deviceActions.js +2 -4
  153. package/lib/families/elrond/speculos-deviceActions.js.map +1 -1
  154. package/lib/families/ethereum/platformAdapter.test.d.ts +2 -0
  155. package/lib/families/ethereum/platformAdapter.test.d.ts.map +1 -0
  156. package/lib/families/ethereum/platformAdapter.test.js +88 -0
  157. package/lib/families/ethereum/platformAdapter.test.js.map +1 -0
  158. package/lib/families/ethereum/specs.d.ts.map +1 -1
  159. package/lib/families/ethereum/specs.js +36 -12
  160. package/lib/families/ethereum/specs.js.map +1 -1
  161. package/lib/families/ethereum/speculos-deviceActions.d.ts +1 -4
  162. package/lib/families/ethereum/speculos-deviceActions.d.ts.map +1 -1
  163. package/lib/families/ethereum/speculos-deviceActions.js +2 -4
  164. package/lib/families/ethereum/speculos-deviceActions.js.map +1 -1
  165. package/lib/families/filecoin/specs.d.ts.map +1 -1
  166. package/lib/families/filecoin/specs.js +2 -0
  167. package/lib/families/filecoin/specs.js.map +1 -1
  168. package/lib/families/filecoin/speculos-deviceActions.d.ts +1 -4
  169. package/lib/families/filecoin/speculos-deviceActions.d.ts.map +1 -1
  170. package/lib/families/filecoin/speculos-deviceActions.js +2 -2
  171. package/lib/families/filecoin/speculos-deviceActions.js.map +1 -1
  172. package/lib/families/hedera/specs.d.ts.map +1 -1
  173. package/lib/families/hedera/specs.js +11 -3
  174. package/lib/families/hedera/specs.js.map +1 -1
  175. package/lib/families/hedera/speculos-deviceActions.d.ts +1 -4
  176. package/lib/families/hedera/speculos-deviceActions.d.ts.map +1 -1
  177. package/lib/families/hedera/speculos-deviceActions.js +4 -4
  178. package/lib/families/hedera/speculos-deviceActions.js.map +1 -1
  179. package/lib/families/osmosis/specs.d.ts.map +1 -1
  180. package/lib/families/osmosis/specs.js +13 -5
  181. package/lib/families/osmosis/specs.js.map +1 -1
  182. package/lib/families/osmosis/speculos-deviceActions.d.ts +1 -4
  183. package/lib/families/osmosis/speculos-deviceActions.d.ts.map +1 -1
  184. package/lib/families/osmosis/speculos-deviceActions.js +2 -4
  185. package/lib/families/osmosis/speculos-deviceActions.js.map +1 -1
  186. package/lib/families/polkadot/platformAdapter.test.d.ts +2 -0
  187. package/lib/families/polkadot/platformAdapter.test.d.ts.map +1 -0
  188. package/lib/families/polkadot/platformAdapter.test.js +51 -0
  189. package/lib/families/polkadot/platformAdapter.test.js.map +1 -0
  190. package/lib/families/polkadot/specs.d.ts.map +1 -1
  191. package/lib/families/polkadot/specs.js +12 -1
  192. package/lib/families/polkadot/specs.js.map +1 -1
  193. package/lib/families/polkadot/speculos-deviceActions.d.ts +1 -4
  194. package/lib/families/polkadot/speculos-deviceActions.d.ts.map +1 -1
  195. package/lib/families/polkadot/speculos-deviceActions.js +2 -4
  196. package/lib/families/polkadot/speculos-deviceActions.js.map +1 -1
  197. package/lib/families/ripple/platformAdapter.test.d.ts +2 -0
  198. package/lib/families/ripple/platformAdapter.test.d.ts.map +1 -0
  199. package/lib/families/ripple/platformAdapter.test.js +51 -0
  200. package/lib/families/ripple/platformAdapter.test.js.map +1 -0
  201. package/lib/families/ripple/specs.d.ts.map +1 -1
  202. package/lib/families/ripple/specs.js +9 -4
  203. package/lib/families/ripple/specs.js.map +1 -1
  204. package/lib/families/ripple/speculos-deviceActions.d.ts +1 -4
  205. package/lib/families/ripple/speculos-deviceActions.d.ts.map +1 -1
  206. package/lib/families/ripple/speculos-deviceActions.js +2 -4
  207. package/lib/families/ripple/speculos-deviceActions.js.map +1 -1
  208. package/lib/families/solana/specs.d.ts.map +1 -1
  209. package/lib/families/solana/specs.js +29 -11
  210. package/lib/families/solana/specs.js.map +1 -1
  211. package/lib/families/solana/speculos-deviceActions.d.ts +0 -5
  212. package/lib/families/solana/speculos-deviceActions.d.ts.map +1 -1
  213. package/lib/families/solana/speculos-deviceActions.js +0 -4
  214. package/lib/families/solana/speculos-deviceActions.js.map +1 -1
  215. package/lib/families/stellar/api/horizon.d.ts.map +1 -1
  216. package/lib/families/stellar/api/horizon.js +15 -10
  217. package/lib/families/stellar/api/horizon.js.map +1 -1
  218. package/lib/families/stellar/specs.d.ts.map +1 -1
  219. package/lib/families/stellar/specs.js +30 -12
  220. package/lib/families/stellar/specs.js.map +1 -1
  221. package/lib/families/stellar/speculos-deviceActions.d.ts +1 -4
  222. package/lib/families/stellar/speculos-deviceActions.d.ts.map +1 -1
  223. package/lib/families/stellar/speculos-deviceActions.js +2 -4
  224. package/lib/families/stellar/speculos-deviceActions.js.map +1 -1
  225. package/lib/families/tezos/bakers.whitelist-default.d.ts.map +1 -1
  226. package/lib/families/tezos/bakers.whitelist-default.js +1 -1
  227. package/lib/families/tezos/bakers.whitelist-default.js.map +1 -1
  228. package/lib/families/tezos/specs.d.ts.map +1 -1
  229. package/lib/families/tezos/specs.js +2 -0
  230. package/lib/families/tezos/specs.js.map +1 -1
  231. package/lib/families/tezos/speculos-deviceActions.d.ts +1 -4
  232. package/lib/families/tezos/speculos-deviceActions.d.ts.map +1 -1
  233. package/lib/families/tezos/speculos-deviceActions.js +2 -2
  234. package/lib/families/tezos/speculos-deviceActions.js.map +1 -1
  235. package/lib/families/tron/specs.d.ts.map +1 -1
  236. package/lib/families/tron/specs.js +49 -17
  237. package/lib/families/tron/specs.js.map +1 -1
  238. package/lib/families/tron/speculos-deviceActions.d.ts +1 -4
  239. package/lib/families/tron/speculos-deviceActions.d.ts.map +1 -1
  240. package/lib/families/tron/speculos-deviceActions.js +2 -4
  241. package/lib/families/tron/speculos-deviceActions.js.map +1 -1
  242. package/lib/hw/getGenuineCheckFromDeviceId.d.ts +22 -0
  243. package/lib/hw/getGenuineCheckFromDeviceId.d.ts.map +1 -0
  244. package/lib/hw/getGenuineCheckFromDeviceId.js +49 -0
  245. package/lib/hw/getGenuineCheckFromDeviceId.js.map +1 -0
  246. package/lib/hw/getGenuineCheckFromDeviceId.test.d.ts +2 -0
  247. package/lib/hw/getGenuineCheckFromDeviceId.test.d.ts.map +1 -0
  248. package/lib/hw/getGenuineCheckFromDeviceId.test.js +84 -0
  249. package/lib/hw/getGenuineCheckFromDeviceId.test.js.map +1 -0
  250. package/lib/hw/getLatestAvailableFirmwareFromDeviceId.d.ts +17 -0
  251. package/lib/hw/getLatestAvailableFirmwareFromDeviceId.d.ts.map +1 -0
  252. package/lib/hw/getLatestAvailableFirmwareFromDeviceId.js +27 -0
  253. package/lib/hw/getLatestAvailableFirmwareFromDeviceId.js.map +1 -0
  254. package/lib/hw/hooks/useGenuineCheck.d.ts +34 -0
  255. package/lib/hw/hooks/useGenuineCheck.d.ts.map +1 -0
  256. package/lib/hw/hooks/useGenuineCheck.js +115 -0
  257. package/lib/hw/hooks/useGenuineCheck.js.map +1 -0
  258. package/lib/hw/hooks/useGenuineCheck.test.d.ts +2 -0
  259. package/lib/hw/hooks/useGenuineCheck.test.d.ts.map +1 -0
  260. package/lib/hw/hooks/useGenuineCheck.test.js +316 -0
  261. package/lib/hw/hooks/useGenuineCheck.test.js.map +1 -0
  262. package/lib/hw/hooks/useGetLatestAvailableFirmware.d.ts +29 -0
  263. package/lib/hw/hooks/useGetLatestAvailableFirmware.d.ts.map +1 -0
  264. package/lib/hw/hooks/useGetLatestAvailableFirmware.js +72 -0
  265. package/lib/hw/hooks/useGetLatestAvailableFirmware.js.map +1 -0
  266. package/lib/hw/hooks/useGetLatestAvailableFirmware.test.d.ts +2 -0
  267. package/lib/hw/hooks/useGetLatestAvailableFirmware.test.d.ts.map +1 -0
  268. package/lib/hw/hooks/useGetLatestAvailableFirmware.test.js +155 -0
  269. package/lib/hw/hooks/useGetLatestAvailableFirmware.test.js.map +1 -0
  270. package/lib/load/speculos.d.ts +1 -0
  271. package/lib/load/speculos.d.ts.map +1 -1
  272. package/lib/load/speculos.js +2 -1
  273. package/lib/load/speculos.js.map +1 -1
  274. package/lib/mock/fixtures/cryptoCurrencies.d.ts +5 -0
  275. package/lib/mock/fixtures/cryptoCurrencies.d.ts.map +1 -0
  276. package/lib/mock/fixtures/cryptoCurrencies.js +91 -0
  277. package/lib/mock/fixtures/cryptoCurrencies.js.map +1 -0
  278. package/lib/platform/converters.test.js +44 -218
  279. package/lib/platform/converters.test.js.map +1 -1
  280. package/lib/platform/logic.d.ts +44 -0
  281. package/lib/platform/logic.d.ts.map +1 -1
  282. package/lib/platform/logic.js +147 -1
  283. package/lib/platform/logic.js.map +1 -1
  284. package/lib/platform/logic.test.d.ts +2 -0
  285. package/lib/platform/logic.test.d.ts.map +1 -0
  286. package/lib/platform/logic.test.js +903 -0
  287. package/lib/platform/logic.test.js.map +1 -0
  288. package/lib/platform/react.d.ts +6 -0
  289. package/lib/platform/react.d.ts.map +1 -1
  290. package/lib/platform/react.js +6 -0
  291. package/lib/platform/react.js.map +1 -1
  292. package/lib/platform/tracking.d.ts +1 -1
  293. package/lib/platform/tracking.d.ts.map +1 -1
  294. package/lib/platform/tracking.test.js +14 -41
  295. package/lib/platform/tracking.test.js.map +1 -1
  296. package/lib/reconciliation.d.ts.map +1 -1
  297. package/lib/reconciliation.js +28 -10
  298. package/lib/reconciliation.js.map +1 -1
  299. package/package.json +5 -6
  300. package/src/__tests__/families/bitcoin/wallet-btc/xpub.syncing.integration.test.ts +2 -2
  301. package/src/__tests__/test-helpers/environment.ts +91 -0
  302. package/src/__tests__/test-helpers/setup.ts +2 -91
  303. package/src/account/serialization.ts +103 -64
  304. package/src/bot/bot-test-context.test.ts +37 -0
  305. package/src/bot/bot-test-context.ts +24 -0
  306. package/src/bot/cli.ts +18 -0
  307. package/src/bot/engine.ts +109 -73
  308. package/src/bot/formatters.ts +40 -14
  309. package/src/bot/index.ts +124 -18
  310. package/src/bot/specs.ts +10 -5
  311. package/src/bot/types.ts +7 -3
  312. package/src/countervalues/logic.integration.test.ts +50 -0
  313. package/src/countervalues/modules/weth.ts +9 -12
  314. package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +59 -1
  315. package/src/currencies/sortByMarketcap.test.ts +1 -12
  316. package/src/currencies/sortByMarketcap.ts +2 -22
  317. package/src/env.ts +1 -1
  318. package/src/families/algorand/__snapshots__/bridge.integration.test.ts.snap +733 -8
  319. package/src/families/algorand/specs.ts +26 -16
  320. package/src/families/algorand/speculos-deviceActions.ts +31 -10
  321. package/src/families/bitcoin/__snapshots__/bridge.integration.test.ts.snap +43309 -7957
  322. package/src/families/bitcoin/bridge/mock.ts +7 -1
  323. package/src/families/bitcoin/datasets/bitcoin_cash.ts +73 -13
  324. package/src/families/bitcoin/datasets/dash.ts +29 -17
  325. package/src/families/bitcoin/datasets/decred.ts +42 -12
  326. package/src/families/bitcoin/datasets/digibyte.ts +9 -3
  327. package/src/families/bitcoin/datasets/dogecoin.ts +29 -17
  328. package/src/families/bitcoin/datasets/komodo.ts +22 -22
  329. package/src/families/bitcoin/datasets/litecoin.ts +9 -3
  330. package/src/families/bitcoin/datasets/peercoin.ts +17 -17
  331. package/src/families/bitcoin/datasets/pivx.ts +17 -17
  332. package/src/families/bitcoin/datasets/qtum.ts +40 -40
  333. package/src/families/bitcoin/datasets/stakenet.ts +56 -26
  334. package/src/families/bitcoin/datasets/vertcoin.ts +43 -55
  335. package/src/families/bitcoin/datasets/viacoin.ts +35 -23
  336. package/src/families/bitcoin/datasets/zcash.ts +78 -12
  337. package/src/families/bitcoin/datasets/zencash.ts +56 -10
  338. package/src/families/bitcoin/platformAdapter.test.ts +58 -0
  339. package/src/families/bitcoin/specs.ts +81 -41
  340. package/src/families/bitcoin/speculos-deviceActions.ts +68 -69
  341. package/src/families/cardano/js-estimateMaxSpendable.ts +1 -1
  342. package/src/families/cardano/specs.ts +28 -11
  343. package/src/families/cardano/speculos-deviceActions.ts +65 -66
  344. package/src/families/celo/specs.ts +2 -0
  345. package/src/families/celo/speculos-deviceActions.ts +42 -43
  346. package/src/families/cosmos/__snapshots__/bridge.integration.test.ts.snap +246 -5
  347. package/src/families/cosmos/specs.ts +44 -28
  348. package/src/families/cosmos/speculos-deviceActions.ts +82 -83
  349. package/src/families/crypto_org/specs.ts +3 -0
  350. package/src/families/crypto_org/speculos-deviceActions.ts +58 -59
  351. package/src/families/elrond/specs.ts +21 -4
  352. package/src/families/elrond/speculos-deviceActions.ts +41 -42
  353. package/src/families/ethereum/__snapshots__/bridge.integration.test.ts.snap +90 -90
  354. package/src/families/ethereum/platformAdapter.test.ts +112 -0
  355. package/src/families/ethereum/specs.ts +47 -23
  356. package/src/families/ethereum/speculos-deviceActions.ts +93 -95
  357. package/src/families/filecoin/specs.ts +2 -1
  358. package/src/families/filecoin/speculos-deviceActions.ts +61 -62
  359. package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +57 -2
  360. package/src/families/hedera/specs.ts +13 -5
  361. package/src/families/hedera/speculos-deviceActions.ts +59 -60
  362. package/src/families/osmosis/specs.ts +15 -7
  363. package/src/families/osmosis/speculos-deviceActions.ts +82 -83
  364. package/src/families/polkadot/platformAdapter.test.ts +61 -0
  365. package/src/families/polkadot/specs.ts +20 -2
  366. package/src/families/polkadot/speculos-deviceActions.ts +83 -82
  367. package/src/families/ripple/platformAdapter.test.ts +54 -0
  368. package/src/families/ripple/specs.ts +14 -7
  369. package/src/families/ripple/speculos-deviceActions.ts +72 -73
  370. package/src/families/solana/specs.ts +33 -14
  371. package/src/families/solana/speculos-deviceActions.ts +0 -5
  372. package/src/families/stellar/api/horizon.ts +10 -6
  373. package/src/families/stellar/specs.ts +37 -19
  374. package/src/families/stellar/speculos-deviceActions.ts +85 -87
  375. package/src/families/tezos/bakers.whitelist-default.ts +0 -1
  376. package/src/families/tezos/specs.ts +2 -0
  377. package/src/families/tezos/speculos-deviceActions.ts +76 -77
  378. package/src/families/tron/specs.ts +67 -30
  379. package/src/families/tron/speculos-deviceActions.ts +81 -84
  380. package/src/hw/getGenuineCheckFromDeviceId.test.ts +98 -0
  381. package/src/hw/getGenuineCheckFromDeviceId.ts +61 -0
  382. package/src/hw/getLatestAvailableFirmwareFromDeviceId.ts +37 -0
  383. package/src/hw/hooks/useGenuineCheck.test.ts +232 -0
  384. package/src/hw/hooks/useGenuineCheck.ts +138 -0
  385. package/src/hw/hooks/useGetLatestAvailableFirmware.test.ts +111 -0
  386. package/src/hw/hooks/useGetLatestAvailableFirmware.ts +90 -0
  387. package/src/load/speculos.ts +2 -0
  388. package/src/mock/fixtures/cryptoCurrencies.ts +88 -0
  389. package/src/platform/converters.test.ts +49 -282
  390. package/src/platform/logic.test.ts +756 -0
  391. package/src/platform/logic.ts +285 -0
  392. package/src/platform/react.ts +6 -0
  393. package/src/platform/tracking.test.ts +6 -7
  394. package/src/platform/tracking.ts +1 -1
  395. package/src/reconciliation.ts +66 -43
  396. package/lib/bot/test.bot.d.ts +0 -2
  397. package/lib/bot/test.bot.d.ts.map +0 -1
  398. package/lib/bot/test.bot.js +0 -62
  399. package/lib/bot/test.bot.js.map +0 -1
  400. package/lib/generated/speculos-deviceActions.d.ts +0 -56
  401. package/lib/generated/speculos-deviceActions.d.ts.map +0 -1
  402. package/lib/generated/speculos-deviceActions.js +0 -42
  403. package/lib/generated/speculos-deviceActions.js.map +0 -1
  404. package/src/bot/test.bot.ts +0 -21
  405. package/src/generated/speculos-deviceActions.ts +0 -37
@@ -2,88 +2,89 @@ import type { DeviceAction } from "../../bot/types";
2
2
  import type { PolkadotAccount, Transaction } from "./types";
3
3
  import { deviceActionFlow } from "../../bot/specs";
4
4
  import { formatCurrencyUnit } from "../../currencies";
5
- const acceptTransaction: DeviceAction<Transaction, any> = deviceActionFlow({
6
- steps: [
7
- {
8
- title: "Staking",
9
- button: "Rr",
10
- },
11
- {
12
- title: "Balances",
13
- button: "Rr",
14
- },
15
- {
16
- title: "Dest",
17
- button: "Rr",
18
- expectedValue: ({ transaction }) => transaction.recipient,
19
- },
20
- {
21
- title: "Amount",
22
- button: "Rr",
23
- expectedValue: ({ account, transaction }) => {
24
- const formattedValue =
25
- "DOT " +
26
- formatCurrencyUnit(account.unit, transaction.amount, {
27
- disableRounding: true,
28
- });
29
5
 
30
- if (!formattedValue.includes(".")) {
31
- // if the value is pure integer, in the app it will automatically add an .0
32
- return formattedValue + ".0";
33
- }
6
+ export const acceptTransaction: DeviceAction<Transaction, any> =
7
+ deviceActionFlow({
8
+ steps: [
9
+ {
10
+ title: "Staking",
11
+ button: "Rr",
12
+ },
13
+ {
14
+ title: "Balances",
15
+ button: "Rr",
16
+ },
17
+ {
18
+ title: "Dest",
19
+ button: "Rr",
20
+ expectedValue: ({ transaction }) => transaction.recipient,
21
+ },
22
+ {
23
+ title: "Amount",
24
+ button: "Rr",
25
+ expectedValue: ({ account, transaction }) => {
26
+ const formattedValue =
27
+ "DOT " +
28
+ formatCurrencyUnit(account.unit, transaction.amount, {
29
+ disableRounding: true,
30
+ });
31
+
32
+ if (!formattedValue.includes(".")) {
33
+ // if the value is pure integer, in the app it will automatically add an .0
34
+ return formattedValue + ".0";
35
+ }
34
36
 
35
- return formattedValue;
37
+ return formattedValue;
38
+ },
39
+ },
40
+ {
41
+ title: "Chain",
42
+ button: "Rr",
43
+ expectedValue: () => "Polkadot",
44
+ },
45
+ {
46
+ title: "Nonce",
47
+ button: "Rr",
48
+ expectedValue: ({ account }) =>
49
+ (
50
+ (account as PolkadotAccount).polkadotResources?.nonce || 0
51
+ ).toString(),
52
+ },
53
+ {
54
+ title: "Tip",
55
+ button: "Rr",
56
+ },
57
+ {
58
+ title: "Controller",
59
+ button: "Rr",
60
+ },
61
+ {
62
+ title: "Payee",
63
+ button: "Rr",
64
+ },
65
+ {
66
+ title: "Max additional",
67
+ button: "Rr",
68
+ },
69
+ {
70
+ title: "Targets",
71
+ button: "Rr",
72
+ },
73
+ {
74
+ title: "Era Phase",
75
+ button: "Rr",
76
+ },
77
+ {
78
+ title: "Era Period",
79
+ button: "Rr",
80
+ },
81
+ {
82
+ title: "Block",
83
+ button: "Rr",
84
+ },
85
+ {
86
+ title: "APPROVE",
87
+ button: "LRlr",
36
88
  },
37
- },
38
- {
39
- title: "Chain",
40
- button: "Rr",
41
- expectedValue: () => "Polkadot",
42
- },
43
- {
44
- title: "Nonce",
45
- button: "Rr",
46
- expectedValue: ({ account }) =>
47
- ((account as PolkadotAccount).polkadotResources?.nonce || 0).toString(),
48
- },
49
- {
50
- title: "Tip",
51
- button: "Rr",
52
- },
53
- {
54
- title: "Controller",
55
- button: "Rr",
56
- },
57
- {
58
- title: "Payee",
59
- button: "Rr",
60
- },
61
- {
62
- title: "Max additional",
63
- button: "Rr",
64
- },
65
- {
66
- title: "Targets",
67
- button: "Rr",
68
- },
69
- {
70
- title: "Era Phase",
71
- button: "Rr",
72
- },
73
- {
74
- title: "Era Period",
75
- button: "Rr",
76
- },
77
- {
78
- title: "Block",
79
- button: "Rr",
80
- },
81
- {
82
- title: "APPROVE",
83
- button: "LRlr",
84
- },
85
- ],
86
- });
87
- export default {
88
- acceptTransaction,
89
- };
89
+ ],
90
+ });
@@ -0,0 +1,54 @@
1
+ import xrp from "./platformAdapter";
2
+ import { RippleTransaction as PlatformTransaction } from "@ledgerhq/live-app-sdk";
3
+ import { FAMILIES } from "@ledgerhq/live-app-sdk";
4
+ import BigNumber from "bignumber.js";
5
+ import { Transaction } from "./types";
6
+
7
+ describe("getPlatformTransactionSignFlowInfos", () => {
8
+ describe("should properly get infos for XRP platform tx", () => {
9
+ it("without fees provided", () => {
10
+ const xrpPlatformTx: PlatformTransaction = {
11
+ family: FAMILIES.RIPPLE,
12
+ amount: new BigNumber(100000),
13
+ recipient: "0xABCDEF",
14
+ tag: 1,
15
+ };
16
+
17
+ const expectedLiveTx: Partial<Transaction> = {
18
+ ...xrpPlatformTx,
19
+ };
20
+
21
+ const { canEditFees, hasFeesProvided, liveTx } =
22
+ xrp.getPlatformTransactionSignFlowInfos(xrpPlatformTx);
23
+
24
+ expect(canEditFees).toBe(true);
25
+
26
+ expect(hasFeesProvided).toBe(false);
27
+
28
+ expect(liveTx).toEqual(expectedLiveTx);
29
+ });
30
+
31
+ it("with fees provided", () => {
32
+ const xrpPlatformTx: PlatformTransaction = {
33
+ family: FAMILIES.RIPPLE,
34
+ amount: new BigNumber(100000),
35
+ recipient: "0xABCDEF",
36
+ fee: new BigNumber(300),
37
+ tag: 1,
38
+ };
39
+
40
+ const expectedLiveTx: Partial<Transaction> = {
41
+ ...xrpPlatformTx,
42
+ };
43
+
44
+ const { canEditFees, hasFeesProvided, liveTx } =
45
+ xrp.getPlatformTransactionSignFlowInfos(xrpPlatformTx);
46
+
47
+ expect(canEditFees).toBe(true);
48
+
49
+ expect(hasFeesProvided).toBe(true);
50
+
51
+ expect(liveTx).toEqual(expectedLiveTx);
52
+ });
53
+ });
54
+ });
@@ -2,12 +2,15 @@ import expect from "expect";
2
2
  import invariant from "invariant";
3
3
  import type { Transaction } from "./types";
4
4
  import { getCryptoCurrencyById, parseCurrencyUnit } from "../../currencies";
5
- import { pickSiblings } from "../../bot/specs";
5
+ import { botTest, pickSiblings } from "../../bot/specs";
6
6
  import type { AppSpec } from "../../bot/types";
7
7
  import { DeviceModelId } from "@ledgerhq/devices";
8
+ import { acceptTransaction } from "./speculos-deviceActions";
9
+
8
10
  const currency = getCryptoCurrencyById("ripple");
9
11
  const minAmountCutoff = parseCurrencyUnit(currency.units[0], "0.1");
10
12
  const reserve = parseCurrencyUnit(currency.units[0], "20");
13
+
11
14
  const ripple: AppSpec<Transaction> = {
12
15
  name: "XRP",
13
16
  currency,
@@ -15,6 +18,7 @@ const ripple: AppSpec<Transaction> = {
15
18
  model: DeviceModelId.nanoS,
16
19
  appName: "XRP",
17
20
  },
21
+ genericDeviceAction: acceptTransaction,
18
22
  mutations: [
19
23
  {
20
24
  name: "move ~50%",
@@ -53,14 +57,17 @@ const ripple: AppSpec<Transaction> = {
53
57
  },
54
58
  test: ({ account, transaction, accountBeforeTransaction, operation }) => {
55
59
  if (transaction.tag) {
56
- expect(operation.extra).toMatchObject({
57
- tag: transaction.tag,
58
- });
60
+ botTest("operation tag matches (in extra)", () =>
61
+ expect(operation.extra).toMatchObject({
62
+ tag: transaction.tag,
63
+ })
64
+ );
59
65
  }
60
66
 
61
- // can be generalized!
62
- expect(account.balance.toString()).toBe(
63
- accountBeforeTransaction.balance.minus(operation.value).toString()
67
+ botTest("account balance moved with operation.value", () =>
68
+ expect(account.balance.toString()).toBe(
69
+ accountBeforeTransaction.balance.minus(operation.value).toString()
70
+ )
64
71
  );
65
72
  },
66
73
  },
@@ -2,76 +2,75 @@ import type { DeviceAction } from "../../bot/types";
2
2
  import type { Transaction } from "./types";
3
3
  import { formatCurrencyUnit } from "../../currencies";
4
4
  import { deviceActionFlow } from "../../bot/specs";
5
- const acceptTransaction: DeviceAction<Transaction, any> = deviceActionFlow({
6
- steps: [
7
- {
8
- title: "Transaction Type",
9
- button: "Rr",
10
- expectedValue: () => "Payment",
11
- },
12
- {
13
- title: "Amount",
14
- button: "Rr",
15
- expectedValue: ({ account, status }) =>
16
- formatCurrencyUnit(
17
- {
18
- ...account.unit,
19
- code: account.currency.deviceTicker || account.unit.code,
20
- prefixCode: true,
21
- },
22
- status.amount,
23
- {
24
- showCode: true,
25
- disableRounding: true,
26
- joinFragmentsSeparator: " ",
27
- }
28
- ).replace(/\s/g, " "),
29
- },
30
- {
31
- title: "Fee",
32
- button: "Rr",
33
- expectedValue: ({ account, status }) =>
34
- formatCurrencyUnit(
35
- {
36
- ...account.unit,
37
- code: account.currency.deviceTicker || account.unit.code,
38
- prefixCode: true,
39
- },
40
- status.estimatedFees,
41
- {
42
- showCode: true,
43
- disableRounding: true,
44
- joinFragmentsSeparator: " ",
45
- }
46
- ).replace(/\s/g, " "),
47
- },
48
- {
49
- title: "Destination Tag",
50
- button: "Rr",
51
- expectedValue: ({ transaction }) => String(transaction.tag),
52
- },
53
- {
54
- title: "Destination",
55
- button: "Rr",
56
- trimValue: true,
57
- expectedValue: ({ transaction }) => transaction.recipient,
58
- },
59
- {
60
- title: "Account",
61
- button: "Rr",
62
- trimValue: true,
63
- expectedValue: ({ account }) => account.freshAddress,
64
- },
65
- {
66
- title: "Accept",
67
- button: "LRlr",
68
- },
69
- {
70
- title: "Sign transaction",
71
- button: "LRlr",
72
- },
73
- ],
74
- });
75
- export default {
76
- acceptTransaction,
77
- };
5
+
6
+ export const acceptTransaction: DeviceAction<Transaction, any> =
7
+ deviceActionFlow({
8
+ steps: [
9
+ {
10
+ title: "Transaction Type",
11
+ button: "Rr",
12
+ expectedValue: () => "Payment",
13
+ },
14
+ {
15
+ title: "Amount",
16
+ button: "Rr",
17
+ expectedValue: ({ account, status }) =>
18
+ formatCurrencyUnit(
19
+ {
20
+ ...account.unit,
21
+ code: account.currency.deviceTicker || account.unit.code,
22
+ prefixCode: true,
23
+ },
24
+ status.amount,
25
+ {
26
+ showCode: true,
27
+ disableRounding: true,
28
+ joinFragmentsSeparator: " ",
29
+ }
30
+ ).replace(/\s/g, " "),
31
+ },
32
+ {
33
+ title: "Fee",
34
+ button: "Rr",
35
+ expectedValue: ({ account, status }) =>
36
+ formatCurrencyUnit(
37
+ {
38
+ ...account.unit,
39
+ code: account.currency.deviceTicker || account.unit.code,
40
+ prefixCode: true,
41
+ },
42
+ status.estimatedFees,
43
+ {
44
+ showCode: true,
45
+ disableRounding: true,
46
+ joinFragmentsSeparator: " ",
47
+ }
48
+ ).replace(/\s/g, " "),
49
+ },
50
+ {
51
+ title: "Destination Tag",
52
+ button: "Rr",
53
+ expectedValue: ({ transaction }) => String(transaction.tag),
54
+ },
55
+ {
56
+ title: "Destination",
57
+ button: "Rr",
58
+ trimValue: true,
59
+ expectedValue: ({ transaction }) => transaction.recipient,
60
+ },
61
+ {
62
+ title: "Account",
63
+ button: "Rr",
64
+ trimValue: true,
65
+ expectedValue: ({ account }) => account.freshAddress,
66
+ },
67
+ {
68
+ title: "Accept",
69
+ button: "LRlr",
70
+ },
71
+ {
72
+ title: "Sign transaction",
73
+ button: "LRlr",
74
+ },
75
+ ],
76
+ });
@@ -2,7 +2,7 @@ import invariant from "invariant";
2
2
  import expect from "expect";
3
3
  import { getCryptoCurrencyById } from "@ledgerhq/cryptoassets";
4
4
  import { DeviceModelId } from "@ledgerhq/devices";
5
- import { pickSiblings } from "../../bot/specs";
5
+ import { botTest, pickSiblings } from "../../bot/specs";
6
6
  import { AppSpec, TransactionTestInput } from "../../bot/types";
7
7
  import { SolanaAccount, Transaction } from "./types";
8
8
  import {
@@ -25,6 +25,7 @@ const solana: AppSpec<Transaction> = {
25
25
  appVersion: "1.2.0",
26
26
  appName: "solana",
27
27
  },
28
+ genericDeviceAction: acceptTransferTransaction,
28
29
  testTimeout: 2 * 60 * 1000,
29
30
  currency: getCryptoCurrencyById("solana"),
30
31
  mutations: [
@@ -66,7 +67,9 @@ const solana: AppSpec<Transaction> = {
66
67
  },
67
68
  test: (input) => {
68
69
  const { account } = input;
69
- expect(account.spendableBalance.toNumber()).toBe(0);
70
+ botTest("account balance should be zero", () =>
71
+ expect(account.spendableBalance.toNumber()).toBe(0)
72
+ );
70
73
  expectCorrectBalanceChange(input);
71
74
  expectCorrectMemo(input);
72
75
  },
@@ -142,7 +145,9 @@ const solana: AppSpec<Transaction> = {
142
145
  throw new Error("expected delegation not found in account resources");
143
146
  }
144
147
 
145
- expect(transaction.amount.toNumber()).toBe(stake.delegation?.stake);
148
+ botTest("transaction amount is the stake amount", () =>
149
+ expect(transaction.amount.toNumber()).toBe(stake.delegation?.stake)
150
+ );
146
151
  },
147
152
  },
148
153
  {
@@ -204,7 +209,9 @@ const solana: AppSpec<Transaction> = {
204
209
  throw new Error("expected stake not found in account resources");
205
210
  }
206
211
 
207
- expect(stake.activation.state).toBe("inactive");
212
+ botTest("activation state", () =>
213
+ expect(stake.activation.state).toBe("inactive")
214
+ );
208
215
  },
209
216
  },
210
217
  {
@@ -265,8 +272,9 @@ const solana: AppSpec<Transaction> = {
265
272
  if (stake === undefined) {
266
273
  throw new Error("expected stake not found in account resources");
267
274
  }
268
-
269
- expect(stake.activation.state).toBe("deactivating");
275
+ botTest("activation state", () =>
276
+ expect(stake.activation.state).toBe("deactivating")
277
+ );
270
278
  },
271
279
  },
272
280
  {
@@ -335,7 +343,9 @@ const solana: AppSpec<Transaction> = {
335
343
  throw new Error("expected stake not found in account resources");
336
344
  }
337
345
 
338
- expect(stake.activation.state).toBe("active");
346
+ botTest("activation state", () =>
347
+ expect(stake.activation.state).toBe("active")
348
+ );
339
349
  },
340
350
  },
341
351
  {
@@ -403,8 +413,9 @@ const solana: AppSpec<Transaction> = {
403
413
  if (stake === undefined) {
404
414
  throw new Error("expected stake not found in account resources");
405
415
  }
406
-
407
- expect(stake.activation.state).toBe("activating");
416
+ botTest("activation state", () =>
417
+ expect(stake.activation.state).toBe("activating")
418
+ );
408
419
  },
409
420
  },
410
421
  {
@@ -462,7 +473,9 @@ const solana: AppSpec<Transaction> = {
462
473
  (s) => s.stakeAccAddr === stakeAccAddrUsedInTx
463
474
  );
464
475
 
465
- expect(delegationExists).toBe(false);
476
+ botTest("delegation exists", () =>
477
+ expect(delegationExists).toBe(false)
478
+ );
466
479
  },
467
480
  },
468
481
  ],
@@ -485,9 +498,13 @@ function expectCorrectMemo(input: TransactionTestInput<Transaction>) {
485
498
  const { transaction, operation } = input;
486
499
  switch (transaction.model.kind) {
487
500
  case "transfer":
488
- case "token.transfer":
489
- expect(operation.extra.memo).toBe(transaction.model.uiState.memo);
501
+ case "token.transfer": {
502
+ const memo = transaction.model.uiState.memo;
503
+ botTest("memo matches in op extra", () =>
504
+ expect(operation.extra.memo).toBe(memo)
505
+ );
490
506
  break;
507
+ }
491
508
  case "token.createATA":
492
509
  case "stake.createAccount":
493
510
  case "stake.delegate":
@@ -502,8 +519,10 @@ function expectCorrectMemo(input: TransactionTestInput<Transaction>) {
502
519
 
503
520
  function expectCorrectBalanceChange(input: TransactionTestInput<Transaction>) {
504
521
  const { account, operation, accountBeforeTransaction } = input;
505
- expect(account.balance.toNumber()).toBe(
506
- accountBeforeTransaction.balance.minus(operation.value).toNumber()
522
+ botTest("account balance decreased with operation value", () =>
523
+ expect(account.balance.toNumber()).toBe(
524
+ accountBeforeTransaction.balance.minus(operation.value).toNumber()
525
+ )
507
526
  );
508
527
  }
509
528
 
@@ -230,8 +230,3 @@ export const acceptStakeWithdrawTransaction: DeviceAction<Transaction, any> =
230
230
  function throwUnexpectedTransaction(): never {
231
231
  throw new Error("unexpected or unprepared transaction");
232
232
  }
233
-
234
- export default {
235
- acceptTransferTransaction,
236
- acceptStakeCreateAccountTransaction,
237
- };
@@ -3,7 +3,7 @@ import StellarSdk, {
3
3
  // @ts-expect-error stellar-sdk ts definition missing?
4
4
  AccountRecord,
5
5
  NotFoundError,
6
- NetworkError,
6
+ NetworkError as StellarSdkNetworkError,
7
7
  } from "stellar-sdk";
8
8
  import { getEnv } from "../../../env";
9
9
  import { getCryptoCurrencyById, parseCurrencyUnit } from "../../../currencies";
@@ -14,7 +14,7 @@ import {
14
14
  rawOperationsToOperations,
15
15
  getReservedBalance,
16
16
  } from "../logic";
17
- import { NetworkDown, LedgerAPI4xx, LedgerAPI5xx } from "@ledgerhq/errors";
17
+ import { LedgerAPI4xx, LedgerAPI5xx, NetworkError } from "@ledgerhq/errors";
18
18
  import { requestInterceptor, responseInterceptor } from "../../../network";
19
19
  import type { BalanceAsset } from "../types";
20
20
  import { NetworkCongestionLevel, Signer } from "../types";
@@ -127,8 +127,12 @@ export const fetchAccount = async (
127
127
  assets = account.balances?.filter((balance) => {
128
128
  return balance.asset_type !== "native";
129
129
  });
130
- } catch (e) {
131
- balance.balance = "0";
130
+ } catch (e: any) {
131
+ if (e instanceof NotFoundError || e?.response?.status === 400) {
132
+ balance.balance = "0";
133
+ } else {
134
+ throw new NetworkError();
135
+ }
132
136
  }
133
137
 
134
138
  const formattedBalance = parseCurrencyUnit(
@@ -205,11 +209,11 @@ export const fetchOperations = async ({
205
209
  }
206
210
 
207
211
  if (
208
- e instanceof NetworkError ||
212
+ e instanceof StellarSdkNetworkError ||
209
213
  errorMsg.match(/ECONNRESET|ECONNREFUSED|ENOTFOUND|EPIPE|ETIMEDOUT/) ||
210
214
  errorMsg.match(/undefined is not an object/)
211
215
  ) {
212
- throw new NetworkDown();
216
+ throw new NetworkError();
213
217
  }
214
218
 
215
219
  throw e;