@ledgerhq/coin-tron 4.1.0-next.0 → 4.1.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tron@4.0.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tron
2
+ > @ledgerhq/coin-tron@4.1.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tron
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @ledgerhq/coin-tron
2
2
 
3
+ ## 4.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`6253e0e`](https://github.com/LedgerHQ/ledger-live/commit/6253e0e3efcd1a29543cda55c9a5269f97aa770f), [`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5), [`eff3c94`](https://github.com/LedgerHQ/ledger-live/commit/eff3c94c1eded61518097a4544c3f5b25db1e28a)]:
8
+ - @ledgerhq/cryptoassets@13.18.0-next.0
9
+ - @ledgerhq/errors@6.21.0-next.0
10
+ - @ledgerhq/coin-framework@5.1.0-next.0
11
+ - @ledgerhq/types-live@6.71.0-next.0
12
+ - @ledgerhq/devices@8.4.5-next.0
13
+ - @ledgerhq/live-network@2.0.8-next.0
14
+
15
+ ## 4.1.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#10161](https://github.com/LedgerHQ/ledger-live/pull/10161) [`8b0e0dd`](https://github.com/LedgerHQ/ledger-live/commit/8b0e0dd3f910389e85cf0b72eea504656464cace) Thanks [@jprudent](https://github.com/jprudent)! - On tron, API has a hard limit on the number of operations to retrieve. The API returns the oldest set of operations it can find according to the minHeight parameter.
20
+
21
+ - [#10192](https://github.com/LedgerHQ/ledger-live/pull/10192) [`8f4a6ed`](https://github.com/LedgerHQ/ledger-live/commit/8f4a6ed8b5c9a673a2b5fd0e8fa0a9783cecaa34) Thanks [@jprudent](https://github.com/jprudent)! - retry fetching incorrect trc20 ops
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
26
+ - @ledgerhq/cryptoassets@13.17.0
27
+ - @ledgerhq/coin-framework@5.0.2
28
+
3
29
  ## 4.1.0-next.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tron",
3
- "version": "4.1.0-next.0",
3
+ "version": "4.1.1-next.0",
4
4
  "description": "Ledger Tron Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -96,15 +96,15 @@
96
96
  "lodash": "^4.17.21",
97
97
  "rxjs": "^7.8.1",
98
98
  "tronweb": "^5.3.2",
99
- "@ledgerhq/coin-framework": "^5.0.2-next.0",
100
- "@ledgerhq/cryptoassets": "^13.17.0-next.0",
101
- "@ledgerhq/devices": "8.4.4",
102
- "@ledgerhq/errors": "^6.19.1",
103
- "@ledgerhq/live-network": "^2.0.7",
99
+ "@ledgerhq/coin-framework": "^5.1.0-next.0",
100
+ "@ledgerhq/cryptoassets": "^13.18.0-next.0",
101
+ "@ledgerhq/devices": "8.4.5-next.0",
102
+ "@ledgerhq/errors": "^6.21.0-next.0",
103
+ "@ledgerhq/live-network": "^2.0.8-next.0",
104
104
  "@ledgerhq/live-promise": "^0.1.0",
105
105
  "@ledgerhq/logs": "^6.12.0",
106
106
  "@ledgerhq/types-cryptoassets": "^7.23.0",
107
- "@ledgerhq/types-live": "^6.70.0"
107
+ "@ledgerhq/types-live": "^6.71.0-next.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@agrozyme/types-tronweb": "^5.3.2",