@ledgerhq/coin-tron 5.6.0-nightly.7 → 5.6.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@5.6.0-nightly.6 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tron
2
+ > @ledgerhq/coin-tron@5.6.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,81 +1,56 @@
1
1
  # @ledgerhq/coin-tron
2
2
 
3
- ## 5.6.0-nightly.7
3
+ ## 5.6.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`f8d904d`](https://github.com/LedgerHQ/ledger-live/commit/f8d904de5607c103549f247428b5a4079f28c1c0)]:
8
- - @ledgerhq/cryptoassets@13.32.0-nightly.5
9
- - @ledgerhq/coin-framework@6.8.0-nightly.7
10
-
11
- ## 5.6.0-nightly.6
12
-
13
- ### Patch Changes
14
-
15
- - Updated dependencies [[`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8)]:
16
- - @ledgerhq/cryptoassets@13.32.0-nightly.4
17
- - @ledgerhq/coin-framework@6.8.0-nightly.6
18
-
19
- ## 5.6.0-nightly.5
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies [[`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`c1a4bfd`](https://github.com/LedgerHQ/ledger-live/commit/c1a4bfd34b46c6b6587d247673cadb3c078deb1d), [`6ccabef`](https://github.com/LedgerHQ/ledger-live/commit/6ccabef8f3c4e8cc042299d531684595ebadcc55)]:
24
- - @ledgerhq/types-live@6.88.0-nightly.3
25
- - @ledgerhq/devices@8.7.0-nightly.1
26
- - @ledgerhq/cryptoassets@13.32.0-nightly.3
27
- - @ledgerhq/coin-framework@6.8.0-nightly.5
5
+ ### Minor Changes
28
6
 
29
- ## 5.6.0-nightly.4
7
+ - [#12340](https://github.com/LedgerHQ/ledger-live/pull/12340) [`8d7c1f7`](https://github.com/LedgerHQ/ledger-live/commit/8d7c1f7a92489647399b0e780d4bb926508e8554) Thanks [@gre-ledger](https://github.com/gre-ledger)! - migrate getDeviceTransactionConfig to async
30
8
 
31
- ### Patch Changes
9
+ - [#12297](https://github.com/LedgerHQ/ledger-live/pull/12297) [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda) Thanks [@Justkant](https://github.com/Justkant)! - feat(coin-framework): add postSync support to scanAccounts and apply across coins [LIVE-21755]
32
10
 
33
- - Updated dependencies [[`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`b962966`](https://github.com/LedgerHQ/ledger-live/commit/b962966525517c5cfa7f1f8826f8f2b9162189e4)]:
34
- - @ledgerhq/cryptoassets@13.32.0-nightly.2
35
- - @ledgerhq/coin-framework@6.8.0-nightly.4
36
- - @ledgerhq/types-live@6.88.0-nightly.2
37
- - @ledgerhq/live-network@2.1.0-nightly.1
11
+ Adds optional postSync hook to makeScanAccounts (invoked after account shape build).
12
+ Applies postSync in bitcoin, cardano, evm, and tron currency bridges.
13
+ Exports tron postSync so it can be passed during scanning.
14
+ Ensures scanAccounts benefits from the same normalization/cleanup logic as sync without breaking existing callers (default no-op).
38
15
 
39
- ## 5.6.0-nightly.3
16
+ - [#12372](https://github.com/LedgerHQ/ledger-live/pull/12372) [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25) Thanks [@jprudent](https://github.com/jprudent)! - Add AlpacaApi.getValidators and implementation for SUI
40
17
 
41
18
  ### Patch Changes
42
19
 
43
- - Updated dependencies [[`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50)]:
44
- - @ledgerhq/coin-framework@6.8.0-nightly.3
20
+ - Updated dependencies [[`b4ceaff`](https://github.com/LedgerHQ/ledger-live/commit/b4ceaff2ecf68d8a14e09801c76ab0b014c45286), [`da750a1`](https://github.com/LedgerHQ/ledger-live/commit/da750a16ee5f2c083114569b8ae3c708cceba06c), [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8), [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`c1a4bfd`](https://github.com/LedgerHQ/ledger-live/commit/c1a4bfd34b46c6b6587d247673cadb3c078deb1d), [`f8d904d`](https://github.com/LedgerHQ/ledger-live/commit/f8d904de5607c103549f247428b5a4079f28c1c0), [`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50), [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25), [`b962966`](https://github.com/LedgerHQ/ledger-live/commit/b962966525517c5cfa7f1f8826f8f2b9162189e4), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`36e5168`](https://github.com/LedgerHQ/ledger-live/commit/36e5168397eaec2a5f425038392a4400f60571d0), [`6ccabef`](https://github.com/LedgerHQ/ledger-live/commit/6ccabef8f3c4e8cc042299d531684595ebadcc55), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358), [`d9305e8`](https://github.com/LedgerHQ/ledger-live/commit/d9305e8a4d8364366aaba05dd698396d28b539dc), [`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
21
+ - @ledgerhq/cryptoassets@13.32.0
22
+ - @ledgerhq/types-cryptoassets@7.30.0
23
+ - @ledgerhq/coin-framework@6.8.0
24
+ - @ledgerhq/live-network@2.1.0
25
+ - @ledgerhq/types-live@6.88.0
26
+ - @ledgerhq/devices@8.7.0
27
+ - @ledgerhq/errors@6.27.0
45
28
 
46
- ## 5.6.0-nightly.2
29
+ ## 5.6.0-next.0
47
30
 
48
31
  ### Minor Changes
49
32
 
50
33
  - [#12340](https://github.com/LedgerHQ/ledger-live/pull/12340) [`8d7c1f7`](https://github.com/LedgerHQ/ledger-live/commit/8d7c1f7a92489647399b0e780d4bb926508e8554) Thanks [@gre-ledger](https://github.com/gre-ledger)! - migrate getDeviceTransactionConfig to async
51
34
 
52
- ### Patch Changes
53
-
54
- - Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358)]:
55
- - @ledgerhq/cryptoassets@13.32.0-nightly.1
56
- - @ledgerhq/coin-framework@6.8.0-nightly.2
57
- - @ledgerhq/live-network@2.1.0-nightly.0
58
- - @ledgerhq/types-live@6.88.0-nightly.1
35
+ - [#12297](https://github.com/LedgerHQ/ledger-live/pull/12297) [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda) Thanks [@Justkant](https://github.com/Justkant)! - feat(coin-framework): add postSync support to scanAccounts and apply across coins [LIVE-21755]
59
36
 
60
- ## 5.6.0-nightly.1
61
-
62
- ### Minor Changes
37
+ Adds optional postSync hook to makeScanAccounts (invoked after account shape build).
38
+ Applies postSync in bitcoin, cardano, evm, and tron currency bridges.
39
+ Exports tron postSync so it can be passed during scanning.
40
+ Ensures scanAccounts benefits from the same normalization/cleanup logic as sync without breaking existing callers (default no-op).
63
41
 
64
42
  - [#12372](https://github.com/LedgerHQ/ledger-live/pull/12372) [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25) Thanks [@jprudent](https://github.com/jprudent)! - Add AlpacaApi.getValidators and implementation for SUI
65
43
 
66
44
  ### Patch Changes
67
45
 
68
- - Updated dependencies [[`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25)]:
69
- - @ledgerhq/coin-framework@6.8.0-nightly.1
70
-
71
- ## 5.5.1-nightly.0
72
-
73
- ### Patch Changes
74
-
75
- - Updated dependencies [[`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
76
- - @ledgerhq/types-live@6.88.0-nightly.0
77
- - @ledgerhq/coin-framework@6.7.1-nightly.0
78
- - @ledgerhq/cryptoassets@13.31.1-nightly.0
46
+ - Updated dependencies [[`b4ceaff`](https://github.com/LedgerHQ/ledger-live/commit/b4ceaff2ecf68d8a14e09801c76ab0b014c45286), [`da750a1`](https://github.com/LedgerHQ/ledger-live/commit/da750a16ee5f2c083114569b8ae3c708cceba06c), [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8), [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`c1a4bfd`](https://github.com/LedgerHQ/ledger-live/commit/c1a4bfd34b46c6b6587d247673cadb3c078deb1d), [`f8d904d`](https://github.com/LedgerHQ/ledger-live/commit/f8d904de5607c103549f247428b5a4079f28c1c0), [`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50), [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25), [`b962966`](https://github.com/LedgerHQ/ledger-live/commit/b962966525517c5cfa7f1f8826f8f2b9162189e4), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`36e5168`](https://github.com/LedgerHQ/ledger-live/commit/36e5168397eaec2a5f425038392a4400f60571d0), [`6ccabef`](https://github.com/LedgerHQ/ledger-live/commit/6ccabef8f3c4e8cc042299d531684595ebadcc55), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358), [`d9305e8`](https://github.com/LedgerHQ/ledger-live/commit/d9305e8a4d8364366aaba05dd698396d28b539dc), [`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
47
+ - @ledgerhq/cryptoassets@13.32.0-next.0
48
+ - @ledgerhq/types-cryptoassets@7.30.0-next.0
49
+ - @ledgerhq/coin-framework@6.8.0-next.0
50
+ - @ledgerhq/live-network@2.1.0-next.0
51
+ - @ledgerhq/types-live@6.88.0-next.0
52
+ - @ledgerhq/devices@8.7.0-next.0
53
+ - @ledgerhq/errors@6.27.0-next.0
79
54
 
80
55
  ## 5.5.0
81
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tron",
3
- "version": "5.6.0-nightly.7",
3
+ "version": "5.6.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/cryptoassets": "^13.32.0-nightly.5",
100
- "@ledgerhq/coin-framework": "^6.8.0-nightly.7",
101
- "@ledgerhq/devices": "8.7.0-nightly.1",
102
- "@ledgerhq/errors": "^6.27.0-nightly.0",
103
- "@ledgerhq/live-network": "^2.1.0-nightly.1",
99
+ "@ledgerhq/coin-framework": "^6.8.0",
100
+ "@ledgerhq/cryptoassets": "^13.32.0",
101
+ "@ledgerhq/devices": "8.7.0",
102
+ "@ledgerhq/errors": "^6.27.0",
103
+ "@ledgerhq/live-network": "^2.1.0",
104
104
  "@ledgerhq/live-promise": "^0.1.1",
105
105
  "@ledgerhq/logs": "^6.13.0",
106
- "@ledgerhq/types-cryptoassets": "^7.29.0",
107
- "@ledgerhq/types-live": "^6.88.0-nightly.3"
106
+ "@ledgerhq/types-cryptoassets": "^7.30.0",
107
+ "@ledgerhq/types-live": "^6.88.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@agrozyme/types-tronweb": "^5.3.2",
@@ -117,8 +117,8 @@
117
117
  "msw": "^2.2.13",
118
118
  "ts-jest": "^29.1.1",
119
119
  "typescript": "^5.4.5",
120
- "@ledgerhq/disable-network-setup": "^0.1.0-nightly.0",
121
- "@ledgerhq/types-cryptoassets": "^7.29.0"
120
+ "@ledgerhq/disable-network-setup": "^0.1.0",
121
+ "@ledgerhq/types-cryptoassets": "^7.30.0"
122
122
  },
123
123
  "scripts": {
124
124
  "clean": "rimraf lib lib-es",