@bitgo-beta/sdk-coin-trx 1.2.3-alpha.36 → 1.2.3-alpha.361

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.
Files changed (70) hide show
  1. package/CHANGELOG.md +940 -0
  2. package/dist/resources/protobuf/Contract.proto +32 -0
  3. package/dist/resources/protobuf/tron.d.ts +1478 -214
  4. package/dist/resources/protobuf/tron.js +6312 -2600
  5. package/dist/resources/protobuf/tron.proto +6 -0
  6. package/dist/src/index.js +6 -2
  7. package/dist/src/lib/constants.d.ts +3 -0
  8. package/dist/src/lib/constants.d.ts.map +1 -0
  9. package/dist/src/lib/constants.js +6 -0
  10. package/dist/src/lib/contractCallBuilder.d.ts +1 -35
  11. package/dist/src/lib/contractCallBuilder.d.ts.map +1 -1
  12. package/dist/src/lib/contractCallBuilder.js +12 -75
  13. package/dist/src/lib/delegateResourceTxBuilder.d.ts +27 -0
  14. package/dist/src/lib/delegateResourceTxBuilder.d.ts.map +1 -0
  15. package/dist/src/lib/delegateResourceTxBuilder.js +98 -0
  16. package/dist/src/lib/enum.d.ts +36 -1
  17. package/dist/src/lib/enum.d.ts.map +1 -1
  18. package/dist/src/lib/enum.js +40 -4
  19. package/dist/src/lib/freezeBalanceTxBuilder.d.ts +71 -0
  20. package/dist/src/lib/freezeBalanceTxBuilder.d.ts.map +1 -0
  21. package/dist/src/lib/freezeBalanceTxBuilder.js +211 -0
  22. package/dist/src/lib/iface.d.ts +220 -2
  23. package/dist/src/lib/iface.d.ts.map +1 -1
  24. package/dist/src/lib/iface.js +1 -1
  25. package/dist/src/lib/index.js +23 -9
  26. package/dist/src/lib/keyPair.d.ts +0 -1
  27. package/dist/src/lib/keyPair.d.ts.map +1 -1
  28. package/dist/src/lib/keyPair.js +31 -18
  29. package/dist/src/lib/resourceManagementTxBuilder.d.ts +72 -0
  30. package/dist/src/lib/resourceManagementTxBuilder.d.ts.map +1 -0
  31. package/dist/src/lib/resourceManagementTxBuilder.js +150 -0
  32. package/dist/src/lib/tokenTransferBuilder.d.ts +1 -1
  33. package/dist/src/lib/tokenTransferBuilder.js +3 -3
  34. package/dist/src/lib/transaction.d.ts.map +1 -1
  35. package/dist/src/lib/transaction.js +92 -6
  36. package/dist/src/lib/transactionBuilder.d.ts +50 -5
  37. package/dist/src/lib/transactionBuilder.d.ts.map +1 -1
  38. package/dist/src/lib/transactionBuilder.js +110 -21
  39. package/dist/src/lib/undelegateResourceTxBuilder.d.ts +27 -0
  40. package/dist/src/lib/undelegateResourceTxBuilder.d.ts.map +1 -0
  41. package/dist/src/lib/undelegateResourceTxBuilder.js +98 -0
  42. package/dist/src/lib/unfreezeBalanceTxBuilder.d.ts +65 -0
  43. package/dist/src/lib/unfreezeBalanceTxBuilder.d.ts.map +1 -0
  44. package/dist/src/lib/unfreezeBalanceTxBuilder.js +204 -0
  45. package/dist/src/lib/utils.d.ts +57 -4
  46. package/dist/src/lib/utils.d.ts.map +1 -1
  47. package/dist/src/lib/utils.js +366 -47
  48. package/dist/src/lib/voteWitnessTxBuilder.d.ts +62 -0
  49. package/dist/src/lib/voteWitnessTxBuilder.d.ts.map +1 -0
  50. package/dist/src/lib/voteWitnessTxBuilder.js +219 -0
  51. package/dist/src/lib/withdrawBuilder.d.ts +49 -0
  52. package/dist/src/lib/withdrawBuilder.d.ts.map +1 -0
  53. package/dist/src/lib/withdrawBuilder.js +167 -0
  54. package/dist/src/lib/withdrawExpireUnfreezeTxBuilder.d.ts +49 -0
  55. package/dist/src/lib/withdrawExpireUnfreezeTxBuilder.d.ts.map +1 -0
  56. package/dist/src/lib/withdrawExpireUnfreezeTxBuilder.js +167 -0
  57. package/dist/src/lib/wrappedBuilder.d.ts +56 -0
  58. package/dist/src/lib/wrappedBuilder.d.ts.map +1 -1
  59. package/dist/src/lib/wrappedBuilder.js +86 -2
  60. package/dist/src/trx.d.ts +58 -4
  61. package/dist/src/trx.d.ts.map +1 -1
  62. package/dist/src/trx.js +320 -146
  63. package/dist/src/trxToken.d.ts +2 -2
  64. package/dist/src/trxToken.d.ts.map +1 -1
  65. package/dist/src/trxToken.js +5 -5
  66. package/package.json +16 -14
  67. package/resources/protobuf/Contract.proto +32 -0
  68. package/resources/protobuf/tron.d.ts +1478 -214
  69. package/resources/protobuf/tron.js +6312 -2600
  70. package/resources/protobuf/tron.proto +6 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,946 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.4.4...@bitgo/sdk-coin-trx@3.4.5) (2025-07-31)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
