@ledgerhq/coin-tron 4.0.1-nightly.1 → 4.1.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.1-nightly.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,26 +1,32 @@
1
1
  # @ledgerhq/coin-tron
2
2
 
3
- ## 4.0.1-nightly.1
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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.
8
+
9
+ - [#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
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - Updated dependencies [[`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5)]:
8
- - @ledgerhq/errors@6.21.0-nightly.0
9
- - @ledgerhq/coin-framework@5.1.0-nightly.1
10
- - @ledgerhq/devices@8.4.5-nightly.2
11
- - @ledgerhq/live-network@2.0.8-nightly.1
13
+ - Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
14
+ - @ledgerhq/cryptoassets@13.17.0
15
+ - @ledgerhq/coin-framework@5.0.2
16
+
17
+ ## 4.1.0-next.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#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.
12
22
 
13
- ## 4.0.1-nightly.0
23
+ - [#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
14
24
 
15
25
  ### Patch Changes
16
26
 
17
- - Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`eff3c94`](https://github.com/LedgerHQ/ledger-live/commit/eff3c94c1eded61518097a4544c3f5b25db1e28a)]:
18
- - @ledgerhq/cryptoassets@13.17.0-nightly.1
19
- - @ledgerhq/errors@6.20.0-nightly.1
20
- - @ledgerhq/coin-framework@5.1.0-nightly.0
21
- - @ledgerhq/types-live@6.71.0-nightly.0
22
- - @ledgerhq/devices@8.4.5-nightly.1
23
- - @ledgerhq/live-network@2.0.8-nightly.0
27
+ - Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
28
+ - @ledgerhq/cryptoassets@13.17.0-next.0
29
+ - @ledgerhq/coin-framework@5.0.2-next.0
24
30
 
25
31
  ## 4.0.0
26
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tron",
3
- "version": "4.0.1-nightly.1",
3
+ "version": "4.1.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.1.0-nightly.1",
100
- "@ledgerhq/cryptoassets": "^13.17.0-nightly.1",
101
- "@ledgerhq/devices": "8.4.5-nightly.2",
102
- "@ledgerhq/errors": "^6.21.0-nightly.0",
103
- "@ledgerhq/live-network": "^2.0.8-nightly.1",
99
+ "@ledgerhq/coin-framework": "^5.0.2",
100
+ "@ledgerhq/cryptoassets": "^13.17.0",
101
+ "@ledgerhq/devices": "8.4.4",
102
+ "@ledgerhq/errors": "^6.19.1",
103
+ "@ledgerhq/live-network": "^2.0.7",
104
104
  "@ledgerhq/live-promise": "^0.1.0",
105
+ "@ledgerhq/logs": "^6.12.0",
105
106
  "@ledgerhq/types-cryptoassets": "^7.23.0",
106
- "@ledgerhq/types-live": "^6.71.0-nightly.0",
107
- "@ledgerhq/logs": "^6.12.0"
107
+ "@ledgerhq/types-live": "^6.70.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@agrozyme/types-tronweb": "^5.3.2",