@bitgo-beta/sdk-api 1.10.1-beta.91 → 1.10.1-beta.911

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