@bitgo-beta/sdk-coin-hbar 2.0.73-alpha.16 → 2.0.73-alpha.160

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