@bitgo-beta/sdk-coin-hbar 1.3.3-alpha.98 → 2.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +398 -0
- package/dist/src/hbar.d.ts +64 -10
- package/dist/src/hbar.d.ts.map +1 -1
- package/dist/src/hbar.js +206 -22
- package/dist/src/hbarToken.d.ts +3 -0
- package/dist/src/hbarToken.d.ts.map +1 -1
- package/dist/src/hbarToken.js +10 -1
- package/dist/src/index.js +6 -2
- package/dist/src/lib/coinTransferBuilder.js +28 -14
- package/dist/src/lib/constants.js +2 -2
- package/dist/src/lib/iface.d.ts +1 -1
- package/dist/src/lib/iface.d.ts.map +1 -1
- package/dist/src/lib/index.js +23 -9
- package/dist/src/lib/keyPair.d.ts +1 -0
- package/dist/src/lib/keyPair.d.ts.map +1 -1
- package/dist/src/lib/keyPair.js +7 -7
- package/dist/src/lib/tokenAssociateBuilder.js +7 -7
- package/dist/src/lib/tokenTransferBuilder.js +31 -17
- package/dist/src/lib/transaction.js +44 -31
- package/dist/src/lib/transactionBuilder.js +30 -16
- package/dist/src/lib/transactionBuilderFactory.js +3 -3
- package/dist/src/lib/transferBuilder.js +3 -3
- package/dist/src/lib/utils.d.ts +17 -0
- package/dist/src/lib/utils.d.ts.map +1 -1
- package/dist/src/lib/utils.js +109 -38
- package/dist/src/lib/walletInitializationBuilder.js +26 -12
- package/dist/src/seedValidator.js +24 -10
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,404 @@
|
|
|
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
|
+
## [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)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
9
|
+
|
|
10
|
+
## [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)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
|
|
15
|
+
|
|
16
|
+
## [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)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
19
|
+
|
|
20
|
+
## [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)
|
|
21
|
+
|
|
22
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
23
|
+
|
|
24
|
+
## [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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
27
|
+
|
|
28
|
+
## [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)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
31
|
+
|
|
32
|
+
## [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)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
35
|
+
|
|
36
|
+
## [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)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
39
|
+
|
|
40
|
+
## [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)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
43
|
+
|
|
44
|
+
## [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)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
47
|
+
|
|
48
|
+
## [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)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
51
|
+
|
|
52
|
+
## [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)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
55
|
+
|
|
56
|
+
## [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)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
59
|
+
|
|
60
|
+
## [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)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
63
|
+
|
|
64
|
+
## [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)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
67
|
+
|
|
68
|
+
## [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)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
71
|
+
|
|
72
|
+
## [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)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
75
|
+
|
|
76
|
+
## [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)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
79
|
+
|
|
80
|
+
## [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)
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
- **abstract-utxo:** pass actual wallet to signTransaction ([55caa4a](https://github.com/BitGo/BitGoJS/commit/55caa4a6ddcb7699732d6259f1a2db014008a815))
|
|
85
|
+
|
|
86
|
+
## [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)
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
- **abstract-utxo:** pass actual wallet to signTransaction ([55caa4a](https://github.com/BitGo/BitGoJS/commit/55caa4a6ddcb7699732d6259f1a2db014008a815))
|
|
91
|
+
|
|
92
|
+
## [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)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
95
|
+
|
|
96
|
+
## [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)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
99
|
+
|
|
100
|
+
## [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)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
103
|
+
|
|
104
|
+
## [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)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
107
|
+
|
|
108
|
+
## [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)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
111
|
+
|
|
112
|
+
## [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)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
115
|
+
|
|
116
|
+
## [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)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
119
|
+
|
|
120
|
+
## [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)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
123
|
+
|
|
124
|
+
## [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)
|
|
125
|
+
|
|
126
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
127
|
+
|
|
128
|
+
## [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)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
131
|
+
|
|
132
|
+
## [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)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
135
|
+
|
|
136
|
+
## [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)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
139
|
+
|
|
140
|
+
## [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)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
143
|
+
|
|
144
|
+
## [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)
|
|
145
|
+
|
|
146
|
+
### Bug Fixes
|
|
147
|
+
|
|
148
|
+
- **sdk-coin-hbar:** hbar address validation ([7015310](https://github.com/BitGo/BitGoJS/commit/70153106ed77c0de469d88880cd42631aa6e2e5d))
|
|
149
|
+
|
|
150
|
+
## [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)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
153
|
+
|
|
154
|
+
## [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)
|
|
155
|
+
|
|
156
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
157
|
+
|
|
158
|
+
## [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)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
161
|
+
|
|
162
|
+
## [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)
|
|
163
|
+
|
|
164
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
165
|
+
|
|
166
|
+
## [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)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
169
|
+
|
|
170
|
+
## [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)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
173
|
+
|
|
174
|
+
## [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)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
177
|
+
|
|
178
|
+
## [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)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
181
|
+
|
|
182
|
+
## [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)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
185
|
+
|
|
186
|
+
## [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)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
189
|
+
|
|
190
|
+
## [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)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
193
|
+
|
|
194
|
+
## [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)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
197
|
+
|
|
198
|
+
## [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)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
201
|
+
|
|
202
|
+
## [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)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
205
|
+
|
|
206
|
+
## [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)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
209
|
+
|
|
210
|
+
## [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)
|
|
211
|
+
|
|
212
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
213
|
+
|
|
214
|
+
## [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)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
217
|
+
|
|
218
|
+
## [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)
|
|
219
|
+
|
|
220
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
221
|
+
|
|
222
|
+
## [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)
|
|
223
|
+
|
|
224
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
225
|
+
|
|
226
|
+
## [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)
|
|
227
|
+
|
|
228
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
229
|
+
|
|
230
|
+
## [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)
|
|
231
|
+
|
|
232
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
233
|
+
|
|
234
|
+
## [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)
|
|
235
|
+
|
|
236
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
237
|
+
|
|
238
|
+
## [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)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
241
|
+
|
|
242
|
+
## [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)
|
|
243
|
+
|
|
244
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
245
|
+
|
|
246
|
+
## [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)
|
|
247
|
+
|
|
248
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
249
|
+
|
|
250
|
+
## [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)
|
|
251
|
+
|
|
252
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
253
|
+
|
|
254
|
+
## [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)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
257
|
+
|
|
258
|
+
## [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)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
261
|
+
|
|
262
|
+
## [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)
|
|
263
|
+
|
|
264
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
265
|
+
|
|
266
|
+
## [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)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
269
|
+
|
|
270
|
+
## [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)
|
|
271
|
+
|
|
272
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
273
|
+
|
|
274
|
+
## [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)
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
- **sdk-core:** update protobufjs to fix critical vulnerability ([7066ada](https://github.com/BitGo/BitGoJS/commit/7066ada07272968a1325f84c36d5146b9e9d9abf))
|
|
279
|
+
|
|
280
|
+
## [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)
|
|
281
|
+
|
|
282
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
283
|
+
|
|
284
|
+
## [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)
|
|
285
|
+
|
|
286
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
287
|
+
|
|
288
|
+
## [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)
|
|
289
|
+
|
|
290
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
291
|
+
|
|
292
|
+
## [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)
|
|
293
|
+
|
|
294
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
295
|
+
|
|
296
|
+
## [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)
|
|
297
|
+
|
|
298
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
299
|
+
|
|
300
|
+
## [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)
|
|
301
|
+
|
|
302
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
303
|
+
|
|
304
|
+
# [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)
|
|
305
|
+
|
|
306
|
+
### Features
|
|
307
|
+
|
|
308
|
+
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
309
|
+
|
|
310
|
+
### BREAKING CHANGES
|
|
311
|
+
|
|
312
|
+
- **root:** Node 16 is no longer supported in bitgojs.
|
|
313
|
+
TICKET: WP-1100
|
|
314
|
+
|
|
315
|
+
## [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)
|
|
316
|
+
|
|
317
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
318
|
+
|
|
319
|
+
# [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)
|
|
320
|
+
|
|
321
|
+
### Features
|
|
322
|
+
|
|
323
|
+
- **sdk-coin-hbar:** fix and test hbar recovery with root keys ([b9bdcb7](https://github.com/BitGo/BitGoJS/commit/b9bdcb73351a0a5131093748eeb9a768777a9e76))
|
|
324
|
+
- **sdk-core:** add new supportsDeriveKeyWithSeed flag ([c82bc46](https://github.com/BitGo/BitGoJS/commit/c82bc4686806d572be158b3862c232ab58547657))
|
|
325
|
+
|
|
326
|
+
## [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)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-hbar
|
|
329
|
+
|
|
330
|
+
# [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)
|
|
331
|
+
|
|
332
|
+
### Bug Fixes
|
|
333
|
+
|
|
334
|
+
- **sdk-coin-hbar:** deprecate hbar deriveKeyWithSeed ([b7b3c83](https://github.com/BitGo/BitGoJS/commit/b7b3c8372fc52ffe3aa6027ab02219a66da574b5))
|
|
335
|
+
|
|
336
|
+
### Features
|
|
337
|
+
|
|
338
|
+
- **sdk-coin-hbar:** implement hbar root keys ([1f85407](https://github.com/BitGo/BitGoJS/commit/1f85407b16f636cc0e9a01c5b1ab9a77337dd148))
|
|
339
|
+
|
|
340
|
+
# [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)
|
|
341
|
+
|
|
342
|
+
### Bug Fixes
|
|
343
|
+
|
|
344
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
345
|
+
- **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
|
|
346
|
+
- **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
|
|
347
|
+
|
|
348
|
+
### Features
|
|
349
|
+
|
|
350
|
+
- **sdk-coin-hbar:** implement recover method for native hbar ([45c4b7a](https://github.com/BitGo/BitGoJS/commit/45c4b7a7591176cb665efbdbb4279d40f3a869dd))
|
|
351
|
+
- **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
|
|
352
|
+
|
|
353
|
+
# [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)
|
|
354
|
+
|
|
355
|
+
### Bug Fixes
|
|
356
|
+
|
|
357
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
358
|
+
- **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
|
|
359
|
+
- **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
|
|
360
|
+
|
|
361
|
+
### Features
|
|
362
|
+
|
|
363
|
+
- **sdk-coin-hbar:** implement recover method for native hbar ([45c4b7a](https://github.com/BitGo/BitGoJS/commit/45c4b7a7591176cb665efbdbb4279d40f3a869dd))
|
|
364
|
+
- **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
|
|
365
|
+
|
|
366
|
+
# [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)
|
|
367
|
+
|
|
368
|
+
### Bug Fixes
|
|
369
|
+
|
|
370
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
371
|
+
- **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
|
|
372
|
+
- **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
|
|
373
|
+
|
|
374
|
+
### Features
|
|
375
|
+
|
|
376
|
+
- **sdk-coin-hbar:** implement recover method for native hbar ([45c4b7a](https://github.com/BitGo/BitGoJS/commit/45c4b7a7591176cb665efbdbb4279d40f3a869dd))
|
|
377
|
+
- **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
|
|
378
|
+
|
|
379
|
+
# [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)
|
|
380
|
+
|
|
381
|
+
### Bug Fixes
|
|
382
|
+
|
|
383
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
384
|
+
- **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
|
|
385
|
+
- **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
|
|
386
|
+
|
|
387
|
+
### Features
|
|
388
|
+
|
|
389
|
+
- **sdk-coin-hbar:** implement recover method for native hbar ([45c4b7a](https://github.com/BitGo/BitGoJS/commit/45c4b7a7591176cb665efbdbb4279d40f3a869dd))
|
|
390
|
+
- **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
|
|
391
|
+
|
|
392
|
+
# [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)
|
|
393
|
+
|
|
394
|
+
### Bug Fixes
|
|
395
|
+
|
|
396
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
397
|
+
- **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
|
|
398
|
+
- **sdk-coin-hbar:** hbar transaction valid duration ([74d7c4d](https://github.com/BitGo/BitGoJS/commit/74d7c4dd71d21a089274b87172aeae126a5af49d))
|
|
399
|
+
|
|
400
|
+
### Features
|
|
401
|
+
|
|
402
|
+
- **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
|
|
403
|
+
|
|
6
404
|
# [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)
|
|
7
405
|
|
|
8
406
|
### Bug Fixes
|
package/dist/src/hbar.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
/**
|
|
3
2
|
* @prettier
|
|
4
3
|
*/
|
|
5
4
|
import { CoinFamily, BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics';
|
|
6
|
-
import { BaseCoin, BitGoBase, KeyPair, ParsedTransaction, ParseTransactionOptions, SignedTransaction, SignTransactionOptions, VerifyAddressOptions as BaseVerifyAddressOptions, VerifyTransactionOptions, TransactionFee, TransactionRecipient as Recipient, TransactionPrebuild as BaseTransactionPrebuild, TransactionExplanation, Memo, TokenEnablementConfig } from '@bitgo-beta/sdk-core';
|
|
5
|
+
import { BaseCoin, BitGoBase, KeyPair, ParsedTransaction, ParseTransactionOptions, SignedTransaction, SignTransactionOptions, VerifyAddressOptions as BaseVerifyAddressOptions, VerifyTransactionOptions, TransactionFee, TransactionRecipient as Recipient, TransactionPrebuild as BaseTransactionPrebuild, TransactionExplanation, Memo, TokenEnablementConfig, BaseBroadcastTransactionOptions, BaseBroadcastTransactionResult, MultisigType } from '@bitgo-beta/sdk-core';
|
|
6
|
+
import { Client, Transaction as HbarTransaction, AccountBalanceJson } from '@hashgraph/sdk';
|
|
7
7
|
export interface HbarSignTransactionOptions extends SignTransactionOptions {
|
|
8
8
|
txPrebuild: TransactionPrebuild;
|
|
9
9
|
prv: string;
|
|
@@ -37,6 +37,47 @@ export interface HbarVerifyTransactionOptions extends VerifyTransactionOptions {
|
|
|
37
37
|
interface VerifyAddressOptions extends BaseVerifyAddressOptions {
|
|
38
38
|
baseAddress: string;
|
|
39
39
|
}
|
|
40
|
+
export interface RecoveryOptions {
|
|
41
|
+
backupKey: string;
|
|
42
|
+
userKey: string;
|
|
43
|
+
rootAddress: string;
|
|
44
|
+
recoveryDestination: string;
|
|
45
|
+
bitgoKey?: string;
|
|
46
|
+
walletPassphrase?: string;
|
|
47
|
+
maxFee?: string;
|
|
48
|
+
nodeId?: string;
|
|
49
|
+
startTime?: string;
|
|
50
|
+
tokenId?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface RecoveryInfo {
|
|
53
|
+
id: string;
|
|
54
|
+
tx: string;
|
|
55
|
+
coin: string;
|
|
56
|
+
startTime: string;
|
|
57
|
+
nodeId: string;
|
|
58
|
+
}
|
|
59
|
+
export interface OfflineVaultTxInfo {
|
|
60
|
+
txHex: string;
|
|
61
|
+
userKey: string;
|
|
62
|
+
backupKey: string;
|
|
63
|
+
bitgoKey?: string;
|
|
64
|
+
address: string;
|
|
65
|
+
coin: string;
|
|
66
|
+
maxFee: string;
|
|
67
|
+
recipients: Recipient[];
|
|
68
|
+
amount: string;
|
|
69
|
+
startTime: string;
|
|
70
|
+
validDuration: string;
|
|
71
|
+
nodeId: string;
|
|
72
|
+
memo: string;
|
|
73
|
+
json?: any;
|
|
74
|
+
}
|
|
75
|
+
export interface BroadcastTransactionOptions extends BaseBroadcastTransactionOptions {
|
|
76
|
+
startTime?: string;
|
|
77
|
+
}
|
|
78
|
+
export interface BroadcastTransactionResult extends BaseBroadcastTransactionResult {
|
|
79
|
+
status?: string;
|
|
80
|
+
}
|
|
40
81
|
export declare class Hbar extends BaseCoin {
|
|
41
82
|
protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
|
|
42
83
|
constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
|
|
@@ -55,13 +96,15 @@ export declare class Hbar extends BaseCoin {
|
|
|
55
96
|
* @param address
|
|
56
97
|
*/
|
|
57
98
|
isValidAddress(address: string): boolean;
|
|
58
|
-
/**
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
99
|
+
/** inheritdoc */
|
|
100
|
+
deriveKeyWithSeed(): {
|
|
101
|
+
derivationPath: string;
|
|
102
|
+
key: string;
|
|
103
|
+
};
|
|
104
|
+
/** inheritdoc */
|
|
64
105
|
generateKeyPair(seed?: Buffer): KeyPair;
|
|
106
|
+
/** inheritdoc */
|
|
107
|
+
generateRootKeyPair(seed?: Buffer): KeyPair;
|
|
65
108
|
parseTransaction(params: ParseTransactionOptions): Promise<ParsedTransaction>;
|
|
66
109
|
/**
|
|
67
110
|
* Check if address is valid, then make sure it matches the base address.
|
|
@@ -78,7 +121,6 @@ export declare class Hbar extends BaseCoin {
|
|
|
78
121
|
* @param params
|
|
79
122
|
* @param params.txPrebuild {Object} prebuild object returned by platform
|
|
80
123
|
* @param params.prv {String} user prv
|
|
81
|
-
* @param params.wallet.addressVersion {String} this is the version of the Algorand multisig address generation format
|
|
82
124
|
* @returns Promise<SignedTransaction>
|
|
83
125
|
*/
|
|
84
126
|
signTransaction(params: HbarSignTransactionOptions): Promise<SignedTransaction>;
|
|
@@ -98,7 +140,7 @@ export declare class Hbar extends BaseCoin {
|
|
|
98
140
|
* 3) Send signed build - send our signed build to a public node
|
|
99
141
|
* @param params
|
|
100
142
|
*/
|
|
101
|
-
recover(params:
|
|
143
|
+
recover(params: RecoveryOptions): Promise<RecoveryInfo | OfflineVaultTxInfo>;
|
|
102
144
|
/**
|
|
103
145
|
* Explain a Hedera transaction from txHex
|
|
104
146
|
* @param params
|
|
@@ -107,8 +149,20 @@ export declare class Hbar extends BaseCoin {
|
|
|
107
149
|
isStellarSeed(seed: string): boolean;
|
|
108
150
|
convertFromStellarSeed(seed: string): string | null;
|
|
109
151
|
isValidPub(pub: string): boolean;
|
|
152
|
+
supportsDeriveKeyWithSeed(): boolean;
|
|
153
|
+
/** {@inheritDoc } **/
|
|
154
|
+
supportsMultisig(): boolean;
|
|
155
|
+
/** inherited doc */
|
|
156
|
+
getDefaultMultisigType(): MultisigType;
|
|
110
157
|
getTokenEnablementConfig(): TokenEnablementConfig;
|
|
111
158
|
private getBuilderFactory;
|
|
159
|
+
private getHbarClient;
|
|
160
|
+
getAccountBalance(accountId: string, client: Client): Promise<AccountBalanceJson>;
|
|
161
|
+
broadcastTransaction({ serializedSignedTransaction, startTime, }: BroadcastTransactionOptions): Promise<BroadcastTransactionResult>;
|
|
162
|
+
clientBroadcastTransaction(hbarTx: HbarTransaction): Promise<{
|
|
163
|
+
txId: string;
|
|
164
|
+
status: string;
|
|
165
|
+
}>;
|
|
112
166
|
}
|
|
113
167
|
export {};
|
|
114
168
|
//# sourceMappingURL=hbar.d.ts.map
|
package/dist/src/hbar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hbar.d.ts","sourceRoot":"","sources":["../../src/hbar.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hbar.d.ts","sourceRoot":"","sources":["../../src/hbar.ts"],"names":[],"mappings":"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"}
|