@ledgerhq/live-common 21.16.4 → 21.18.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 (35) hide show
  1. package/lib/families/bitcoin/wallet-btc/crypto/zen.d.ts +2 -1
  2. package/lib/families/bitcoin/wallet-btc/crypto/zen.d.ts.map +1 -1
  3. package/lib/families/bitcoin/wallet-btc/crypto/zen.js +4 -2
  4. package/lib/families/bitcoin/wallet-btc/crypto/zen.js.map +1 -1
  5. package/lib/families/ethereum/cli-transaction.d.ts.map +1 -1
  6. package/lib/families/ethereum/cli-transaction.js +10 -0
  7. package/lib/families/ethereum/cli-transaction.js.map +1 -1
  8. package/lib/families/ethereum/modules/erc1155.d.ts +4 -0
  9. package/lib/families/ethereum/modules/erc1155.d.ts.map +1 -0
  10. package/lib/families/ethereum/modules/erc1155.js +117 -0
  11. package/lib/families/ethereum/modules/erc1155.js.map +1 -0
  12. package/lib/families/ethereum/modules/erc721.d.ts +4 -0
  13. package/lib/families/ethereum/modules/erc721.d.ts.map +1 -0
  14. package/lib/families/ethereum/modules/erc721.js +95 -0
  15. package/lib/families/ethereum/modules/erc721.js.map +1 -0
  16. package/lib/families/ethereum/modules/index.d.ts +3 -1
  17. package/lib/families/ethereum/modules/index.d.ts.map +1 -1
  18. package/lib/families/ethereum/modules/index.js +5 -1
  19. package/lib/families/ethereum/modules/index.js.map +1 -1
  20. package/lib/families/ethereum/transaction.d.ts.map +1 -1
  21. package/lib/families/ethereum/transaction.js +25 -8
  22. package/lib/families/ethereum/transaction.js.map +1 -1
  23. package/lib/families/ethereum/types.d.ts +6 -0
  24. package/lib/families/ethereum/types.d.ts.map +1 -1
  25. package/lib/families/ethereum/types.js.map +1 -1
  26. package/package.json +8 -8
  27. package/src/__tests__/__snapshots__/all.libcore.ts.snap +7 -7
  28. package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +67 -1324
  29. package/src/families/bitcoin/wallet-btc/crypto/zen.ts +7 -2
  30. package/src/families/ethereum/cli-transaction.ts +10 -0
  31. package/src/families/ethereum/modules/erc1155.ts +142 -0
  32. package/src/families/ethereum/modules/erc721.ts +108 -0
  33. package/src/families/ethereum/modules/index.ts +12 -1
  34. package/src/families/ethereum/transaction.ts +38 -8
  35. package/src/families/ethereum/types.ts +6 -0
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "type": "git",
9
9
  "url": "https://github.com/LedgerHQ/ledger-live-common"
10
10
  },
11
- "version": "21.16.4",
11
+ "version": "21.18.0",
12
12
  "main": "lib/index.js",
13
13
  "types": "lib/index.d.ts",
14
14
  "license": "Apache-2.0",
