@ledgerhq/coin-tron 4.1.0-next.0 → 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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-tron@4.
|
|
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,19 @@
|
|
|
1
1
|
# @ledgerhq/coin-tron
|
|
2
2
|
|
|
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
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
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
|
+
|
|
3
17
|
## 4.1.0-next.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-tron",
|
|
3
|
-
"version": "4.1.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Ledger Tron Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -96,8 +96,8 @@
|
|
|
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
|
|
100
|
-
"@ledgerhq/cryptoassets": "^13.17.0
|
|
99
|
+
"@ledgerhq/coin-framework": "^5.0.2",
|
|
100
|
+
"@ledgerhq/cryptoassets": "^13.17.0",
|
|
101
101
|
"@ledgerhq/devices": "8.4.4",
|
|
102
102
|
"@ledgerhq/errors": "^6.19.1",
|
|
103
103
|
"@ledgerhq/live-network": "^2.0.7",
|