@bitgo-beta/sdk-api 1.10.1-beta.99 → 1.10.1-beta.990

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 (39) hide show
  1. package/CHANGELOG.md +905 -0
  2. package/dist/package.json +13 -25
  3. package/dist/src/api.d.ts +3 -3
  4. package/dist/src/api.d.ts.map +1 -1
  5. package/dist/src/api.js +39 -33
  6. package/dist/src/bitgoAPI.d.ts +64 -11
  7. package/dist/src/bitgoAPI.d.ts.map +1 -1
  8. package/dist/src/bitgoAPI.js +357 -121
  9. package/dist/src/encrypt.d.ts +4 -4
  10. package/dist/src/encrypt.d.ts.map +1 -1
  11. package/dist/src/encrypt.js +44 -7
  12. package/dist/src/index.js +6 -2
  13. package/dist/src/types.d.ts +54 -43
  14. package/dist/src/types.d.ts.map +1 -1
  15. package/dist/src/types.js +4 -2
  16. package/dist/src/util.d.ts +12 -0
  17. package/dist/src/util.d.ts.map +1 -1
  18. package/dist/src/util.js +57 -4
  19. package/dist/src/v1/blockchain.js +25 -12
  20. package/dist/src/v1/keychains.js +27 -22
  21. package/dist/src/v1/markets.js +10 -5
  22. package/dist/src/v1/pendingapproval.d.ts.map +1 -1
  23. package/dist/src/v1/pendingapproval.js +57 -18
  24. package/dist/src/v1/pendingapprovals.d.ts.map +1 -1
  25. package/dist/src/v1/pendingapprovals.js +41 -7
  26. package/dist/src/v1/signPsbt.d.ts +14 -0
  27. package/dist/src/v1/signPsbt.d.ts.map +1 -0
  28. package/dist/src/v1/signPsbt.js +69 -0
  29. package/dist/src/v1/transactionBuilder.js +144 -92
  30. package/dist/src/v1/travelRule.js +60 -23
  31. package/dist/src/v1/verifyAddress.d.ts +6 -0
  32. package/dist/src/v1/verifyAddress.d.ts.map +1 -0
  33. package/dist/src/v1/verifyAddress.js +50 -0
  34. package/dist/src/v1/wallet.d.ts.map +1 -1
  35. package/dist/src/v1/wallet.js +428 -224
  36. package/dist/src/v1/wallets.js +93 -37
  37. package/package.json +13 -25
  38. package/dist/web/main.js +0 -2
  39. package/dist/web/main.js.LICENSE.txt +0 -110