@@ -44,13 +44,13 @@
44
44
  "dependencies": {
45
45
  "@crypto-com/chain-jslib": "0.0.19",
46
46
  "@ledgerhq/compressjs": "1.3.2",
47
- "@ledgerhq/cryptoassets": "6.15.2",
47
+ "@ledgerhq/cryptoassets": "6.17.0",
48
48
  "@ledgerhq/devices": "6.11.2",
49
49
  "@ledgerhq/errors": "6.10.0",
50
50
  "@ledgerhq/hw-app-algorand": "6.11.2",
51
- "@ledgerhq/hw-app-btc": "6.15.1",
51
+ "@ledgerhq/hw-app-btc": "6.17.0",
52
52
  "@ledgerhq/hw-app-cosmos": "6.11.2",
53
- "@ledgerhq/hw-app-eth": "6.15.2",
53
+ "@ledgerhq/hw-app-eth": "6.17.0",
54
54
  "@ledgerhq/hw-app-polkadot": "6.11.2",
55
55
  "@ledgerhq/hw-app-str": "6.11.2",
56
56
  "@ledgerhq/hw-app-tezos": "6.11.2",
@@ -69,7 +69,7 @@
69
69
  "@types/bchaddrjs": "^0.4.0",
70
70
  "@types/bs58check": "^2.1.0",
71
71
  "@walletconnect/client": "1.6.6",
72
- "@xstate/react": "^1.6.2",
72
+ "@xstate/react": "^1.6.3",
73
73
  "@zondax/ledger-filecoin": "^0.11.2",
74
74
  "async": "^3.2.2",
75
75
  "axios": "0.24.0",
@@ -110,7 +110,7 @@
110
110
  "redux": "^4.1.2",
111
111
  "reselect": "^4.1.4",
112
112
  "ripemd160": "^2.0.2",
113
- "ripple-binary-codec": "^1.1.3",
113
+ "ripple-binary-codec": "^1.2.0",
114
114
  "ripple-bs58check": "^2.0.2",
115
115
  "ripple-lib": "1.10.0",
116
116
  "rxjs": "6",
@@ -118,10 +118,10 @@
118
118
  "secp256k1": "^4.0.2",
119
119
  "semver": "^7.3.5",
120
120
  "sha.js": "^2.4.11",
121
- "stellar-sdk": "^9.0.1",
121
+ "stellar-sdk": "^9.1.0",
122
122
  "triple-beam": "^1.3.0",
123
123
  "winston": "^3.3.3",
124
- "xstate": "^4.26.0",
124
+ "xstate": "^4.26.1",
125
125
  "zcash-bitcore-lib": "^0.13.20-rc3"
126
126
  },
127
127
  "devDependencies": {
@@ -15216,7 +15216,7 @@ Array [
15216
15216
  "starred": false,
15217
15217
  "subAccounts": Array [],
15218
15218
  "swapHistory": Array [],
15219
- "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6017",
15219
+ "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6026",
15220
15220
  "unitMagnitude": 18,
15221
15221
  "used": true,
15222
15222
  },
@@ -15257,7 +15257,7 @@ Array [
15257
15257
  "starred": false,
15258
15258
  "subAccounts": Array [],
15259
15259
  "swapHistory": Array [],
15260
- "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6017",
15260
+ "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6026",
15261
15261
  "unitMagnitude": 18,
15262
15262
  "used": true,
15263
15263
  },
@@ -15737,7 +15737,7 @@ Array [
15737
15737
  "starred": false,
15738
15738
  "subAccounts": Array [],
15739
15739
  "swapHistory": Array [],
15740
- "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6017",
15740
+ "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6026",
15741
15741
  "unitMagnitude": 18,
15742
15742
  "used": true,
15743
15743
  },
@@ -16072,7 +16072,7 @@ Array [
16072
16072
  "starred": false,
16073
16073
  "subAccounts": Array [],
16074
16074
  "swapHistory": Array [],
16075
- "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6017",
16075
+ "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6026",
16076
16076
  "unitMagnitude": 18,
16077
16077
  "used": true,
16078
16078
  },
@@ -16169,7 +16169,7 @@ Array [
16169
16169
  "starred": false,
16170
16170
  "subAccounts": Array [],
16171
16171
  "swapHistory": Array [],
16172
- "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6017",
16172
+ "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6026",
16173
16173
  "unitMagnitude": 18,
16174
16174
  "used": true,
16175
16175
  },
@@ -16294,7 +16294,7 @@ Array [
16294
16294
  "starred": false,
16295
16295
  "subAccounts": Array [],
16296
16296
  "swapHistory": Array [],
16297
- "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6017",
16297
+ "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6026",
16298
16298
  "unitMagnitude": 18,
16299
16299
  "used": true,
16300
16300
  },
@@ -16391,7 +16391,7 @@ Array [
16391
16391
  "starred": false,
16392
16392
  "subAccounts": Array [],
16393
16393
  "swapHistory": Array [],
16394
- "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6017",
16394
+ "syncHash": "[\\"ethereum/erc20/ampleforth\\",\\"ethereum/erc20/steth\\"]_6026",
16395
16395
  "unitMagnitude": 18,
16396
16396
  "used": true,
16397
16397
  },