9
+
10
+ ## [3.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.4.3...@bitgo/sdk-coin-trx@3.4.4) (2025-07-30)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
13
+
14
+ ## [3.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.4.1...@bitgo/sdk-coin-trx@3.4.3) (2025-07-25)
15
+
16
+ ### Bug Fixes
17
+
18
+ - run test in /dist to avoid strip-only mode for node 24 ([868a01a](https://github.com/BitGo/BitGoJS/commit/868a01ab0a21fdf04fa352396c6a5cb825e01c36))
19
+
20
+ ## [3.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.4.1...@bitgo/sdk-coin-trx@3.4.2) (2025-07-23)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
23
+
24
+ ## [3.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.4.0...@bitgo/sdk-coin-trx@3.4.1) (2025-07-15)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
27
+
28
+ # [3.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.3.5...@bitgo/sdk-coin-trx@3.4.0) (2025-07-10)
29
+
30
+ ### Features
31
+
32
+ - **sdk-coin-trx:** add support for reward claim ([4962338](https://github.com/BitGo/BitGoJS/commit/49623382bc6855534d8e7f4bbd6fe177c2ebd47a))
33
+
34
+ ## [3.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.3.4...@bitgo/sdk-coin-trx@3.3.5) (2025-07-03)
35
+
36
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
37
+
38
+ ## [3.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.3.3...@bitgo/sdk-coin-trx@3.3.4) (2025-06-25)
39
+
40
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
41
+
42
+ ## [3.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.3.2...@bitgo/sdk-coin-trx@3.3.3) (2025-06-24)
43
+
44
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
45
+
46
+ ## [3.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.3.1...@bitgo/sdk-coin-trx@3.3.2) (2025-06-18)
47
+
48
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
49
+
50
+ ## [3.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.3.0...@bitgo/sdk-coin-trx@3.3.1) (2025-06-10)
51
+
52
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
53
+
54
+ # [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.2.0...@bitgo/sdk-coin-trx@3.3.0) (2025-06-05)
55
+
56
+ ### Features
57
+
58
+ - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
59
+
60
+ # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.1.1...@bitgo/sdk-coin-trx@3.2.0) (2025-06-02)
61
+
62
+ ### Features
63
+
64
+ - rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
65
+ - **sdk-coin-trx:** add delegate txbuilder ([2e270bd](https://github.com/BitGo/BitGoJS/commit/2e270bd44b6333795f9bc08e17d31c588f179e3a))
66
+ - **sdk-coin-trx:** add delegate txbuilder ([efecbf3](https://github.com/BitGo/BitGoJS/commit/efecbf3b001148f5edf3a1729958f5f3e77ea3ec))
67
+ - **sdk-coin-trx:** add unfreeze and withdraw for tron unstaking ([bf49450](https://github.com/BitGo/BitGoJS/commit/bf4945079989120e10e3498dd633c39d84942494))
68
+
69
+ ## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.1.0...@bitgo/sdk-coin-trx@3.1.1) (2025-05-28)
70
+
71
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
72
+
73
+ # [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.0.2...@bitgo/sdk-coin-trx@3.1.0) (2025-05-22)
74
+
75
+ ### Features
76
+
77
+ - **sdk-coin-trx:** add stake support (freeze and vote) ([7419a55](https://github.com/BitGo/BitGoJS/commit/7419a55d5822d2dba4d99f5a5cbdd53c40427abf))
78
+
79
+ ## [3.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.0.1...@bitgo/sdk-coin-trx@3.0.2) (2025-05-20)
80
+
81
+ ### Bug Fixes
82
+
83
+ - **sdk-coin-trx:** handling string type for scanning factor ([e465870](https://github.com/BitGo/BitGoJS/commit/e4658700c57ba5906aabb896ba2e9a26f244df60))
84
+
85
+ ## [3.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@3.0.0...@bitgo/sdk-coin-trx@3.0.1) (2025-05-07)
86
+
87
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
88
+
89
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.77...@bitgo/sdk-coin-trx@3.0.0) (2025-04-29)
90
+
91
+ ### Bug Fixes
92
+
93
+ - **sdk-coin-trx:** isValidAddress allows only base58 address format ([3b4f53c](https://github.com/BitGo/BitGoJS/commit/3b4f53cb3f17194b757d163709a402b2b056b331))
94
+
95
+ ### BREAKING CHANGES
96
+
97
+ - **sdk-coin-trx:** isValidAddress for Tron used to allow hex addresses and base58 format addresses.
98
+ But Tron build API expect addresses to be passed in Base58check format. Hence removing the support of hex addresses
99
+ TICKET: COIN-3940
100
+
101
+ ## [2.0.77](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.76...@bitgo/sdk-coin-trx@2.0.77) (2025-04-25)
102
+
103
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
104
+
105
+ ## [2.0.76](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.75...@bitgo/sdk-coin-trx@2.0.76) (2025-04-15)
106
+
107
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
108
+
109
+ ## [2.0.75](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.74...@bitgo/sdk-coin-trx@2.0.75) (2025-04-04)
110
+
111
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
112
+
113
+ ## [2.0.74](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.73...@bitgo/sdk-coin-trx@2.0.74) (2025-04-02)
114
+
115
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
116
+
117
+ ## [2.0.73](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.72...@bitgo/sdk-coin-trx@2.0.73) (2025-03-28)
118
+
119
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
120
+
121
+ ## [2.0.72](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.71...@bitgo/sdk-coin-trx@2.0.72) (2025-03-20)
122
+
123
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
124
+
125
+ ## [2.0.71](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.70...@bitgo/sdk-coin-trx@2.0.71) (2025-03-18)
126
+
127
+ ### Bug Fixes
128
+
129
+ - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
130
+
131
+ ## [2.0.70](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.69...@bitgo/sdk-coin-trx@2.0.70) (2025-03-06)
132
+
133
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
134
+
135
+ ## [2.0.69](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.66...@bitgo/sdk-coin-trx@2.0.69) (2025-03-04)
136
+
137
+ ### Bug Fixes
138
+
139
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
140
+
141
+ ## [2.0.68](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.66...@bitgo/sdk-coin-trx@2.0.68) (2025-02-26)
142
+
143
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
144
+
145
+ ## [2.0.67](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.66...@bitgo/sdk-coin-trx@2.0.67) (2025-02-20)
146
+
147
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
148
+
149
+ ## [2.0.66](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.65...@bitgo/sdk-coin-trx@2.0.66) (2025-02-19)
150
+
151
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
152
+
153
+ ## [2.0.65](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.64...@bitgo/sdk-coin-trx@2.0.65) (2025-02-11)
154
+
155
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
156
+
157
+ ## [2.0.64](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.63...@bitgo/sdk-coin-trx@2.0.64) (2025-02-05)
158
+
159
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
160
+
161
+ ## [2.0.63](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.62...@bitgo/sdk-coin-trx@2.0.63) (2025-01-28)
162
+
163
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
164
+
165
+ ## [2.0.62](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.61...@bitgo/sdk-coin-trx@2.0.62) (2025-01-23)
166
+
167
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
168
+
169
+ ## [2.0.61](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.60...@bitgo/sdk-coin-trx@2.0.61) (2025-01-23)
170
+
171
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
172
+
173
+ ## [2.0.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.59...@bitgo/sdk-coin-trx@2.0.60) (2025-01-20)
174
+
175
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
176
+
177
+ ## [2.0.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.58...@bitgo/sdk-coin-trx@2.0.59) (2025-01-15)
178
+
179
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
180
+
181
+ ## [2.0.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.57...@bitgo/sdk-coin-trx@2.0.58) (2025-01-09)
182
+
183
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
184
+
185
+ ## [2.0.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.56...@bitgo/sdk-coin-trx@2.0.57) (2025-01-03)
186
+
187
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
188
+
189
+ ## [2.0.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.55...@bitgo/sdk-coin-trx@2.0.56) (2024-12-24)
190
+
191
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
192
+
193
+ ## [2.0.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.54...@bitgo/sdk-coin-trx@2.0.55) (2024-12-19)
194
+
195
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
196
+
197
+ ## [2.0.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.52...@bitgo/sdk-coin-trx@2.0.54) (2024-12-17)
198
+
199
+ ### Bug Fixes
200
+
201
+ - **abstract-utxo:** pass actual wallet to signTransaction ([55caa4a](https://github.com/BitGo/BitGoJS/commit/55caa4a6ddcb7699732d6259f1a2db014008a815))
202
+
203
+ ## [2.0.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.52...@bitgo/sdk-coin-trx@2.0.53) (2024-12-17)
204
+
205
+ ### Bug Fixes
206
+
207
+ - **abstract-utxo:** pass actual wallet to signTransaction ([55caa4a](https://github.com/BitGo/BitGoJS/commit/55caa4a6ddcb7699732d6259f1a2db014008a815))
208
+
209
+ ## [2.0.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.51...@bitgo/sdk-coin-trx@2.0.52) (2024-12-12)
210
+
211
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
212
+
213
+ ## [2.0.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.50...@bitgo/sdk-coin-trx@2.0.51) (2024-12-11)
214
+
215
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
216
+
217
+ ## [2.0.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.49...@bitgo/sdk-coin-trx@2.0.50) (2024-12-03)
218
+
219
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
220
+
221
+ ## [2.0.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.48...@bitgo/sdk-coin-trx@2.0.49) (2024-11-26)
222
+
223
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
224
+
225
+ ## [2.0.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.47...@bitgo/sdk-coin-trx@2.0.48) (2024-11-21)
226
+
227
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
228
+
229
+ ## [2.0.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.45...@bitgo/sdk-coin-trx@2.0.47) (2024-11-19)
230
+
231
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
232
+
233
+ ## [2.0.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.45...@bitgo/sdk-coin-trx@2.0.46) (2024-11-14)
234
+
235
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
236
+
237
+ ## [2.0.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.44...@bitgo/sdk-coin-trx@2.0.45) (2024-11-08)
238
+
239
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
240
+
241
+ ## [2.0.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.43...@bitgo/sdk-coin-trx@2.0.44) (2024-11-07)
242
+
243
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
244
+
245
+ ## [2.0.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.42...@bitgo/sdk-coin-trx@2.0.43) (2024-11-01)
246
+
247
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
248
+
249
+ ## [2.0.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.41...@bitgo/sdk-coin-trx@2.0.42) (2024-10-22)
250
+
251
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
252
+
253
+ ## [2.0.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.40...@bitgo/sdk-coin-trx@2.0.41) (2024-10-15)
254
+
255
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
256
+
257
+ ## [2.0.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.39...@bitgo/sdk-coin-trx@2.0.40) (2024-10-08)
258
+
259
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
260
+
261
+ ## [2.0.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.38...@bitgo/sdk-coin-trx@2.0.39) (2024-10-04)
262
+
263
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
264
+
265
+ ## [2.0.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.37...@bitgo/sdk-coin-trx@2.0.38) (2024-09-24)
266
+
267
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
268
+
269
+ ## [2.0.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.36...@bitgo/sdk-coin-trx@2.0.37) (2024-09-19)
270
+
271
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
272
+
273
+ ## [2.0.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.35...@bitgo/sdk-coin-trx@2.0.36) (2024-09-16)
274
+
275
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
276
+
277
+ ## [2.0.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.34...@bitgo/sdk-coin-trx@2.0.35) (2024-09-10)
278
+
279
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
280
+
281
+ ## [2.0.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.33...@bitgo/sdk-coin-trx@2.0.34) (2024-09-03)
282
+
283
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
284
+
285
+ ## [2.0.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.32...@bitgo/sdk-coin-trx@2.0.33) (2024-08-29)
286
+
287
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
288
+
289
+ ## [2.0.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.31...@bitgo/sdk-coin-trx@2.0.32) (2024-08-27)
290
+
291
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
292
+
293
+ ## [2.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.29...@bitgo/sdk-coin-trx@2.0.31) (2024-08-20)
294
+
295
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
296
+
297
+ ## [2.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.29...@bitgo/sdk-coin-trx@2.0.30) (2024-08-13)
298
+
299
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
300
+
301
+ ## [2.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.28...@bitgo/sdk-coin-trx@2.0.29) (2024-08-07)
302
+
303
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
304
+
305
+ ## [2.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.27...@bitgo/sdk-coin-trx@2.0.28) (2024-07-30)
306
+
307
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
308
+
309
+ ## [2.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.26...@bitgo/sdk-coin-trx@2.0.27) (2024-07-24)
310
+
311
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
312
+
313
+ ## [2.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.25...@bitgo/sdk-coin-trx@2.0.26) (2024-07-16)
314
+
315
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
316
+
317
+ ## [2.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.24...@bitgo/sdk-coin-trx@2.0.25) (2024-07-04)
318
+
319
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
320
+
321
+ ## [2.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.23...@bitgo/sdk-coin-trx@2.0.24) (2024-07-02)
322
+
323
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
324
+
325
+ ## [2.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.22...@bitgo/sdk-coin-trx@2.0.23) (2024-06-27)
326
+
327
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
328
+
329
+ ## [2.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.21...@bitgo/sdk-coin-trx@2.0.22) (2024-06-26)
330
+
331
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
332
+
333
+ ## [2.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.19...@bitgo/sdk-coin-trx@2.0.21) (2024-06-21)
334
+
335
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
336
+
337
+ ## [2.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.19...@bitgo/sdk-coin-trx@2.0.20) (2024-06-20)
338
+
339
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
340
+
341
+ ## [2.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.18...@bitgo/sdk-coin-trx@2.0.19) (2024-06-14)
342
+
343
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
344
+
345
+ ## [2.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.17...@bitgo/sdk-coin-trx@2.0.18) (2024-06-11)
346
+
347
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
348
+
349
+ ## [2.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.16...@bitgo/sdk-coin-trx@2.0.17) (2024-06-05)
350
+
351
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
352
+
353
+ ## [2.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.15...@bitgo/sdk-coin-trx@2.0.16) (2024-05-31)
354
+
355
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
356
+
357
+ ## [2.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.14...@bitgo/sdk-coin-trx@2.0.15) (2024-05-28)
358
+
359
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
360
+
361
+ ## [2.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.13...@bitgo/sdk-coin-trx@2.0.14) (2024-05-22)
362
+
363
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
364
+
365
+ ## [2.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.12...@bitgo/sdk-coin-trx@2.0.13) (2024-05-17)
366
+
367
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
368
+
369
+ ## [2.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.11...@bitgo/sdk-coin-trx@2.0.12) (2024-05-13)
370
+
371
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
372
+
373
+ ## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.10...@bitgo/sdk-coin-trx@2.0.11) (2024-05-08)
374
+
375
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
376
+
377
+ ## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.9...@bitgo/sdk-coin-trx@2.0.10) (2024-05-01)
378
+
379
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
380
+
381
+ ## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.8...@bitgo/sdk-coin-trx@2.0.9) (2024-04-25)
382
+
383
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
384
+
385
+ ## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.7...@bitgo/sdk-coin-trx@2.0.8) (2024-04-24)
386
+
387
+ ### Bug Fixes
388
+
389
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
390
+
391
+ ## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.6...@bitgo/sdk-coin-trx@2.0.7) (2024-04-22)
392
+
393
+ ### Bug Fixes
394
+
395
+ - **sdk-core:** update protobufjs to fix critical vulnerability ([7066ada](https://github.com/BitGo/BitGoJS/commit/7066ada07272968a1325f84c36d5146b9e9d9abf))
396
+
397
+ ## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.5...@bitgo/sdk-coin-trx@2.0.6) (2024-04-17)
398
+
399
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
400
+
401
+ ## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.4...@bitgo/sdk-coin-trx@2.0.5) (2024-04-12)
402
+
403
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
404
+
405
+ ## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.3...@bitgo/sdk-coin-trx@2.0.4) (2024-04-10)
406
+
407
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
408
+
409
+ ## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.2...@bitgo/sdk-coin-trx@2.0.3) (2024-04-09)
410
+
411
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
412
+
413
+ ## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.1...@bitgo/sdk-coin-trx@2.0.2) (2024-04-08)
414
+
415
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
416
+
417
+ ## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@2.0.0...@bitgo/sdk-coin-trx@2.0.1) (2024-04-05)
418
+
419
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
420
+
421
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.37.4...@bitgo/sdk-coin-trx@2.0.0) (2024-03-28)
422
+
423
+ ### Features
424
+
425
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
426
+
427
+ ### BREAKING CHANGES
428
+
429
+ - **root:** Node 16 is no longer supported in bitgojs.
430
+ TICKET: WP-1100
431
+
432
+ ## [1.37.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.37.3...@bitgo/sdk-coin-trx@1.37.4) (2024-03-19)
433
+
434
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
435
+
436
+ ## [1.37.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.37.2...@bitgo/sdk-coin-trx@1.37.3) (2024-03-11)
437
+
438
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
439
+
440
+ ## [1.37.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.37.1...@bitgo/sdk-coin-trx@1.37.2) (2024-02-28)
441
+
442
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
443
+
444
+ ## [1.37.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.37.0...@bitgo/sdk-coin-trx@1.37.1) (2024-02-22)
445
+
446
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
447
+
448
+ # [1.37.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.37.0) (2024-02-19)
449
+
450
+ ### Bug Fixes
451
+
452
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
453
+ - **sdk-coin-trx:** fix withdrawal issue with trx:sun token ([b9866ac](https://github.com/BitGo/BitGoJS/commit/b9866aca9b9ebeb86ebd756eba44abda299ac116))
454
+ - **sdk-coin-trx:** import tron token list from statics ([77a4c3d](https://github.com/BitGo/BitGoJS/commit/77a4c3d147e4234256c9c579d99f291b6abbd7bf))
455
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
456
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
457
+
458
+ ### Features
459
+
460
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
461
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
462
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
463
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
464
+
465
+ # [1.35.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.35.0) (2024-01-30)
466
+
467
+ ### Bug Fixes
468
+
469
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
470
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
471
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
472
+
473
+ ### Features
474
+
475
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
476
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
477
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
478
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
479
+
480
+ # [1.34.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.34.0) (2024-01-26)
481
+
482
+ ### Bug Fixes
483
+
484
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
485
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
486
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
487
+
488
+ ### Features
489
+
490
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
491
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
492
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
493
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
494
+
495
+ # [1.33.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.33.0) (2024-01-26)
496
+
497
+ ### Bug Fixes
498
+
499
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
500
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
501
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
502
+
503
+ ### Features
504
+
505
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
506
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
507
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
508
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
509
+
510
+ # [1.32.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.32.0) (2024-01-25)
511
+
512
+ ### Bug Fixes
513
+
514
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
515
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
516
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
517
+
518
+ ### Features
519
+
520
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
521
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
522
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
523
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
524
+
525
+ # [1.31.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.31.0) (2024-01-22)
526
+
527
+ ### Bug Fixes
528
+
529
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
530
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
531
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
532
+
533
+ ### Features
534
+
535
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
536
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
537
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
538
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
539
+
540
+ # [1.30.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.30.0) (2024-01-09)
541
+
542
+ ### Bug Fixes
543
+
544
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
545
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
546
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
547
+
548
+ ### Features
549
+
550
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
551
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
552
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
553
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
554
+
555
+ # [1.29.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.29.0) (2024-01-03)
556
+
557
+ ### Bug Fixes
558
+
559
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
560
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
561
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
562
+
563
+ ### Features
564
+
565
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
566
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
567
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
568
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
569
+
570
+ # [1.28.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.28.0) (2023-12-18)
571
+
572
+ ### Bug Fixes
573
+
574
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
575
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
576
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
577
+
578
+ ### Features
579
+
580
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
581
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
582
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
583
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
584
+
585
+ # [1.27.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.27.0) (2023-12-12)
586
+
587
+ ### Bug Fixes
588
+
589
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
590
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
591
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
592
+
593
+ ### Features
594
+
595
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
596
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
597
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
598
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
599
+
600
+ # [1.26.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.26.0) (2023-12-09)
601
+
602
+ ### Bug Fixes
603
+
604
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
605
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
606
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
607
+
608
+ ### Features
609
+
610
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
611
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
612
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
613
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
614
+
615
+ # [1.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.25.0) (2023-12-05)
616
+
617
+ ### Bug Fixes
618
+
619
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
620
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
621
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
622
+
623
+ ### Features
624
+
625
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
626
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
627
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
628
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
629
+
630
+ # [1.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.24.0) (2023-11-28)
631
+
632
+ ### Bug Fixes
633
+
634
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
635
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
636
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
637
+
638
+ ### Features
639
+
640
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
641
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
642
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
643
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
644
+
645
+ # [1.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.23.0) (2023-11-24)
646
+
647
+ ### Bug Fixes
648
+
649
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
650
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
651
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
652
+
653
+ ### Features
654
+
655
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
656
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
657
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
658
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
659
+
660
+ # [1.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.22.0) (2023-11-17)
661
+
662
+ ### Bug Fixes
663
+
664
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
665
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
666
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
667
+
668
+ ### Features
669
+
670
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
671
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
672
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
673
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
674
+
675
+ # [1.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.21.0) (2023-11-13)
676
+
677
+ ### Bug Fixes
678
+
679
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
680
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
681
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
682
+
683
+ ### Features
684
+
685
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
686
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
687
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
688
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
689
+
690
+ # [1.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.20.0) (2023-11-13)
691
+
692
+ ### Bug Fixes
693
+
694
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
695
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
696
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
697
+
698
+ ### Features
699
+
700
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
701
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
702
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
703
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
704
+
705
+ # [1.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.19.0) (2023-11-13)
706
+
707
+ ### Bug Fixes
708
+
709
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
710
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
711
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
712
+
713
+ ### Features
714
+
715
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
716
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
717
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
718
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
719
+
720
+ # [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.18.0) (2023-10-20)
721
+
722
+ ### Bug Fixes
723
+
724
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
725
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
726
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
727
+
728
+ ### Features
729
+
730
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
731
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
732
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
733
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
734
+
735
+ # [1.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.17.0) (2023-10-18)
736
+
737
+ ### Bug Fixes
738
+
739
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
740
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
741
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
742
+
743
+ ### Features
744
+
745
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
746
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
747
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
748
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
749
+
750
+ # [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.16.0) (2023-09-25)
751
+
752
+ ### Bug Fixes
753
+
754
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
755
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
756
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
757
+
758
+ ### Features
759
+
760
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
761
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
762
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
763
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
764
+
765
+ # [1.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.15.0) (2023-09-09)
766
+
767
+ ### Bug Fixes
768
+
769
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
770
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
771
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
772
+
773
+ ### Features
774
+
775
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
776
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
777
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
778
+
779
+ # [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.14.0) (2023-09-09)
780
+
781
+ ### Bug Fixes
782
+
783
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
784
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
785
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
786
+
787
+ ### Features
788
+
789
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
790
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
791
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
792
+
793
+ # [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.13.0) (2023-09-07)
794
+
795
+ ### Bug Fixes
796
+
797
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
798
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
799
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
800
+
801
+ ### Features
802
+
803
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
804
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
805
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
806
+
807
+ # [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.12.0) (2023-09-05)
808
+
809
+ ### Bug Fixes
810
+
811
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
812
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
813
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
814
+
815
+ ### Features
816
+
817
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
818
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
819
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
820
+
821
+ # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.11.0) (2023-09-01)
822
+
823
+ ### Bug Fixes
824
+
825
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
826
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
827
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
828
+
829
+ ### Features
830
+
831
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
832
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
833
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
834
+
835
+ ## [1.10.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.10.5) (2023-08-29)
836
+
837
+ ### Bug Fixes
838
+
839
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
840
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
841
+
842
+ ## [1.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.10.4) (2023-08-25)
843
+
844
+ ### Bug Fixes
845
+
846
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
847
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
848
+
849
+ ## [1.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.10.3) (2023-08-24)
850
+
851
+ ### Bug Fixes
852
+
853
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
854
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
855
+
856
+ ## [1.10.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.10.2) (2023-08-16)
857
+
858
+ ### Bug Fixes
859
+
860
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
861
+
862
+ ## [1.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.10.1) (2023-08-16)
863
+
864
+ ### Bug Fixes
865
+
866
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
867
+
868
+ # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.8.5...@bitgo/sdk-coin-trx@1.10.0) (2023-08-04)
869
+
870
+ ### Features
871
+
872
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
873
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
874
+
875
+ # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.8.5...@bitgo/sdk-coin-trx@1.9.0) (2023-07-28)
876
+
877
+ ### Features
878
+
879
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
880
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
881
+
882
+ ## [1.8.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.8.4...@bitgo/sdk-coin-trx@1.8.5) (2023-07-18)
883
+
884
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
885
+
886
+ ## [1.8.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.8.3...@bitgo/sdk-coin-trx@1.8.4) (2023-06-21)
887
+
888
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
889
+
890
+ ## [1.8.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.8.2...@bitgo/sdk-coin-trx@1.8.3) (2023-06-14)
891
+
892
+ ### Bug Fixes
893
+
894
+ - **sdk-coin-trx:** replace isValidHexAddress method for correct pattern ([5886259](https://github.com/BitGo/BitGoJS/commit/5886259caf4a45bc9016d276e9b2155d969900cf))
895
+
896
+ ## [1.8.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.8.1...@bitgo/sdk-coin-trx@1.8.2) (2023-06-13)
897
+
898
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
899
+
900
+ ## [1.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.8.0...@bitgo/sdk-coin-trx@1.8.1) (2023-06-07)
901
+
902
+ ### Bug Fixes
903
+
904
+ - **sdk-coin-trx:** os agnostic commands ([6a740f2](https://github.com/BitGo/BitGoJS/commit/6a740f22ac8e79bdadbe28ee14a8a62cb554bd65))
905
+
906
+ # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.7.6...@bitgo/sdk-coin-trx@1.8.0) (2023-06-05)
907
+
908
+ ### Bug Fixes
909
+
910
+ - **sdk-coin-stx:** fix trx recovery ([8c28f2f](https://github.com/BitGo/BitGoJS/commit/8c28f2ff2c2b29be1e27617f6fb830a5f18b7ced))
911
+
912
+ ### Features
913
+
914
+ - **sdk-coin-trx:** add receive address tron recovery ([2a120fe](https://github.com/BitGo/BitGoJS/commit/2a120fef44345c270f2fa0ff5749f78f821e0d1b))
915
+
916
+ ## [1.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.7.5...@bitgo/sdk-coin-trx@1.7.6) (2023-05-25)
917
+
918
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
919
+
920
+ ## [1.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.7.4...@bitgo/sdk-coin-trx@1.7.5) (2023-05-17)
921
+
922
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
923
+
924
+ ## [1.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.7.3...@bitgo/sdk-coin-trx@1.7.4) (2023-05-10)
925
+
926
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
927
+
928
+ ## [1.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.7.2...@bitgo/sdk-coin-trx@1.7.3) (2023-05-03)
929
+
930
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
931
+
932
+ ## [1.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.7.1...@bitgo/sdk-coin-trx@1.7.2) (2023-04-25)
933
+
934
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
935
+
936
+ ## [1.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.7.0...@bitgo/sdk-coin-trx@1.7.1) (2023-04-20)
937
+
938
+ **Note:** Version bump only for package @bitgo/sdk-coin-trx
939
+
940
+ # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.6.4...@bitgo/sdk-coin-trx@1.7.0) (2023-04-13)
941
+
942
+ ### Features
943
+
944
+ - **sdk-coin-trx:** add tokens to tron recovery method ([1aec210](https://github.com/BitGo/BitGoJS/commit/1aec2109bbd52a5c77d9df529ec73184c9babc85))
945
+
6
946
  ## [1.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.6.3...@bitgo/sdk-coin-trx@1.6.4) (2023-02-17)
7
947
 
8
948
  **Note:** Version bump only for package @bitgo/sdk-coin-trx