@ledgerhq/live-wallet 0.14.4-nightly.1 → 0.15.0-nightly.3

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/live-wallet@0.14.4-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/live-wallet
2
+ > @ledgerhq/live-wallet@0.15.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/live-wallet
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @ledgerhq/live-wallet
2
2
 
3
+ ## 0.15.0-nightly.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50)]:
8
+ - @ledgerhq/coin-framework@6.8.0-nightly.3
9
+
10
+ ## 0.15.0-nightly.2
11
+
12
+ ### Minor Changes
13
+
14
+ - [#12382](https://github.com/LedgerHQ/ledger-live/pull/12382) [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Introduce CryptoAssetStore#getTokensSyncHash function
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358)]:
19
+ - @ledgerhq/cryptoassets@13.32.0-nightly.1
20
+ - @ledgerhq/ledger-key-ring-protocol@0.7.0-nightly.0
21
+ - @ledgerhq/coin-framework@6.8.0-nightly.2
22
+ - @ledgerhq/live-network@2.1.0-nightly.0
23
+ - @ledgerhq/types-live@6.88.0-nightly.1
24
+
3
25
  ## 0.14.4-nightly.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-wallet",
3
- "version": "0.14.4-nightly.1",
3
+ "version": "0.15.0-nightly.3",
4
4
  "description": "Ledger Live wallet",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -28,15 +28,15 @@
28
28
  "pako": "^2.0.4",
29
29
  "rxjs": "7",
30
30
  "zod": "^3.22.4",
31
- "@ledgerhq/cryptoassets": "13.31.1-nightly.0",
32
- "@ledgerhq/coin-framework": "6.8.0-nightly.1",
31
+ "@ledgerhq/coin-framework": "6.8.0-nightly.3",
32
+ "@ledgerhq/cryptoassets": "13.32.0-nightly.1",
33
33
  "@ledgerhq/live-env": "2.19.0",
34
- "@ledgerhq/live-network": "2.0.20",
34
+ "@ledgerhq/live-network": "2.1.0-nightly.0",
35
35
  "@ledgerhq/live-promise": "0.1.1",
36
36
  "@ledgerhq/logs": "6.13.0",
37
- "@ledgerhq/ledger-key-ring-protocol": "0.6.8",
37
+ "@ledgerhq/ledger-key-ring-protocol": "0.7.0-nightly.0",
38
38
  "@ledgerhq/types-cryptoassets": "7.29.0",
39
- "@ledgerhq/types-live": "6.88.0-nightly.0"
39
+ "@ledgerhq/types-live": "6.88.0-nightly.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/jest": "^29.5.10",
@@ -88,7 +88,11 @@ const raws: AccountRaw[] = [
88
88
  },
89
89
  ];
90
90
  // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
91
- setCryptoAssetsStore({} as CryptoAssetsStore);
91
+ setCryptoAssetsStore({
92
+ findTokenById: () => undefined,
93
+ findTokenByAddressInCurrency: () => undefined,
94
+ getTokensSyncHash: () => Promise.resolve("0"),
95
+ } as CryptoAssetsStore);
92
96
  const accounts = raws.map(a => fromAccountRaw(a));
93
97
 
94
98
  const walletState: WalletState = {