@bitgo-beta/sdk-coin-hbar 2.0.73-alpha.13 → 2.0.73-alpha.130

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 (50) hide show
  1. package/dist/src/hbar.d.ts +20 -3
  2. package/dist/src/hbar.d.ts.map +1 -1
  3. package/dist/src/hbar.js +183 -6
  4. package/dist/src/lib/index.d.ts +1 -0
  5. package/dist/src/lib/index.d.ts.map +1 -1
  6. package/dist/src/lib/index.js +1 -1
  7. package/dist/test/fixtures/hbar.d.ts +6 -0
  8. package/dist/test/fixtures/hbar.d.ts.map +1 -0
  9. package/dist/test/fixtures/hbar.js +9 -0
  10. package/dist/test/resources/hbar.d.ts +67 -0
  11. package/dist/test/resources/hbar.d.ts.map +1 -0
  12. package/dist/test/resources/hbar.js +73 -0
  13. package/dist/test/unit/fixtures/hbarBackupKey.d.ts +4 -0
  14. package/dist/test/unit/fixtures/hbarBackupKey.d.ts.map +1 -0
  15. package/dist/test/unit/fixtures/hbarBackupKey.js +10 -0
  16. package/dist/test/unit/getBuilderFactory.d.ts +3 -0
  17. package/dist/test/unit/getBuilderFactory.d.ts.map +1 -0
  18. package/dist/test/unit/getBuilderFactory.js +10 -0
  19. package/dist/test/unit/hbar.d.ts +2 -0
  20. package/dist/test/unit/hbar.d.ts.map +1 -0
  21. package/dist/test/unit/hbar.js +1437 -0
  22. package/dist/test/unit/hbarToken.d.ts +2 -0
  23. package/dist/test/unit/hbarToken.d.ts.map +1 -0
  24. package/dist/test/unit/hbarToken.js +34 -0
  25. package/dist/test/unit/keyPair.d.ts +2 -0
  26. package/dist/test/unit/keyPair.d.ts.map +1 -0
  27. package/dist/test/unit/keyPair.js +179 -0
  28. package/dist/test/unit/transaction.d.ts +2 -0
  29. package/dist/test/unit/transaction.d.ts.map +1 -0
  30. package/dist/test/unit/transaction.js +94 -0
  31. package/dist/test/unit/transactionBuilder/tokenAssociateBuilder.d.ts +2 -0
  32. package/dist/test/unit/transactionBuilder/tokenAssociateBuilder.d.ts.map +1 -0
  33. package/dist/test/unit/transactionBuilder/tokenAssociateBuilder.js +215 -0
  34. package/dist/test/unit/transactionBuilder/tokenTransferBuilder.d.ts +2 -0
  35. package/dist/test/unit/transactionBuilder/tokenTransferBuilder.d.ts.map +1 -0
  36. package/dist/test/unit/transactionBuilder/tokenTransferBuilder.js +329 -0
  37. package/dist/test/unit/transactionBuilder/transferBuilder.d.ts +2 -0
  38. package/dist/test/unit/transactionBuilder/transferBuilder.d.ts.map +1 -0
  39. package/dist/test/unit/transactionBuilder/transferBuilder.js +353 -0
  40. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts +2 -0
  41. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts.map +1 -0
  42. package/dist/test/unit/transactionBuilder/walletInitialization.js +214 -0
  43. package/dist/test/unit/utils.d.ts +2 -0
  44. package/dist/test/unit/utils.d.ts.map +1 -0
  45. package/dist/test/unit/utils.js +275 -0
  46. package/dist/tsconfig.tsbuildinfo +1 -0
  47. package/package.json +13 -10
  48. package/.eslintignore +0 -5
  49. package/.mocharc.yml +0 -8
  50. package/CHANGELOG.md +0 -743