package/CHANGELOG.md CHANGED
@@ -3,6 +3,911 @@
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
+ ## [1.64.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.64.2...@bitgo/sdk-api@1.64.3) (2025-07-03)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-api
9
+
10
+ ## [1.64.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.64.1...@bitgo/sdk-api@1.64.2) (2025-06-25)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-api
13
+
14
+ ## [1.64.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.64.0...@bitgo/sdk-api@1.64.1) (2025-06-24)
15
+
16
+ **Note:** Version bump only for package @bitgo/sdk-api
17
+
18
+ # [1.64.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.63.5...@bitgo/sdk-api@1.64.0) (2025-06-18)
19
+
20
+ ### Features
21
+
22
+ - **sdk-api:** add method to create request for public AMS endpoints ([617b0fd](https://github.com/BitGo/BitGoJS/commit/617b0fd163ddc41b3dd1b3eb6031bfb5e6cf065e))
23
+
24
+ ## [1.63.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.63.4...@bitgo/sdk-api@1.63.5) (2025-06-10)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-api
27
+
28
+ ## [1.63.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.63.3...@bitgo/sdk-api@1.63.4) (2025-06-05)
29
+
30
+ **Note:** Version bump only for package @bitgo/sdk-api
31
+
32
+ ## [1.63.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.63.2...@bitgo/sdk-api@1.63.3) (2025-06-02)
33
+
34
+ **Note:** Version bump only for package @bitgo/sdk-api
35
+
36
+ ## [1.63.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.63.1...@bitgo/sdk-api@1.63.2) (2025-05-28)
37
+
38
+ **Note:** Version bump only for package @bitgo/sdk-api
39
+
40
+ ## [1.63.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.63.0...@bitgo/sdk-api@1.63.1) (2025-05-22)
41
+
42
+ **Note:** Version bump only for package @bitgo/sdk-api
43
+
44
+ # [1.63.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.62.3...@bitgo/sdk-api@1.63.0) (2025-05-20)
45
+
46
+ ### Bug Fixes
47
+
48
+ - update description details of fingerprintHash and initialHash ([15782b1](https://github.com/BitGo/BitGoJS/commit/15782b18675ce7abc4a50ae64399138d0053d186))
49
+
50
+ ### Features
51
+
52
+ - add initialHash and fingerprintHash as auth options ([015350b](https://github.com/BitGo/BitGoJS/commit/015350b74610eeaa90ecfa116de610f5d27ba4d7))
53
+
54
+ ## [1.62.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.62.2...@bitgo/sdk-api@1.62.3) (2025-05-07)
55
+
56
+ **Note:** Version bump only for package @bitgo/sdk-api
57
+
58
+ ## [1.62.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.62.1...@bitgo/sdk-api@1.62.2) (2025-04-29)
59
+
60
+ **Note:** Version bump only for package @bitgo/sdk-api
61
+
62
+ ## [1.62.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.62.0...@bitgo/sdk-api@1.62.1) (2025-04-25)
63
+
64
+ **Note:** Version bump only for package @bitgo/sdk-api
65
+
66
+ # [1.62.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.61.5...@bitgo/sdk-api@1.62.0) (2025-04-15)
67
+
68
+ ### Features
69
+
70
+ - **sdk-api:** add decryptKeys method for bulk wallet key decryption ([5a6e36f](https://github.com/BitGo/BitGoJS/commit/5a6e36f4adde42b414cd1e739b6f83103e07afbf))
71
+
72
+ ## [1.61.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.61.4...@bitgo/sdk-api@1.61.5) (2025-04-04)
73
+
74
+ **Note:** Version bump only for package @bitgo/sdk-api
75
+
76
+ ## [1.61.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.61.3...@bitgo/sdk-api@1.61.4) (2025-04-02)
77
+
78
+ **Note:** Version bump only for package @bitgo/sdk-api
79
+
80
+ ## [1.61.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.61.2...@bitgo/sdk-api@1.61.3) (2025-03-28)
81
+
82
+ **Note:** Version bump only for package @bitgo/sdk-api
83
+
84
+ ## [1.61.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.61.1...@bitgo/sdk-api@1.61.2) (2025-03-20)
85
+
86
+ **Note:** Version bump only for package @bitgo/sdk-api
87
+
88
+ ## [1.61.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.61.0...@bitgo/sdk-api@1.61.1) (2025-03-18)
89
+
90
+ **Note:** Version bump only for package @bitgo/sdk-api
91
+
92
+ # [1.61.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.60.0...@bitgo/sdk-api@1.61.0) (2025-03-06)
93
+
94
+ ### Features
95
+
96
+ - **sdk-api:** update sdk to support non-json response ([567b4ae](https://github.com/BitGo/BitGoJS/commit/567b4ae9553c22eaa35aca6459a54270fa85c6a6))
97
+
98
+ # [1.60.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.8...@bitgo/sdk-api@1.60.0) (2025-03-04)
99
+
100
+ ### Features
101
+
102
+ - **sdk-api:** add support of v3 in sdk-api ([611fe56](https://github.com/BitGo/BitGoJS/commit/611fe564b6261bac56b0dd48b41d5a218e152dc4))
103
+
104
+ # [1.59.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.8...@bitgo/sdk-api@1.59.0) (2025-02-26)
105
+
106
+ ### Features
107
+
108
+ - **sdk-api:** add support of v3 in sdk-api ([611fe56](https://github.com/BitGo/BitGoJS/commit/611fe564b6261bac56b0dd48b41d5a218e152dc4))
109
+
110
+ ## [1.58.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.8...@bitgo/sdk-api@1.58.9) (2025-02-20)
111
+
112
+ **Note:** Version bump only for package @bitgo/sdk-api
113
+
114
+ ## [1.58.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.7...@bitgo/sdk-api@1.58.8) (2025-02-19)
115
+
116
+ **Note:** Version bump only for package @bitgo/sdk-api
117
+
118
+ ## [1.58.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.6...@bitgo/sdk-api@1.58.7) (2025-02-11)
119
+
120
+ **Note:** Version bump only for package @bitgo/sdk-api
121
+
122
+ ## [1.58.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.5...@bitgo/sdk-api@1.58.6) (2025-02-05)
123
+
124
+ **Note:** Version bump only for package @bitgo/sdk-api
125
+
126
+ ## [1.58.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.4...@bitgo/sdk-api@1.58.5) (2025-01-28)
127
+
128
+ **Note:** Version bump only for package @bitgo/sdk-api
129
+
130
+ ## [1.58.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.3...@bitgo/sdk-api@1.58.4) (2025-01-23)
131
+
132
+ **Note:** Version bump only for package @bitgo/sdk-api
133
+
134
+ ## [1.58.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.2...@bitgo/sdk-api@1.58.3) (2025-01-23)
135
+
136
+ **Note:** Version bump only for package @bitgo/sdk-api
137
+
138
+ ## [1.58.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.1...@bitgo/sdk-api@1.58.2) (2025-01-20)
139
+
140
+ **Note:** Version bump only for package @bitgo/sdk-api
141
+
142
+ ## [1.58.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.58.0...@bitgo/sdk-api@1.58.1) (2025-01-15)
143
+
144
+ **Note:** Version bump only for package @bitgo/sdk-api
145
+
146
+ # [1.58.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.57.6...@bitgo/sdk-api@1.58.0) (2025-01-09)
147
+
148
+ ### Features
149
+
150
+ - adding support for non-bitgo recovery for coredao and oas ([37f5e49](https://github.com/BitGo/BitGoJS/commit/37f5e4996c115543d068750d633ea5c5ae723725))
151
+ - move hmac fns to own package ([7466b99](https://github.com/BitGo/BitGoJS/commit/7466b99cf2b48e3a746ae082127d7e4f0f95bfef))
152
+
153
+ ## [1.57.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.57.5...@bitgo/sdk-api@1.57.6) (2025-01-03)
154
+
155
+ **Note:** Version bump only for package @bitgo/sdk-api
156
+
157
+ ## [1.57.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.57.4...@bitgo/sdk-api@1.57.5) (2024-12-24)
158
+
159
+ **Note:** Version bump only for package @bitgo/sdk-api
160
+
161
+ ## [1.57.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.57.3...@bitgo/sdk-api@1.57.4) (2024-12-19)
162
+
163
+ **Note:** Version bump only for package @bitgo/sdk-api
164
+
165
+ ## [1.57.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.57.1...@bitgo/sdk-api@1.57.3) (2024-12-17)
166
+
167
+ **Note:** Version bump only for package @bitgo/sdk-api
168
+
169
+ ## [1.57.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.57.1...@bitgo/sdk-api@1.57.2) (2024-12-17)
170
+
171
+ **Note:** Version bump only for package @bitgo/sdk-api
172
+
173
+ ## [1.57.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.57.0...@bitgo/sdk-api@1.57.1) (2024-12-12)
174
+
175
+ **Note:** Version bump only for package @bitgo/sdk-api
176
+
177
+ # [1.57.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.8...@bitgo/sdk-api@1.57.0) (2024-12-11)
178
+
179
+ ### Features
180
+
181
+ - **sdk-api:** implement custom proxy agent support in BitGoAPI ([cab3958](https://github.com/BitGo/BitGoJS/commit/cab3958288a685f261f67f70a82c520d74a64ec9))
182
+
183
+ ## [1.56.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.7...@bitgo/sdk-api@1.56.8) (2024-12-03)
184
+
185
+ ### Bug Fixes
186
+
187
+ - handle signPsbtRequest with Bluebird ([12df43d](https://github.com/BitGo/BitGoJS/commit/12df43db7c43f8dd99c451a83408d8226633f5de))
188
+ - **sdk-api:** type errors in old code ([f09599f](https://github.com/BitGo/BitGoJS/commit/f09599fab7052b1dc0689a28b0726857f1917965))
189
+
190
+ ## [1.56.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.6...@bitgo/sdk-api@1.56.7) (2024-11-26)
191
+
192
+ **Note:** Version bump only for package @bitgo/sdk-api
193
+
194
+ ## [1.56.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.5...@bitgo/sdk-api@1.56.6) (2024-11-21)
195
+
196
+ **Note:** Version bump only for package @bitgo/sdk-api
197
+
198
+ ## [1.56.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.3...@bitgo/sdk-api@1.56.5) (2024-11-19)
199
+
200
+ **Note:** Version bump only for package @bitgo/sdk-api
201
+
202
+ ## [1.56.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.3...@bitgo/sdk-api@1.56.4) (2024-11-14)
203
+
204
+ **Note:** Version bump only for package @bitgo/sdk-api
205
+
206
+ ## [1.56.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.2...@bitgo/sdk-api@1.56.3) (2024-11-08)
207
+
208
+ **Note:** Version bump only for package @bitgo/sdk-api
209
+
210
+ ## [1.56.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.1...@bitgo/sdk-api@1.56.2) (2024-11-07)
211
+
212
+ **Note:** Version bump only for package @bitgo/sdk-api
213
+
214
+ ## [1.56.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.56.0...@bitgo/sdk-api@1.56.1) (2024-11-01)
215
+
216
+ **Note:** Version bump only for package @bitgo/sdk-api
217
+
218
+ # [1.56.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.55.2...@bitgo/sdk-api@1.56.0) (2024-10-22)
219
+
220
+ ### Features
221
+
222
+ - **sdk-api:** gpg encryption for passkey auth ([1eda08f](https://github.com/BitGo/BitGoJS/commit/1eda08f88cd2303c492882ce47fa7865604e7eb9))
223
+ - **sdk-api:** gpg passkey authentication ([2b96e37](https://github.com/BitGo/BitGoJS/commit/2b96e37638bbe336bd91c6a8c7aa6d1eb749dd52))
224
+
225
+ ## [1.55.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.55.1...@bitgo/sdk-api@1.55.2) (2024-10-15)
226
+
227
+ **Note:** Version bump only for package @bitgo/sdk-api
228
+
229
+ ## [1.55.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.55.0...@bitgo/sdk-api@1.55.1) (2024-10-08)
230
+
231
+ **Note:** Version bump only for package @bitgo/sdk-api
232
+
233
+ # [1.55.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.54.3...@bitgo/sdk-api@1.55.0) (2024-10-04)
234
+
235
+ ### Bug Fixes
236
+
237
+ - move spec to unit-test scripto ([3a7f032](https://github.com/BitGo/BitGoJS/commit/3a7f0326d105a956597f66d2742c7c8a670ce9a7))
238
+ - **sdk-api:** use createPsbtDecode instead of createPsbtFromBuffer ([06d0b30](https://github.com/BitGo/BitGoJS/commit/06d0b30e6987678c8147f98781f17cdc4e9cb37b))
239
+
240
+ ### Features
241
+
242
+ - add psbt signing for v1 wallets ([2c01a77](https://github.com/BitGo/BitGoJS/commit/2c01a77b42904bad9ab63cc31af4c9fdeea58f5e))
243
+ - **sdk-api:** assume unencrypted access token ([6b8dec1](https://github.com/BitGo/BitGoJS/commit/6b8dec1975ce99d6b144829f5a3d77a293e51d57))
244
+ - **sdk-api:** authenticateWithPasskey ([0dce834](https://github.com/BitGo/BitGoJS/commit/0dce834c5415d469e2332723998ac02f9ce1f98c))
245
+ - **sdk-api:** authenticateWithPasskey method ([4320e2b](https://github.com/BitGo/BitGoJS/commit/4320e2b57d52cd903e9d7e9721f5bbfe46eddb4f))
246
+
247
+ ## [1.54.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.54.2...@bitgo/sdk-api@1.54.3) (2024-09-24)
248
+
249
+ **Note:** Version bump only for package @bitgo/sdk-api
250
+
251
+ ## [1.54.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.54.1...@bitgo/sdk-api@1.54.2) (2024-09-19)
252
+
253
+ **Note:** Version bump only for package @bitgo/sdk-api
254
+
255
+ ## [1.54.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.54.0...@bitgo/sdk-api@1.54.1) (2024-09-16)
256
+
257
+ **Note:** Version bump only for package @bitgo/sdk-api
258
+
259
+ # [1.54.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.53.3...@bitgo/sdk-api@1.54.0) (2024-09-10)
260
+
261
+ ### Features
262
+
263
+ - bump typescript to 4.9 ([6675058](https://github.com/BitGo/BitGoJS/commit/667505862b79d24e3f625e7306d949acf07691bf))
264
+
265
+ ## [1.53.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.53.2...@bitgo/sdk-api@1.53.3) (2024-09-03)
266
+
267
+ **Note:** Version bump only for package @bitgo/sdk-api
268
+
269
+ ## [1.53.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.53.1...@bitgo/sdk-api@1.53.2) (2024-08-29)
270
+
271
+ **Note:** Version bump only for package @bitgo/sdk-api
272
+
273
+ ## [1.53.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.53.0...@bitgo/sdk-api@1.53.1) (2024-08-27)
274
+
275
+ **Note:** Version bump only for package @bitgo/sdk-api
276
+
277
+ # [1.53.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.51.3...@bitgo/sdk-api@1.53.0) (2024-08-20)
278
+
279
+ ### Features
280
+
281
+ - add debug logs to transactionBuilder ([f8764dd](https://github.com/BitGo/BitGoJS/commit/f8764dddd44785a38d97788bcde0b5e0deeaae70))
282
+
283
+ # [1.52.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.51.3...@bitgo/sdk-api@1.52.0) (2024-08-13)
284
+
285
+ ### Features
286
+
287
+ - add debug logs to transactionBuilder ([f8764dd](https://github.com/BitGo/BitGoJS/commit/f8764dddd44785a38d97788bcde0b5e0deeaae70))
288
+
289
+ ## [1.51.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.51.2...@bitgo/sdk-api@1.51.3) (2024-08-07)
290
+
291
+ **Note:** Version bump only for package @bitgo/sdk-api
292
+
293
+ ## [1.51.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.51.1...@bitgo/sdk-api@1.51.2) (2024-07-30)
294
+
295
+ **Note:** Version bump only for package @bitgo/sdk-api
296
+
297
+ ## [1.51.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.51.0...@bitgo/sdk-api@1.51.1) (2024-07-24)
298
+
299
+ **Note:** Version bump only for package @bitgo/sdk-api
300
+
301
+ # [1.51.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.50.1...@bitgo/sdk-api@1.51.0) (2024-07-16)
302
+
303
+ ### Features
304
+
305
+ - **root:** add Adata validation for DSG session validation ([2f01009](https://github.com/BitGo/BitGoJS/commit/2f0100912f7258625228ee058092900be8693d55))
306
+ - **sdk-api:** add adata param to encryption methods ([61e7be9](https://github.com/BitGo/BitGoJS/commit/61e7be99cbb99a03a4f6e50af82f6d95acd45785))
307
+
308
+ ## [1.50.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.50.0...@bitgo/sdk-api@1.50.1) (2024-07-04)
309
+
310
+ **Note:** Version bump only for package @bitgo/sdk-api
311
+
312
+ # [1.50.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.49.4...@bitgo/sdk-api@1.50.0) (2024-07-02)
313
+
314
+ ### Features
315
+
316
+ - add `sweep` function for v1 wallets ([a78e2cf](https://github.com/BitGo/BitGoJS/commit/a78e2cfaec23d3a1d129b757e0bcba76ce12addf))
317
+ - **sdk-api:** add bscscan config ([2df7f75](https://github.com/BitGo/BitGoJS/commit/2df7f75caf9ff29be9a96150933b942701091e9a))
318
+
319
+ ## [1.49.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.49.3...@bitgo/sdk-api@1.49.4) (2024-06-27)
320
+
321
+ **Note:** Version bump only for package @bitgo/sdk-api
322
+
323
+ ## [1.49.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.49.2...@bitgo/sdk-api@1.49.3) (2024-06-26)
324
+
325
+ **Note:** Version bump only for package @bitgo/sdk-api
326
+
327
+ ## [1.49.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.49.0...@bitgo/sdk-api@1.49.2) (2024-06-21)
328
+
329
+ **Note:** Version bump only for package @bitgo/sdk-api
330
+
331
+ ## [1.49.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.49.0...@bitgo/sdk-api@1.49.1) (2024-06-20)
332
+
333
+ **Note:** Version bump only for package @bitgo/sdk-api
334
+
335
+ # [1.49.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.48.1...@bitgo/sdk-api@1.49.0) (2024-06-14)
336
+
337
+ ### Features
338
+
339
+ - add `recover` function for v1 btc wallets ([16e3b25](https://github.com/BitGo/BitGoJS/commit/16e3b2550baab6d15795ee8314935ee3f13c5af1))
340
+
341
+ ## [1.48.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.48.0...@bitgo/sdk-api@1.48.1) (2024-06-11)
342
+
343
+ **Note:** Version bump only for package @bitgo/sdk-api
344
+
345
+ # [1.48.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.47.5...@bitgo/sdk-api@1.48.0) (2024-06-05)
346
+
347
+ ### Features
348
+
349
+ - add forReset2fa flag in authenticate options ([1f65868](https://github.com/BitGo/BitGoJS/commit/1f658684ecabef457efd51f07e321a5048eaf6e2))
350
+
351
+ ## [1.47.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.47.4...@bitgo/sdk-api@1.47.5) (2024-05-31)
352
+
353
+ **Note:** Version bump only for package @bitgo/sdk-api
354
+
355
+ ## [1.47.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.47.3...@bitgo/sdk-api@1.47.4) (2024-05-28)
356
+
357
+ **Note:** Version bump only for package @bitgo/sdk-api
358
+
359
+ ## [1.47.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.47.2...@bitgo/sdk-api@1.47.3) (2024-05-22)
360
+
361
+ **Note:** Version bump only for package @bitgo/sdk-api
362
+
363
+ ## [1.47.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.47.1...@bitgo/sdk-api@1.47.2) (2024-05-17)
364
+
365
+ **Note:** Version bump only for package @bitgo/sdk-api
366
+
367
+ ## [1.47.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.47.0...@bitgo/sdk-api@1.47.1) (2024-05-13)
368
+
369
+ **Note:** Version bump only for package @bitgo/sdk-api
370
+
371
+ # [1.47.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.46.0...@bitgo/sdk-api@1.47.0) (2024-05-08)
372
+
373
+ ### Features
374
+
375
+ - move verifyAddress func to own file ([07797bc](https://github.com/BitGo/BitGoJS/commit/07797bc9bc1265a878a066c41e971bd50b3abb0d))
376
+ - support creating v1 transaction to bech32 recipient ([2039ee5](https://github.com/BitGo/BitGoJS/commit/2039ee5e5677e48582e5e1b53281888a965b2f0d))
377
+
378
+ # [1.46.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.45.4...@bitgo/sdk-api@1.46.0) (2024-05-01)
379
+
380
+ ### Features
381
+
382
+ - support bech32 recipient for v1 wallets ([b60c306](https://github.com/BitGo/BitGoJS/commit/b60c3068208d1c5422cc1388723343b0ddc82104))
383
+
384
+ ## [1.45.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.45.3...@bitgo/sdk-api@1.45.4) (2024-04-25)
385
+
386
+ **Note:** Version bump only for package @bitgo/sdk-api
387
+
388
+ ## [1.45.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.45.2...@bitgo/sdk-api@1.45.3) (2024-04-24)
389
+
390
+ ### Bug Fixes
391
+
392
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
393
+
394
+ ## [1.45.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.45.1...@bitgo/sdk-api@1.45.2) (2024-04-22)
395
+
396
+ **Note:** Version bump only for package @bitgo/sdk-api
397
+
398
+ ## [1.45.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.45.0...@bitgo/sdk-api@1.45.1) (2024-04-17)
399
+
400
+ ### Reverts
401
+
402
+ - Revert "feat: protect pass by value when sending data out" ([ef1497f](https://github.com/BitGo/BitGoJS/commit/ef1497ffdc9c158300c32a596828081d32eb6f3a))
403
+
404
+ # [1.45.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.44.2...@bitgo/sdk-api@1.45.0) (2024-04-12)
405
+
406
+ ### Features
407
+
408
+ - **bitgo:** add PATCH and OPTIONS to redirectRequest ([4c8ba7a](https://github.com/BitGo/BitGoJS/commit/4c8ba7abb5718261774352e1a191f0ab5dc5e616))
409
+
410
+ ## [1.44.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.44.1...@bitgo/sdk-api@1.44.2) (2024-04-10)
411
+
412
+ **Note:** Version bump only for package @bitgo/sdk-api
413
+
414
+ ## [1.44.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.44.0...@bitgo/sdk-api@1.44.1) (2024-04-09)
415
+
416
+ **Note:** Version bump only for package @bitgo/sdk-api
417
+
418
+ # [1.44.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.43.6...@bitgo/sdk-api@1.44.0) (2024-04-08)
419
+
420
+ ### Features
421
+
422
+ - protect pass by value when sending data out ([8755bdd](https://github.com/BitGo/BitGoJS/commit/8755bdd5f4174de21f0b7e4c1e7bb74fb9b8e40f))
423
+
424
+ ## [1.43.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.43.5...@bitgo/sdk-api@1.43.6) (2024-04-05)
425
+
426
+ **Note:** Version bump only for package @bitgo/sdk-api
427
+
428
+ ## [1.43.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.43.4...@bitgo/sdk-api@1.43.5) (2024-03-28)
429
+
430
+ **Note:** Version bump only for package @bitgo/sdk-api
431
+
432
+ ## [1.43.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.43.3...@bitgo/sdk-api@1.43.4) (2024-03-19)
433
+
434
+ **Note:** Version bump only for package @bitgo/sdk-api
435
+
436
+ ## [1.43.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.43.2...@bitgo/sdk-api@1.43.3) (2024-03-11)
437
+
438
+ **Note:** Version bump only for package @bitgo/sdk-api
439
+
440
+ ## [1.43.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.43.1...@bitgo/sdk-api@1.43.2) (2024-02-28)
441
+
442
+ **Note:** Version bump only for package @bitgo/sdk-api
443
+
444
+ ## [1.43.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.43.0...@bitgo/sdk-api@1.43.1) (2024-02-22)
445
+
446
+ ### Bug Fixes
447
+
448
+ - **sdk-api:** fix proxy after proxy-agent version bump ([4580762](https://github.com/BitGo/BitGoJS/commit/4580762212b6688a33239fb241de3c6e53a7dc58))
449
+
450
+ # [1.43.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.43.0) (2024-02-19)
451
+
452
+ ### Bug Fixes
453
+
454
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
455
+ - **root:** bump proxy agent ([c15dd27](https://github.com/BitGo/BitGoJS/commit/c15dd2778f56620aab8ab85d20c929fce64c6f66))
456
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
457
+ - **sdk-api:** fix proxy-agent usage ([1f194e2](https://github.com/BitGo/BitGoJS/commit/1f194e2cf4b2b8a1e33b7401676a33b09cf46ec9))
458
+ - **sdk-api:** remove sdk-api web bundle ([25da067](https://github.com/BitGo/BitGoJS/commit/25da06792476f5f9b23c33a0e31a361b1ae3b636))
459
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
460
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
461
+
462
+ ### Features
463
+
464
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
465
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
466
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
467
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
468
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
469
+
470
+ # [1.41.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.41.0) (2024-01-30)
471
+
472
+ ### Bug Fixes
473
+
474
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
475
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
476
+ - **sdk-api:** fix proxy-agent usage ([1f194e2](https://github.com/BitGo/BitGoJS/commit/1f194e2cf4b2b8a1e33b7401676a33b09cf46ec9))
477
+ - **sdk-api:** remove sdk-api web bundle ([25da067](https://github.com/BitGo/BitGoJS/commit/25da06792476f5f9b23c33a0e31a361b1ae3b636))
478
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
479
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
480
+
481
+ ### Features
482
+
483
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
484
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
485
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
486
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
487
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
488
+
489
+ # [1.40.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.40.0) (2024-01-26)
490
+
491
+ ### Bug Fixes
492
+
493
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
494
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
495
+ - **sdk-api:** fix proxy-agent usage ([1f194e2](https://github.com/BitGo/BitGoJS/commit/1f194e2cf4b2b8a1e33b7401676a33b09cf46ec9))
496
+ - **sdk-api:** remove sdk-api web bundle ([25da067](https://github.com/BitGo/BitGoJS/commit/25da06792476f5f9b23c33a0e31a361b1ae3b636))
497
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
498
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
499
+
500
+ ### Features
501
+
502
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
503
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
504
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
505
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
506
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
507
+
508
+ # [1.39.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.39.0) (2024-01-26)
509
+
510
+ ### Bug Fixes
511
+
512
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
513
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
514
+ - **sdk-api:** fix proxy-agent usage ([1f194e2](https://github.com/BitGo/BitGoJS/commit/1f194e2cf4b2b8a1e33b7401676a33b09cf46ec9))
515
+ - **sdk-api:** remove sdk-api web bundle ([25da067](https://github.com/BitGo/BitGoJS/commit/25da06792476f5f9b23c33a0e31a361b1ae3b636))
516
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
517
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
518
+
519
+ ### Features
520
+
521
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
522
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
523
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
524
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
525
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
526
+
527
+ # [1.38.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.38.0) (2024-01-25)
528
+
529
+ ### Bug Fixes
530
+
531
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
532
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
533
+ - **sdk-api:** fix proxy-agent usage ([1f194e2](https://github.com/BitGo/BitGoJS/commit/1f194e2cf4b2b8a1e33b7401676a33b09cf46ec9))
534
+ - **sdk-api:** remove sdk-api web bundle ([25da067](https://github.com/BitGo/BitGoJS/commit/25da06792476f5f9b23c33a0e31a361b1ae3b636))
535
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
536
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
537
+
538
+ ### Features
539
+
540
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
541
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
542
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
543
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
544
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
545
+
546
+ # [1.37.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.37.0) (2024-01-22)
547
+
548
+ ### Bug Fixes
549
+
550
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
551
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
552
+ - **sdk-api:** fix proxy-agent usage ([1f194e2](https://github.com/BitGo/BitGoJS/commit/1f194e2cf4b2b8a1e33b7401676a33b09cf46ec9))
553
+ - **sdk-api:** remove sdk-api web bundle ([25da067](https://github.com/BitGo/BitGoJS/commit/25da06792476f5f9b23c33a0e31a361b1ae3b636))
554
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
555
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
556
+
557
+ ### Features
558
+
559
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
560
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
561
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
562
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
563
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
564
+
565
+ # [1.36.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.36.0) (2024-01-09)
566
+
567
+ ### Bug Fixes
568
+
569
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
570
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
571
+ - **sdk-api:** fix proxy-agent usage ([1f194e2](https://github.com/BitGo/BitGoJS/commit/1f194e2cf4b2b8a1e33b7401676a33b09cf46ec9))
572
+ - **sdk-api:** remove sdk-api web bundle ([25da067](https://github.com/BitGo/BitGoJS/commit/25da06792476f5f9b23c33a0e31a361b1ae3b636))
573
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
574
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
575
+
576
+ ### Features
577
+
578
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
579
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
580
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
581
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
582
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
583
+
584
+ # [1.35.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.35.0) (2024-01-03)
585
+
586
+ ### Bug Fixes
587
+
588
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
589
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
590
+ - **sdk-api:** fix proxy-agent usage ([1f194e2](https://github.com/BitGo/BitGoJS/commit/1f194e2cf4b2b8a1e33b7401676a33b09cf46ec9))
591
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
592
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
593
+
594
+ ### Features
595
+
596
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
597
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
598
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
599
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
600
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
601
+
602
+ # [1.34.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.34.0) (2023-12-18)
603
+
604
+ ### Bug Fixes
605
+
606
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
607
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
608
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
609
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
610
+
611
+ ### Features
612
+
613
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
614
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
615
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
616
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
617
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
618
+
619
+ # [1.33.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.33.0) (2023-12-12)
620
+
621
+ ### Bug Fixes
622
+
623
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
624
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
625
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
626
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
627
+
628
+ ### Features
629
+
630
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
631
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
632
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
633
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
634
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
635
+
636
+ # [1.32.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.32.0) (2023-12-09)
637
+
638
+ ### Bug Fixes
639
+
640
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
641
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
642
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
643
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
644
+
645
+ ### Features
646
+
647
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
648
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
649
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
650
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
651
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
652
+
653
+ # [1.31.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.31.0) (2023-12-05)
654
+
655
+ ### Bug Fixes
656
+
657
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
658
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
659
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
660
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
661
+
662
+ ### Features
663
+
664
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
665
+ - **sdk-api:** add check to see if the derived xpub matches ([efef716](https://github.com/BitGo/BitGoJS/commit/efef7166e37a2de6b5dfe1d1ea3f4d9493d3a7dd))
666
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
667
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
668
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
669
+
670
+ # [1.30.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.30.0) (2023-11-28)
671
+
672
+ ### Bug Fixes
673
+
674
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
675
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
676
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
677
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
678
+
679
+ ### Features
680
+
681
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
682
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
683
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
684
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
685
+
686
+ # [1.29.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.29.0) (2023-11-24)
687
+
688
+ ### Bug Fixes
689
+
690
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
691
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
692
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
693
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
694
+
695
+ ### Features
696
+
697
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
698
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
699
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
700
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
701
+
702
+ # [1.28.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.28.0) (2023-11-17)
703
+
704
+ ### Bug Fixes
705
+
706
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
707
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
708
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
709
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
710
+
711
+ ### Features
712
+
713
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
714
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
715
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
716
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
717
+
718
+ # [1.27.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.27.0) (2023-11-13)
719
+
720
+ ### Bug Fixes
721
+
722
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
723
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
724
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
725
+
726
+ ### Features
727
+
728
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
729
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
730
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
731
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
732
+
733
+ # [1.26.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.26.0) (2023-11-13)
734
+
735
+ ### Bug Fixes
736
+
737
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
738
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
739
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
740
+
741
+ ### Features
742
+
743
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
744
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
745
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
746
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
747
+
748
+ # [1.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.25.0) (2023-11-13)
749
+
750
+ ### Bug Fixes
751
+
752
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
753
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
754
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
755
+
756
+ ### Features
757
+
758
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
759
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
760
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
761
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
762
+
763
+ # [1.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.24.0) (2023-10-20)
764
+
765
+ ### Bug Fixes
766
+
767
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
768
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
769
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
770
+
771
+ ### Features
772
+
773
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
774
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
775
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
776
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
777
+
778
+ # [1.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.23.0) (2023-10-18)
779
+
780
+ ### Bug Fixes
781
+
782
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
783
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
784
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
785
+
786
+ ### Features
787
+
788
+ - improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
789
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
790
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
791
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
792
+
793
+ # [1.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.22.0) (2023-09-25)
794
+
795
+ ### Bug Fixes
796
+
797
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
798
+ - **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d))
799
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
800
+
801
+ ### Features
802
+
803
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
804
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
805
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
806
+
807
+ # [1.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.21.0) (2023-09-09)
808
+
809
+ ### Bug Fixes
810
+
811
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
812
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
813
+
814
+ ### Features
815
+
816
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
817
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
818
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
819
+
820
+ # [1.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.20.0) (2023-09-09)
821
+
822
+ ### Bug Fixes
823
+
824
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
825
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
826
+
827
+ ### Features
828
+
829
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
830
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
831
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
832
+
833
+ # [1.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.19.0) (2023-09-07)
834
+
835
+ ### Bug Fixes
836
+
837
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
838
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
839
+
840
+ ### Features
841
+
842
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
843
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
844
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
845
+
846
+ # [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.18.0) (2023-09-05)
847
+
848
+ ### Bug Fixes
849
+
850
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
851
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
852
+
853
+ ### Features
854
+
855
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
856
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
857
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
858
+
859
+ # [1.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.17.0) (2023-09-01)
860
+
861
+ ### Bug Fixes
862
+
863
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
864
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
865
+
866
+ ### Features
867
+
868
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
869
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
870
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
871
+
872
+ # [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.16.0) (2023-08-29)
873
+
874
+ ### Bug Fixes
875
+
876
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
877
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
878
+
879
+ ### Features
880
+
881
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
882
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
883
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
884
+
885
+ # [1.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.15.0) (2023-08-25)
886
+
887
+ ### Bug Fixes
888
+
889
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
890
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
891
+
892
+ ### Features
893
+
894
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
895
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
896
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
897
+
898
+ # [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.14.0) (2023-08-24)
899
+
900
+ ### Bug Fixes
901
+
902
+ - **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9))
903
+ - **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7))
904
+
905
+ ### Features
906
+
907
+ - **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25))
908
+ - **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d))
909
+ - **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac))
910
+
6
911
  ## [1.13.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.13.2) (2023-08-16)
7
912
 
8
913
  ### Bug Fixes