package/CHANGELOG.md DELETED
@@ -1,743 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [2.0.76](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.75...@bitgo/sdk-coin-hbar@2.0.76) (2025-04-15)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
9
-
10
- ## [2.0.75](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.74...@bitgo/sdk-coin-hbar@2.0.75) (2025-04-04)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
13
-
14
- ## [2.0.74](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.73...@bitgo/sdk-coin-hbar@2.0.74) (2025-04-02)
15
-
16
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
17
-
18
- ## [2.0.73](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.72...@bitgo/sdk-coin-hbar@2.0.73) (2025-03-28)
19
-
20
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
21
-
22
- ## [2.0.72](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.71...@bitgo/sdk-coin-hbar@2.0.72) (2025-03-20)
23
-
24
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
25
-
26
- ## [2.0.71](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.70...@bitgo/sdk-coin-hbar@2.0.71) (2025-03-18)
27
-
28
- ### Bug Fixes
29
-
30
- - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
31
-
32
- ## [2.0.70](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.69...@bitgo/sdk-coin-hbar@2.0.70) (2025-03-06)
33
-
34
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
35
-
36
- ## [2.0.69](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.66...@bitgo/sdk-coin-hbar@2.0.69) (2025-03-04)
37
-
38
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
39
-
40
- ## [2.0.68](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.66...@bitgo/sdk-coin-hbar@2.0.68) (2025-02-26)
41
-
42
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
43
-
44
- ## [2.0.67](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.66...@bitgo/sdk-coin-hbar@2.0.67) (2025-02-20)
45
-
46
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
47
-
48
- ## [2.0.66](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.65...@bitgo/sdk-coin-hbar@2.0.66) (2025-02-19)
49
-
50
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
51
-
52
- ## [2.0.65](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.64...@bitgo/sdk-coin-hbar@2.0.65) (2025-02-11)
53
-
54
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
55
-
56
- ## [2.0.64](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.63...@bitgo/sdk-coin-hbar@2.0.64) (2025-02-05)
57
-
58
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
59
-
60
- ## [2.0.63](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.62...@bitgo/sdk-coin-hbar@2.0.63) (2025-01-28)
61
-
62
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
63
-
64
- ## [2.0.62](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.61...@bitgo/sdk-coin-hbar@2.0.62) (2025-01-23)
65
-
66
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
67
-
68
- ## [2.0.61](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.60...@bitgo/sdk-coin-hbar@2.0.61) (2025-01-23)
69
-
70
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
71
-
72
- ## [2.0.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.59...@bitgo/sdk-coin-hbar@2.0.60) (2025-01-20)
73
-
74
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
75
-
76
- ## [2.0.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.58...@bitgo/sdk-coin-hbar@2.0.59) (2025-01-15)
77
-
78
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
79
-
80
- ## [2.0.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.57...@bitgo/sdk-coin-hbar@2.0.58) (2025-01-09)
81
-
82
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
83
-
84
- ## [2.0.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.56...@bitgo/sdk-coin-hbar@2.0.57) (2025-01-03)
85
-
86
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
87
-
88
- ## [2.0.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.55...@bitgo/sdk-coin-hbar@2.0.56) (2024-12-24)
89
-
90
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
91
-
92
- ## [2.0.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.54...@bitgo/sdk-coin-hbar@2.0.55) (2024-12-19)
93
-
94
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
95
-
96
- ## [2.0.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.52...@bitgo/sdk-coin-hbar@2.0.54) (2024-12-17)
97
-
98
- ### Bug Fixes
99
-
100
- - **abstract-utxo:** pass actual wallet to signTransaction ([55caa4a](https://github.com/BitGo/BitGoJS/commit/55caa4a6ddcb7699732d6259f1a2db014008a815))
101
-
102
- ## [2.0.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.52...@bitgo/sdk-coin-hbar@2.0.53) (2024-12-17)
103
-
104
- ### Bug Fixes
105
-
106
- - **abstract-utxo:** pass actual wallet to signTransaction ([55caa4a](https://github.com/BitGo/BitGoJS/commit/55caa4a6ddcb7699732d6259f1a2db014008a815))
107
-
108
- ## [2.0.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.51...@bitgo/sdk-coin-hbar@2.0.52) (2024-12-12)
109
-
110
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
111
-
112
- ## [2.0.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.50...@bitgo/sdk-coin-hbar@2.0.51) (2024-12-11)
113
-
114
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
115
-
116
- ## [2.0.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.49...@bitgo/sdk-coin-hbar@2.0.50) (2024-12-03)
117
-
118
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
119
-
120
- ## [2.0.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.48...@bitgo/sdk-coin-hbar@2.0.49) (2024-11-26)
121
-
122
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
123
-
124
- ## [2.0.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.47...@bitgo/sdk-coin-hbar@2.0.48) (2024-11-21)
125
-
126
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
127
-
128
- ## [2.0.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.45...@bitgo/sdk-coin-hbar@2.0.47) (2024-11-19)
129
-
130
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
131
-
132
- ## [2.0.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.45...@bitgo/sdk-coin-hbar@2.0.46) (2024-11-14)
133
-
134
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
135
-
136
- ## [2.0.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.44...@bitgo/sdk-coin-hbar@2.0.45) (2024-11-08)
137
-
138
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
139
-
140
- ## [2.0.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.43...@bitgo/sdk-coin-hbar@2.0.44) (2024-11-07)
141
-
142
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
143
-
144
- ## [2.0.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.42...@bitgo/sdk-coin-hbar@2.0.43) (2024-11-01)
145
-
146
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
147
-
148
- ## [2.0.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.41...@bitgo/sdk-coin-hbar@2.0.42) (2024-10-22)
149
-
150
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
151
-
152
- ## [2.0.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.40...@bitgo/sdk-coin-hbar@2.0.41) (2024-10-15)
153
-
154
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
155
-
156
- ## [2.0.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.39...@bitgo/sdk-coin-hbar@2.0.40) (2024-10-08)
157
-
158
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
159
-
160
- ## [2.0.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.38...@bitgo/sdk-coin-hbar@2.0.39) (2024-10-04)
161
-
162
- ### Bug Fixes
163
-
164
- - **sdk-coin-hbar:** hbar address validation ([7015310](https://github.com/BitGo/BitGoJS/commit/70153106ed77c0de469d88880cd42631aa6e2e5d))
165
-
166
- ## [2.0.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.37...@bitgo/sdk-coin-hbar@2.0.38) (2024-09-24)
167
-
168
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
169
-
170
- ## [2.0.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.36...@bitgo/sdk-coin-hbar@2.0.37) (2024-09-19)
171
-
172
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
173
-
174
- ## [2.0.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.35...@bitgo/sdk-coin-hbar@2.0.36) (2024-09-16)
175
-
176
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
177
-
178
- ## [2.0.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.34...@bitgo/sdk-coin-hbar@2.0.35) (2024-09-10)
179
-
180
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
181
-
182
- ## [2.0.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.33...@bitgo/sdk-coin-hbar@2.0.34) (2024-09-03)
183
-
184
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
185
-
186
- ## [2.0.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.32...@bitgo/sdk-coin-hbar@2.0.33) (2024-08-29)
187
-
188
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
189
-
190
- ## [2.0.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.31...@bitgo/sdk-coin-hbar@2.0.32) (2024-08-27)
191
-
192
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
193
-
194
- ## [2.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.29...@bitgo/sdk-coin-hbar@2.0.31) (2024-08-20)
195
-
196
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
197
-
198
- ## [2.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.29...@bitgo/sdk-coin-hbar@2.0.30) (2024-08-13)
199
-
200
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
201
-
202
- ## [2.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.28...@bitgo/sdk-coin-hbar@2.0.29) (2024-08-07)
203
-
204
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
205
-
206
- ## [2.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.27...@bitgo/sdk-coin-hbar@2.0.28) (2024-07-30)
207
-
208
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
209
-
210
- ## [2.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.26...@bitgo/sdk-coin-hbar@2.0.27) (2024-07-24)
211
-
212
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
213
-
214
- ## [2.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.25...@bitgo/sdk-coin-hbar@2.0.26) (2024-07-16)
215
-
216
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
217
-
218
- ## [2.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.24...@bitgo/sdk-coin-hbar@2.0.25) (2024-07-04)
219
-
220
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
221
-
222
- ## [2.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.23...@bitgo/sdk-coin-hbar@2.0.24) (2024-07-02)
223
-
224
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
225
-
226
- ## [2.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.22...@bitgo/sdk-coin-hbar@2.0.23) (2024-06-27)
227
-
228
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
229
-
230
- ## [2.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.21...@bitgo/sdk-coin-hbar@2.0.22) (2024-06-26)
231
-
232
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
233
-
234
- ## [2.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.19...@bitgo/sdk-coin-hbar@2.0.21) (2024-06-21)
235
-
236
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
237
-
238
- ## [2.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.19...@bitgo/sdk-coin-hbar@2.0.20) (2024-06-20)
239
-
240
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
241
-
242
- ## [2.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.18...@bitgo/sdk-coin-hbar@2.0.19) (2024-06-14)
243
-
244
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
245
-
246
- ## [2.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.17...@bitgo/sdk-coin-hbar@2.0.18) (2024-06-11)
247
-
248
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
249
-
250
- ## [2.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.16...@bitgo/sdk-coin-hbar@2.0.17) (2024-06-05)
251
-
252
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
253
-
254
- ## [2.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.15...@bitgo/sdk-coin-hbar@2.0.16) (2024-05-31)
255
-
256
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
257
-
258
- ## [2.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.14...@bitgo/sdk-coin-hbar@2.0.15) (2024-05-28)
259
-
260
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
261
-
262
- ## [2.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.13...@bitgo/sdk-coin-hbar@2.0.14) (2024-05-22)
263
-
264
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
265
-
266
- ## [2.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.12...@bitgo/sdk-coin-hbar@2.0.13) (2024-05-17)
267
-
268
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
269
-
270
- ## [2.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.11...@bitgo/sdk-coin-hbar@2.0.12) (2024-05-13)
271
-
272
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
273
-
274
- ## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.10...@bitgo/sdk-coin-hbar@2.0.11) (2024-05-08)
275
-
276
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
277
-
278
- ## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.9...@bitgo/sdk-coin-hbar@2.0.10) (2024-05-01)
279
-
280
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
281
-
282
- ## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.8...@bitgo/sdk-coin-hbar@2.0.9) (2024-04-25)
283
-
284
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
285
-
286
- ## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.7...@bitgo/sdk-coin-hbar@2.0.8) (2024-04-24)
287
-
288
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
289
-
290
- ## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.6...@bitgo/sdk-coin-hbar@2.0.7) (2024-04-22)
291
-
292
- ### Bug Fixes
293
-
294
- - **sdk-core:** update protobufjs to fix critical vulnerability ([7066ada](https://github.com/BitGo/BitGoJS/commit/7066ada07272968a1325f84c36d5146b9e9d9abf))
295
-
296
- ## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.5...@bitgo/sdk-coin-hbar@2.0.6) (2024-04-17)
297
-
298
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
299
-
300
- ## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.4...@bitgo/sdk-coin-hbar@2.0.5) (2024-04-12)
301
-
302
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
303
-
304
- ## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.3...@bitgo/sdk-coin-hbar@2.0.4) (2024-04-10)
305
-
306
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
307
-
308
- ## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.2...@bitgo/sdk-coin-hbar@2.0.3) (2024-04-09)
309
-
310
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
311
-
312
- ## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.1...@bitgo/sdk-coin-hbar@2.0.2) (2024-04-08)
313
-
314
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
315
-
316
- ## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@2.0.0...@bitgo/sdk-coin-hbar@2.0.1) (2024-04-05)
317
-
318
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
319
-
320
- # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.14.1...@bitgo/sdk-coin-hbar@2.0.0) (2024-03-28)
321
-
322
- ### Features
323
-
324
- - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
325
-
326
- ### BREAKING CHANGES
327
-
328
- - **root:** Node 16 is no longer supported in bitgojs.
329
- TICKET: WP-1100
330
-
331
- ## [1.14.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.14.0...@bitgo/sdk-coin-hbar@1.14.1) (2024-03-19)
332
-
333
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
334
-
335
- # [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.13.1...@bitgo/sdk-coin-hbar@1.14.0) (2024-03-11)
336
-
337
- ### Features
338
-
339
- - **sdk-coin-hbar:** fix and test hbar recovery with root keys ([b9bdcb7](https://github.com/BitGo/BitGoJS/commit/b9bdcb73351a0a5131093748eeb9a768777a9e76))
340
- - **sdk-core:** add new supportsDeriveKeyWithSeed flag ([c82bc46](https://github.com/BitGo/BitGoJS/commit/c82bc4686806d572be158b3862c232ab58547657))
341
-
342
- ## [1.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.13.0...@bitgo/sdk-coin-hbar@1.13.1) (2024-02-28)
343
-
344
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
345
-
346
- # [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.12.0...@bitgo/sdk-coin-hbar@1.13.0) (2024-02-22)
347
-
348
- ### Bug Fixes
349
-
350
- - **sdk-coin-hbar:** deprecate hbar deriveKeyWithSeed ([b7b3c83](https://github.com/BitGo/BitGoJS/commit/b7b3c8372fc52ffe3aa6027ab02219a66da574b5))
351
-
352
- ### Features
353
-
354
- - **sdk-coin-hbar:** implement hbar root keys ([1f85407](https://github.com/BitGo/BitGoJS/commit/1f85407b16f636cc0e9a01c5b1ab9a77337dd148))
355
-
356
- # [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.12.0) (2024-02-19)
357
-
358
- ### Bug Fixes
359
-
360
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
361
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
362
- - **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
363
-
364
- ### Features
365
-
366
- - **sdk-coin-hbar:** implement recover method for native hbar ([45c4b7a](https://github.com/BitGo/BitGoJS/commit/45c4b7a7591176cb665efbdbb4279d40f3a869dd))
367
- - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
368
-
369
- # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.10.0) (2024-01-30)
370
-
371
- ### Bug Fixes
372
-
373
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
374
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
375
- - **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
376
-
377
- ### Features
378
-
379
- - **sdk-coin-hbar:** implement recover method for native hbar ([45c4b7a](https://github.com/BitGo/BitGoJS/commit/45c4b7a7591176cb665efbdbb4279d40f3a869dd))
380
- - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
381
-
382
- # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.9.0) (2024-01-26)
383
-
384
- ### Bug Fixes
385
-
386
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
387
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
388
- - **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
389
-
390
- ### Features
391
-
392
- - **sdk-coin-hbar:** implement recover method for native hbar ([45c4b7a](https://github.com/BitGo/BitGoJS/commit/45c4b7a7591176cb665efbdbb4279d40f3a869dd))
393
- - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
394
-
395
- # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.8.0) (2024-01-26)
396
-
397
- ### Bug Fixes
398
-
399
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
400
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
401
- - **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
402
-
403
- ### Features
404
-
405
- - **sdk-coin-hbar:** implement recover method for native hbar ([45c4b7a](https://github.com/BitGo/BitGoJS/commit/45c4b7a7591176cb665efbdbb4279d40f3a869dd))
406
- - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
407
-
408
- # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.7.0) (2024-01-25)
409
-
410
- ### Bug Fixes
411
-
412
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
413
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
414
- - **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
415
-
416
- ### Features
417
-
418
- - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
419
-
420
- # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.6.0) (2024-01-22)
421
-
422
- ### Bug Fixes
423
-
424
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
425
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
426
- - **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
427
-
428
- ### Features
429
-
430
- - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
431
-
432
- ## [1.5.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.25) (2024-01-09)
433
-
434
- ### Bug Fixes
435
-
436
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
437
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
438
- - **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
439
-
440
- ## [1.5.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.24) (2024-01-03)
441
-
442
- ### Bug Fixes
443
-
444
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
445
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
446
- - **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
447
-
448
- ## [1.5.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.23) (2023-12-18)
449
-
450
- ### Bug Fixes
451
-
452
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
453
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
454
-
455
- ## [1.5.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.22) (2023-12-12)
456
-
457
- ### Bug Fixes
458
-
459
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
460
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
461
-
462
- ## [1.5.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.21) (2023-12-09)
463
-
464
- ### Bug Fixes
465
-
466
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
467
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
468
-
469
- ## [1.5.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.20) (2023-12-05)
470
-
471
- ### Bug Fixes
472
-
473
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
474
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
475
-
476
- ## [1.5.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.19) (2023-11-28)
477
-
478
- ### Bug Fixes
479
-
480
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
481
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
482
-
483
- ## [1.5.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.18) (2023-11-24)
484
-
485
- ### Bug Fixes
486
-
487
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
488
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
489
-
490
- ## [1.5.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.17) (2023-11-17)
491
-
492
- ### Bug Fixes
493
-
494
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
495
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
496
-
497
- ## [1.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.16) (2023-11-13)
498
-
499
- ### Bug Fixes
500
-
501
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
502
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
503
-
504
- ## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.15) (2023-11-13)
505
-
506
- ### Bug Fixes
507
-
508
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
509
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
510
-
511
- ## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.14) (2023-11-13)
512
-
513
- ### Bug Fixes
514
-
515
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
516
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
517
-
518
- ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.13) (2023-10-20)
519
-
520
- ### Bug Fixes
521
-
522
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
523
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
524
-
525
- ## [1.5.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.12) (2023-10-18)
526
-
527
- ### Bug Fixes
528
-
529
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
530
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
531
-
532
- ## [1.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.11) (2023-09-25)
533
-
534
- ### Bug Fixes
535
-
536
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
537
- - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
538
-
539
- ## [1.5.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.10) (2023-09-09)
540
-
541
- ### Bug Fixes
542
-
543
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
544
-
545
- ## [1.5.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.9) (2023-09-09)
546
-
547
- ### Bug Fixes
548
-
549
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
550
-
551
- ## [1.5.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.8) (2023-09-07)
552
-
553
- ### Bug Fixes
554
-
555
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
556
-
557
- ## [1.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.7) (2023-09-05)
558
-
559
- ### Bug Fixes
560
-
561
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
562
-
563
- ## [1.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.6) (2023-09-01)
564
-
565
- ### Bug Fixes
566
-
567
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
568
-
569
- ## [1.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.5) (2023-08-29)
570
-
571
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
572
-
573
- ## [1.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.4) (2023-08-25)
574
-
575
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
576
-
577
- ## [1.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.3) (2023-08-24)
578
-
579
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
580
-
581
- ## [1.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.2) (2023-08-16)
582
-
583
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
584
-
585
- ## [1.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.1) (2023-08-16)
586
-
587
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
588
-
589
- # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.28...@bitgo/sdk-coin-hbar@1.5.0) (2023-08-04)
590
-
591
- ### Features
592
-
593
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
594
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
595
-
596
- # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.28...@bitgo/sdk-coin-hbar@1.4.0) (2023-07-28)
597
-
598
- ### Features
599
-
600
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
601
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
602
-
603
- ## [1.3.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.27...@bitgo/sdk-coin-hbar@1.3.28) (2023-07-18)
604
-
605
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
606
-
607
- ## [1.3.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.26...@bitgo/sdk-coin-hbar@1.3.27) (2023-06-21)
608
-
609
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
610
-
611
- ## [1.3.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.25...@bitgo/sdk-coin-hbar@1.3.26) (2023-06-14)
612
-
613
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
614
-
615
- ## [1.3.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.24...@bitgo/sdk-coin-hbar@1.3.25) (2023-06-13)
616
-
617
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
618
-
619
- ## [1.3.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.23...@bitgo/sdk-coin-hbar@1.3.24) (2023-06-07)
620
-
621
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
622
-
623
- ## [1.3.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.22...@bitgo/sdk-coin-hbar@1.3.23) (2023-06-05)
624
-
625
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
626
-
627
- ## [1.3.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.21...@bitgo/sdk-coin-hbar@1.3.22) (2023-05-25)
628
-
629
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
630
-
631
- ## [1.3.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.20...@bitgo/sdk-coin-hbar@1.3.21) (2023-05-17)
632
-
633
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
634
-
635
- ## [1.3.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.19...@bitgo/sdk-coin-hbar@1.3.20) (2023-05-10)
636
-
637
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
638
-
639
- ## [1.3.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.18...@bitgo/sdk-coin-hbar@1.3.19) (2023-05-03)
640
-
641
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
642
-
643
- ## [1.3.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.17...@bitgo/sdk-coin-hbar@1.3.18) (2023-04-25)
644
-
645
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
646
-
647
- ## [1.3.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.16...@bitgo/sdk-coin-hbar@1.3.17) (2023-04-20)
648
-
649
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
650
-
651
- ## [1.3.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.15...@bitgo/sdk-coin-hbar@1.3.16) (2023-04-13)
652
-
653
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
654
-
655
- ## [1.3.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.14...@bitgo/sdk-coin-hbar@1.3.15) (2023-02-17)
656
-
657
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
658
-
659
- ## [1.3.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.11...@bitgo/sdk-coin-hbar@1.3.14) (2023-02-16)
660
-
661
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
662
-
663
- ## [1.3.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.11...@bitgo/sdk-coin-hbar@1.3.13) (2023-02-08)
664
-
665
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
666
-
667
- ## [1.3.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.11...@bitgo/sdk-coin-hbar@1.3.12) (2023-01-30)
668
-
669
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
670
-
671
- ## [1.3.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.10...@bitgo/sdk-coin-hbar@1.3.11) (2023-01-25)
672
-
673
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
674
-
675
- ## [1.3.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.9...@bitgo/sdk-coin-hbar@1.3.10) (2022-12-23)
676
-
677
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
678
-
679
- ## [1.3.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.8...@bitgo/sdk-coin-hbar@1.3.9) (2022-12-20)
680
-
681
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
682
-
683
- ## [1.3.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.7...@bitgo/sdk-coin-hbar@1.3.8) (2022-12-09)
684
-
685
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
686
-
687
- ## [1.3.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.6...@bitgo/sdk-coin-hbar@1.3.7) (2022-12-06)
688
-
689
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
690
-
691
- ## [1.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.5...@bitgo/sdk-coin-hbar@1.3.6) (2022-12-01)
692
-
693
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
694
-
695
- ## [1.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.0...@bitgo/sdk-coin-hbar@1.3.5) (2022-11-29)
696
-
697
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
698
-
699
- ## [1.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.0...@bitgo/sdk-coin-hbar@1.3.4) (2022-11-04)
700
-
701
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
702
-
703
- ## [1.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.0...@bitgo/sdk-coin-hbar@1.3.2) (2022-10-27)
704
-
705
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
706
-
707
- ## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.3.0...@bitgo/sdk-coin-hbar@1.3.1) (2022-10-25)
708
-
709
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
710
-
711
- # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.0.1-rc.3...@bitgo/sdk-coin-hbar@1.3.0) (2022-10-18)
712
-
713
- ### Bug Fixes
714
-
715
- - **sdk-coin-hbar:** verify transaction should work without token name specified ([e83164a](https://github.com/BitGo/BitGoJS/commit/e83164a1dbc2ca267b0112a14bb2989797830258))
716
-
717
- ### Features
718
-
719
- - **sdk-coin-hbar:** hbar verifyTransaction ([0c12750](https://github.com/BitGo/BitGoJS/commit/0c12750816a5168bf92467adb0c963facb95d5be))
720
- - **sdk-coin-sol:** sol token multi ata init ([736318f](https://github.com/BitGo/BitGoJS/commit/736318fff36f074fa841b97f3bc0c8cd95fae001))
721
- - **sdk-core:** add specialized enable token functions ([3e60cef](https://github.com/BitGo/BitGoJS/commit/3e60cef71a0ae76b378356508338738eac49a920))
722
-
723
- ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.0.1-rc.3...@bitgo/sdk-coin-hbar@1.0.1) (2022-07-19)
724
-
725
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
726
-
727
- ## [1.0.1-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.0.1-rc.1...@bitgo/sdk-coin-hbar@1.0.1-rc.3) (2022-07-19)
728
-
729
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
730
-
731
- ## [1.0.1-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.0.1-rc.1...@bitgo/sdk-coin-hbar@1.0.1-rc.2) (2022-07-18)
732
-
733
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar
734
-
735
- ## [1.0.1-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.0.1-rc.0...@bitgo/sdk-coin-hbar@1.0.1-rc.1) (2022-07-15)
736
-
737
- ### Bug Fixes
738
-
739
- - **sdk-coin-hbar:** expose transfer builder class ([4a30957](https://github.com/BitGo/BitGoJS/commit/4a30957f622521fef68b4123f302cd05d824327a))
740
-
741
- ## 1.0.1-rc.0 (2022-07-15)
742
-
743
- **Note:** Version bump only for package @bitgo/sdk-coin-hbar