@bitgo-beta/sdk-coin-dot 2.2.8-beta.97 → 2.2.8-beta.970

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 (43) hide show
  1. package/CHANGELOG.md +1139 -0
  2. package/dist/src/dot.d.ts +21 -21
  3. package/dist/src/dot.d.ts.map +1 -1
  4. package/dist/src/dot.js +288 -93
  5. package/dist/src/index.js +6 -2
  6. package/dist/src/lib/addressInitializationBuilder.js +8 -10
  7. package/dist/src/lib/batchTransactionBuilder.d.ts +1 -0
  8. package/dist/src/lib/batchTransactionBuilder.d.ts.map +1 -1
  9. package/dist/src/lib/batchTransactionBuilder.js +21 -15
  10. package/dist/src/lib/claimBuilder.js +4 -6
  11. package/dist/src/lib/iface.d.ts +17 -14
  12. package/dist/src/lib/iface.d.ts.map +1 -1
  13. package/dist/src/lib/iface.js +5 -5
  14. package/dist/src/lib/iface_utils.js +8 -9
  15. package/dist/src/lib/index.js +23 -9
  16. package/dist/src/lib/keyPair.d.ts +7 -0
  17. package/dist/src/lib/keyPair.d.ts.map +1 -1
  18. package/dist/src/lib/keyPair.js +51 -4
  19. package/dist/src/lib/nativeTransferBuilder.js +12 -14
  20. package/dist/src/lib/proxyBuilder.js +6 -8
  21. package/dist/src/lib/singletonRegistry.js +2 -2
  22. package/dist/src/lib/stakingBuilder.d.ts.map +1 -1
  23. package/dist/src/lib/stakingBuilder.js +8 -11
  24. package/dist/src/lib/transaction.d.ts +0 -1
  25. package/dist/src/lib/transaction.d.ts.map +1 -1
  26. package/dist/src/lib/transaction.js +72 -52
  27. package/dist/src/lib/transactionBuilder.d.ts +0 -1
  28. package/dist/src/lib/transactionBuilder.d.ts.map +1 -1
  29. package/dist/src/lib/transactionBuilder.js +30 -16
  30. package/dist/src/lib/transactionBuilderFactory.js +3 -4
  31. package/dist/src/lib/txnSchema.js +2 -2
  32. package/dist/src/lib/unnominateBuilder.js +4 -6
  33. package/dist/src/lib/unstakeBuilder.js +4 -6
  34. package/dist/src/lib/utils.d.ts +10 -2
  35. package/dist/src/lib/utils.d.ts.map +1 -1
  36. package/dist/src/lib/utils.js +59 -39
  37. package/dist/src/lib/withdrawUnstakedBuilder.js +4 -6
  38. package/dist/src/resources/index.js +6 -2
  39. package/dist/src/resources/westend.d.ts +1 -1
  40. package/dist/src/resources/westend.d.ts.map +1 -1
  41. package/dist/src/resources/westend.js +2 -2
  42. package/dist/src/tdot.js +1 -1
  43. package/package.json +16 -14
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1145 @@
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
+ ## [4.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.3.2...@bitgo/sdk-coin-dot@4.3.3) (2025-06-24)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
9
+
10
+ ## [4.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.3.1...@bitgo/sdk-coin-dot@4.3.2) (2025-06-18)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
13
+
14
+ ## [4.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.3.0...@bitgo/sdk-coin-dot@4.3.1) (2025-06-10)
15
+
16
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
17
+
18
+ # [4.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.2.0...@bitgo/sdk-coin-dot@4.3.0) (2025-06-05)
19
+
20
+ ### Features
21
+
22
+ - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
23
+
24
+ # [4.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.60...@bitgo/sdk-coin-dot@4.2.0) (2025-06-02)
25
+
26
+ ### Features
27
+
28
+ - rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
29
+ - **root:** add new audit key baseCoin method ([57c1778](https://github.com/BitGo/BitGoJS/commit/57c17784a72ea364f18e3af9dbd83da877827e69))
30
+
31
+ ## [4.1.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.59...@bitgo/sdk-coin-dot@4.1.60) (2025-05-28)
32
+
33
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
34
+
35
+ ## [4.1.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.58...@bitgo/sdk-coin-dot@4.1.59) (2025-05-22)
36
+
37
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
38
+
39
+ ## [4.1.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.57...@bitgo/sdk-coin-dot@4.1.58) (2025-05-20)
40
+
41
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
42
+
43
+ ## [4.1.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.56...@bitgo/sdk-coin-dot@4.1.57) (2025-05-07)
44
+
45
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
46
+
47
+ ## [4.1.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.55...@bitgo/sdk-coin-dot@4.1.56) (2025-04-29)
48
+
49
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
50
+
51
+ ## [4.1.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.54...@bitgo/sdk-coin-dot@4.1.55) (2025-04-25)
52
+
53
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
54
+
55
+ ## [4.1.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.53...@bitgo/sdk-coin-dot@4.1.54) (2025-04-15)
56
+
57
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
58
+
59
+ ## [4.1.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.52...@bitgo/sdk-coin-dot@4.1.53) (2025-04-04)
60
+
61
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
62
+
63
+ ## [4.1.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.51...@bitgo/sdk-coin-dot@4.1.52) (2025-04-02)
64
+
65
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
66
+
67
+ ## [4.1.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.50...@bitgo/sdk-coin-dot@4.1.51) (2025-03-28)
68
+
69
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
70
+
71
+ ## [4.1.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.49...@bitgo/sdk-coin-dot@4.1.50) (2025-03-20)
72
+
73
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
74
+
75
+ ## [4.1.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.48...@bitgo/sdk-coin-dot@4.1.49) (2025-03-18)
76
+
77
+ ### Bug Fixes
78
+
79
+ - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
80
+
81
+ ## [4.1.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.47...@bitgo/sdk-coin-dot@4.1.48) (2025-03-06)
82
+
83
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
84
+
85
+ ## [4.1.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.44...@bitgo/sdk-coin-dot@4.1.47) (2025-03-04)
86
+
87
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
88
+
89
+ ## [4.1.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.44...@bitgo/sdk-coin-dot@4.1.46) (2025-02-26)
90
+
91
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
92
+
93
+ ## [4.1.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.44...@bitgo/sdk-coin-dot@4.1.45) (2025-02-20)
94
+
95
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
96
+
97
+ ## [4.1.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.43...@bitgo/sdk-coin-dot@4.1.44) (2025-02-19)
98
+
99
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
100
+
101
+ ## [4.1.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.42...@bitgo/sdk-coin-dot@4.1.43) (2025-02-11)
102
+
103
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
104
+
105
+ ## [4.1.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.41...@bitgo/sdk-coin-dot@4.1.42) (2025-02-05)
106
+
107
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
108
+
109
+ ## [4.1.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.40...@bitgo/sdk-coin-dot@4.1.41) (2025-01-28)
110
+
111
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
112
+
113
+ ## [4.1.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.39...@bitgo/sdk-coin-dot@4.1.40) (2025-01-23)
114
+
115
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
116
+
117
+ ## [4.1.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.38...@bitgo/sdk-coin-dot@4.1.39) (2025-01-23)
118
+
119
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
120
+
121
+ ## [4.1.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.37...@bitgo/sdk-coin-dot@4.1.38) (2025-01-20)
122
+
123
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
124
+
125
+ ## [4.1.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.36...@bitgo/sdk-coin-dot@4.1.37) (2025-01-15)
126
+
127
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
128
+
129
+ ## [4.1.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.35...@bitgo/sdk-coin-dot@4.1.36) (2025-01-09)
130
+
131
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
132
+
133
+ ## [4.1.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.34...@bitgo/sdk-coin-dot@4.1.35) (2025-01-03)
134
+
135
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
136
+
137
+ ## [4.1.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.33...@bitgo/sdk-coin-dot@4.1.34) (2024-12-24)
138
+
139
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
140
+
141
+ ## [4.1.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.32...@bitgo/sdk-coin-dot@4.1.33) (2024-12-19)
142
+
143
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
144
+
145
+ ## [4.1.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.30...@bitgo/sdk-coin-dot@4.1.32) (2024-12-17)
146
+
147
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
148
+
149
+ ## [4.1.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.30...@bitgo/sdk-coin-dot@4.1.31) (2024-12-17)
150
+
151
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
152
+
153
+ ## [4.1.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.29...@bitgo/sdk-coin-dot@4.1.30) (2024-12-12)
154
+
155
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
156
+
157
+ ## [4.1.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.28...@bitgo/sdk-coin-dot@4.1.29) (2024-12-11)
158
+
159
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
160
+
161
+ ## [4.1.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.27...@bitgo/sdk-coin-dot@4.1.28) (2024-12-03)
162
+
163
+ ### Bug Fixes
164
+
165
+ - **sdk-core:** deprecate displayOrder in ITransactionExplanation ([316ea22](https://github.com/BitGo/BitGoJS/commit/316ea22b4e834d4f850ef3589e2d6f66a6d62fe5))
166
+
167
+ ## [4.1.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.26...@bitgo/sdk-coin-dot@4.1.27) (2024-11-26)
168
+
169
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
170
+
171
+ ## [4.1.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.25...@bitgo/sdk-coin-dot@4.1.26) (2024-11-21)
172
+
173
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
174
+
175
+ ## [4.1.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.23...@bitgo/sdk-coin-dot@4.1.25) (2024-11-19)
176
+
177
+ ### Bug Fixes
178
+
179
+ - **root:** bumped some polkadot libs ([f33c83e](https://github.com/BitGo/BitGoJS/commit/f33c83ee96090f76101290250152077620bd02bc))
180
+
181
+ ## [4.1.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.23...@bitgo/sdk-coin-dot@4.1.24) (2024-11-14)
182
+
183
+ ### Bug Fixes
184
+
185
+ - **root:** bumped some polkadot libs ([f33c83e](https://github.com/BitGo/BitGoJS/commit/f33c83ee96090f76101290250152077620bd02bc))
186
+
187
+ ## [4.1.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.22...@bitgo/sdk-coin-dot@4.1.23) (2024-11-08)
188
+
189
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
190
+
191
+ ## [4.1.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.21...@bitgo/sdk-coin-dot@4.1.22) (2024-11-07)
192
+
193
+ ### Bug Fixes
194
+
195
+ - check if recipients is defined in verifyTransaction ([6022a62](https://github.com/BitGo/BitGoJS/commit/6022a6282173f312d38ed993757aae54050f8282))
196
+
197
+ ## [4.1.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.20...@bitgo/sdk-coin-dot@4.1.21) (2024-11-01)
198
+
199
+ ### Bug Fixes
200
+
201
+ - **sdk-coin-dot:** throw error on sendmany API call when recipients greater than 1 ([c323e7e](https://github.com/BitGo/BitGoJS/commit/c323e7e06745698b6f56238d213acd5d61e2333d))
202
+
203
+ ## [4.1.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.19...@bitgo/sdk-coin-dot@4.1.20) (2024-10-22)
204
+
205
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
206
+
207
+ ## [4.1.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.18...@bitgo/sdk-coin-dot@4.1.19) (2024-10-15)
208
+
209
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
210
+
211
+ ## [4.1.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.17...@bitgo/sdk-coin-dot@4.1.18) (2024-10-08)
212
+
213
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
214
+
215
+ ## [4.1.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.16...@bitgo/sdk-coin-dot@4.1.17) (2024-10-04)
216
+
217
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
218
+
219
+ ## [4.1.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.15...@bitgo/sdk-coin-dot@4.1.16) (2024-09-24)
220
+
221
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
222
+
223
+ ## [4.1.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.14...@bitgo/sdk-coin-dot@4.1.15) (2024-09-19)
224
+
225
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
226
+
227
+ ## [4.1.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.13...@bitgo/sdk-coin-dot@4.1.14) (2024-09-16)
228
+
229
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
230
+
231
+ ## [4.1.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.12...@bitgo/sdk-coin-dot@4.1.13) (2024-09-10)
232
+
233
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
234
+
235
+ ## [4.1.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.11...@bitgo/sdk-coin-dot@4.1.12) (2024-09-03)
236
+
237
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
238
+
239
+ ## [4.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.10...@bitgo/sdk-coin-dot@4.1.11) (2024-08-29)
240
+
241
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
242
+
243
+ ## [4.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.9...@bitgo/sdk-coin-dot@4.1.10) (2024-08-27)
244
+
245
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
246
+
247
+ ## [4.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.7...@bitgo/sdk-coin-dot@4.1.9) (2024-08-20)
248
+
249
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
250
+
251
+ ## [4.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.7...@bitgo/sdk-coin-dot@4.1.8) (2024-08-13)
252
+
253
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
254
+
255
+ ## [4.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.6...@bitgo/sdk-coin-dot@4.1.7) (2024-08-07)
256
+
257
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
258
+
259
+ ## [4.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.5...@bitgo/sdk-coin-dot@4.1.6) (2024-07-30)
260
+
261
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
262
+
263
+ ## [4.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.4...@bitgo/sdk-coin-dot@4.1.5) (2024-07-24)
264
+
265
+ ### Reverts
266
+
267
+ - Revert "chore: update polkadot metadata" ([2b07199](https://github.com/BitGo/BitGoJS/commit/2b0719998742f133da70b7592eee7af5b905deaa))
268
+ - Revert "chore: disable tests for dot" ([e4cc415](https://github.com/BitGo/BitGoJS/commit/e4cc415b7d507ee6f5f04322ba5f8cbf08f08ac1))
269
+
270
+ ## [4.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.3...@bitgo/sdk-coin-dot@4.1.4) (2024-07-16)
271
+
272
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
273
+
274
+ ## [4.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.2...@bitgo/sdk-coin-dot@4.1.3) (2024-07-04)
275
+
276
+ ### Bug Fixes
277
+
278
+ - **sdk-coin-dot:** add mode 0 ([a538417](https://github.com/BitGo/BitGoJS/commit/a538417f630f9cfd34ab22243181900726d0f963))
279
+ - **sdk-coin-dot:** fix dot transfer ([0bb408f](https://github.com/BitGo/BitGoJS/commit/0bb408f8a961151c0e17b46c2388ded5bb5015b5))
280
+
281
+ ## [4.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.1...@bitgo/sdk-coin-dot@4.1.2) (2024-07-02)
282
+
283
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
284
+
285
+ ## [4.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.1.0...@bitgo/sdk-coin-dot@4.1.1) (2024-06-27)
286
+
287
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
288
+
289
+ # [4.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.21...@bitgo/sdk-coin-dot@4.1.0) (2024-06-26)
290
+
291
+ ### Features
292
+
293
+ - **sdk-core:** add tss coins method to BaseCoin class ([65ba76e](https://github.com/BitGo/BitGoJS/commit/65ba76ef3a930eed4e111c5613ded97fede57e65))
294
+
295
+ ## [4.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.19...@bitgo/sdk-coin-dot@4.0.21) (2024-06-21)
296
+
297
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
298
+
299
+ ## [4.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.19...@bitgo/sdk-coin-dot@4.0.20) (2024-06-20)
300
+
301
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
302
+
303
+ ## [4.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.18...@bitgo/sdk-coin-dot@4.0.19) (2024-06-14)
304
+
305
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
306
+
307
+ ## [4.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.17...@bitgo/sdk-coin-dot@4.0.18) (2024-06-11)
308
+
309
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
310
+
311
+ ## [4.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.16...@bitgo/sdk-coin-dot@4.0.17) (2024-06-05)
312
+
313
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
314
+
315
+ ## [4.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.15...@bitgo/sdk-coin-dot@4.0.16) (2024-05-31)
316
+
317
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
318
+
319
+ ## [4.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.14...@bitgo/sdk-coin-dot@4.0.15) (2024-05-28)
320
+
321
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
322
+
323
+ ## [4.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.13...@bitgo/sdk-coin-dot@4.0.14) (2024-05-22)
324
+
325
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
326
+
327
+ ## [4.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.12...@bitgo/sdk-coin-dot@4.0.13) (2024-05-17)
328
+
329
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
330
+
331
+ ## [4.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.11...@bitgo/sdk-coin-dot@4.0.12) (2024-05-13)
332
+
333
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
334
+
335
+ ## [4.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.10...@bitgo/sdk-coin-dot@4.0.11) (2024-05-08)
336
+
337
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
338
+
339
+ ## [4.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.9...@bitgo/sdk-coin-dot@4.0.10) (2024-05-01)
340
+
341
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
342
+
343
+ ## [4.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.8...@bitgo/sdk-coin-dot@4.0.9) (2024-04-25)
344
+
345
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
346
+
347
+ ## [4.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.7...@bitgo/sdk-coin-dot@4.0.8) (2024-04-24)
348
+
349
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
350
+
351
+ ## [4.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.6...@bitgo/sdk-coin-dot@4.0.7) (2024-04-22)
352
+
353
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
354
+
355
+ ## [4.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.5...@bitgo/sdk-coin-dot@4.0.6) (2024-04-17)
356
+
357
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
358
+
359
+ ## [4.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.4...@bitgo/sdk-coin-dot@4.0.5) (2024-04-12)
360
+
361
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
362
+
363
+ ## [4.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.3...@bitgo/sdk-coin-dot@4.0.4) (2024-04-10)
364
+
365
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
366
+
367
+ ## [4.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.2...@bitgo/sdk-coin-dot@4.0.3) (2024-04-09)
368
+
369
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
370
+
371
+ ## [4.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.1...@bitgo/sdk-coin-dot@4.0.2) (2024-04-08)
372
+
373
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
374
+
375
+ ## [4.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@4.0.0...@bitgo/sdk-coin-dot@4.0.1) (2024-04-05)
376
+
377
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
378
+
379
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.34.4...@bitgo/sdk-coin-dot@4.0.0) (2024-03-28)
380
+
381
+ ### Features
382
+
383
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
384
+
385
+ ### BREAKING CHANGES
386
+
387
+ - **root:** Node 16 is no longer supported in bitgojs.
388
+ TICKET: WP-1100
389
+
390
+ ## [3.34.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.34.3...@bitgo/sdk-coin-dot@3.34.4) (2024-03-19)
391
+
392
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
393
+
394
+ ## [3.34.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.34.2...@bitgo/sdk-coin-dot@3.34.3) (2024-03-11)
395
+
396
+ ### Bug Fixes
397
+
398
+ - **sdk-coin-dot:** check correct arg type for BondExtra ([766dbed](https://github.com/BitGo/BitGoJS/commit/766dbed60975ee269b4b76dc0f95e0aad341e182))
399
+
400
+ ## [3.34.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.34.1...@bitgo/sdk-coin-dot@3.34.2) (2024-02-28)
401
+
402
+ **Note:** Version bump only for package @bitgo/sdk-coin-dot
403
+
404
+ ## [3.34.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.34.0...@bitgo/sdk-coin-dot@3.34.1) (2024-02-22)
405
+
406
+ ### Bug Fixes
407
+
408
+ - **sdk-coin-dot:** deprecate derivedHardened for DOT ([7e99480](https://github.com/BitGo/BitGoJS/commit/7e99480f2e5041b7c787ec7a4b07b21b813183a8))
409
+
410
+ # [3.34.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.34.0) (2024-02-19)
411
+
412
+ ### Bug Fixes
413
+
414
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
415
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
416
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
417
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
418
+ - **sdk-coin-dot:** fix dot recovery ([9a0505c](https://github.com/BitGo/BitGoJS/commit/9a0505c988ce8e2988d81b8f437a473ff0f54cd2))
419
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
420
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
421
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
422
+ - **sdk-coin-dot:** fix unsigned sweep for dot ([f91e670](https://github.com/BitGo/BitGoJS/commit/f91e6707324240bcecd54a08781126d1b59def30))
423
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
424
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
425
+
426
+ ### Features
427
+
428
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
429
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
430
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
431
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
432
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
433
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
434
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
435
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
436
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
437
+
438
+ # [3.32.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.32.0) (2024-01-30)
439
+
440
+ ### Bug Fixes
441
+
442
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
443
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
444
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
445
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
446
+ - **sdk-coin-dot:** fix dot recovery ([9a0505c](https://github.com/BitGo/BitGoJS/commit/9a0505c988ce8e2988d81b8f437a473ff0f54cd2))
447
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
448
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
449
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
450
+ - **sdk-coin-dot:** fix unsigned sweep for dot ([f91e670](https://github.com/BitGo/BitGoJS/commit/f91e6707324240bcecd54a08781126d1b59def30))
451
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
452
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
453
+
454
+ ### Features
455
+
456
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
457
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
458
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
459
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
460
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
461
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
462
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
463
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
464
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
465
+
466
+ # [3.31.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.31.0) (2024-01-26)
467
+
468
+ ### Bug Fixes
469
+
470
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
471
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
472
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
473
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
474
+ - **sdk-coin-dot:** fix dot recovery ([9a0505c](https://github.com/BitGo/BitGoJS/commit/9a0505c988ce8e2988d81b8f437a473ff0f54cd2))
475
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
476
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
477
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
478
+ - **sdk-coin-dot:** fix unsigned sweep for dot ([f91e670](https://github.com/BitGo/BitGoJS/commit/f91e6707324240bcecd54a08781126d1b59def30))
479
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
480
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
481
+
482
+ ### Features
483
+
484
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
485
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
486
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
487
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
488
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
489
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
490
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
491
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
492
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
493
+
494
+ # [3.30.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.30.0) (2024-01-26)
495
+
496
+ ### Bug Fixes
497
+
498
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
499
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
500
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
501
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
502
+ - **sdk-coin-dot:** fix dot recovery ([9a0505c](https://github.com/BitGo/BitGoJS/commit/9a0505c988ce8e2988d81b8f437a473ff0f54cd2))
503
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
504
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
505
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
506
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
507
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
508
+
509
+ ### Features
510
+
511
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
512
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
513
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
514
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
515
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
516
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
517
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
518
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
519
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
520
+
521
+ # [3.29.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.29.0) (2024-01-25)
522
+
523
+ ### Bug Fixes
524
+
525
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
526
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
527
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
528
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
529
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
530
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
531
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
532
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
533
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
534
+
535
+ ### Features
536
+
537
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
538
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
539
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
540
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
541
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
542
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
543
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
544
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
545
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
546
+
547
+ # [3.28.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.28.0) (2024-01-22)
548
+
549
+ ### Bug Fixes
550
+
551
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
552
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
553
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
554
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
555
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
556
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
557
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
558
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
559
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
560
+
561
+ ### Features
562
+
563
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
564
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
565
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
566
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
567
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
568
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
569
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
570
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
571
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
572
+
573
+ # [3.27.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.27.0) (2024-01-09)
574
+
575
+ ### Bug Fixes
576
+
577
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
578
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
579
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
580
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
581
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
582
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
583
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
584
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
585
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
586
+
587
+ ### Features
588
+
589
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
590
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
591
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
592
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
593
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
594
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
595
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
596
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
597
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
598
+
599
+ # [3.26.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.26.0) (2024-01-03)
600
+
601
+ ### Bug Fixes
602
+
603
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
604
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
605
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
606
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
607
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
608
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
609
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
610
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
611
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
612
+
613
+ ### Features
614
+
615
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
616
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
617
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
618
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
619
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
620
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
621
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
622
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
623
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
624
+
625
+ # [3.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.25.0) (2023-12-18)
626
+
627
+ ### Bug Fixes
628
+
629
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
630
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
631
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
632
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
633
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
634
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
635
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
636
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
637
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
638
+
639
+ ### Features
640
+
641
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
642
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
643
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
644
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
645
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
646
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
647
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
648
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
649
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
650
+
651
+ # [3.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.24.0) (2023-12-12)
652
+
653
+ ### Bug Fixes
654
+
655
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
656
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
657
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
658
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
659
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
660
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
661
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
662
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
663
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
664
+
665
+ ### Features
666
+
667
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
668
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
669
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
670
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
671
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
672
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
673
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
674
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
675
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
676
+
677
+ # [3.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.23.0) (2023-12-09)
678
+
679
+ ### Bug Fixes
680
+
681
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
682
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
683
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
684
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
685
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
686
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
687
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
688
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
689
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
690
+
691
+ ### Features
692
+
693
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
694
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
695
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
696
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
697
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
698
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
699
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
700
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
701
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
702
+
703
+ # [3.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.22.0) (2023-12-05)
704
+
705
+ ### Bug Fixes
706
+
707
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
708
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
709
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
710
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
711
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
712
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
713
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
714
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
715
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
716
+
717
+ ### Features
718
+
719
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
720
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
721
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
722
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
723
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
724
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
725
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
726
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
727
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
728
+
729
+ # [3.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.21.0) (2023-11-28)
730
+
731
+ ### Bug Fixes
732
+
733
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
734
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
735
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
736
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
737
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
738
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
739
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
740
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
741
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
742
+
743
+ ### Features
744
+
745
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
746
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
747
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
748
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
749
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
750
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
751
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
752
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
753
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
754
+
755
+ # [3.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.20.0) (2023-11-24)
756
+
757
+ ### Bug Fixes
758
+
759
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
760
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
761
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
762
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
763
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
764
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
765
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
766
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
767
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
768
+
769
+ ### Features
770
+
771
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
772
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
773
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
774
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
775
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
776
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
777
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
778
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
779
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
780
+
781
+ # [3.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.19.0) (2023-11-17)
782
+
783
+ ### Bug Fixes
784
+
785
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
786
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
787
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
788
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
789
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
790
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
791
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
792
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
793
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
794
+
795
+ ### Features
796
+
797
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
798
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
799
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
800
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
801
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
802
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
803
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
804
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
805
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
806
+
807
+ # [3.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.18.0) (2023-11-13)
808
+
809
+ ### Bug Fixes
810
+
811
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
812
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
813
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
814
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
815
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
816
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
817
+ - **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29))
818
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
819
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
820
+
821
+ ### Features
822
+
823
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
824
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
825
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
826
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
827
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
828
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
829
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
830
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
831
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
832
+
833
+ # [3.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.17.0) (2023-11-13)
834
+
835
+ ### Bug Fixes
836
+
837
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
838
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
839
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
840
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
841
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
842
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
843
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
844
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
845
+
846
+ ### Features
847
+
848
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
849
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
850
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
851
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
852
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
853
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
854
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
855
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
856
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
857
+
858
+ # [3.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.16.0) (2023-11-13)
859
+
860
+ ### Bug Fixes
861
+
862
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
863
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
864
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
865
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
866
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
867
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
868
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
869
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
870
+
871
+ ### Features
872
+
873
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
874
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
875
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
876
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
877
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
878
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
879
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
880
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
881
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
882
+
883
+ # [3.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.15.0) (2023-10-20)
884
+
885
+ ### Bug Fixes
886
+
887
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
888
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
889
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
890
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
891
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
892
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
893
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
894
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
895
+
896
+ ### Features
897
+
898
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
899
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
900
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
901
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
902
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
903
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
904
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
905
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
906
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
907
+
908
+ # [3.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.14.0) (2023-10-18)
909
+
910
+ ### Bug Fixes
911
+
912
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
913
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
914
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
915
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
916
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
917
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
918
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
919
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
920
+
921
+ ### Features
922
+
923
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
924
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
925
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
926
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
927
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
928
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
929
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
930
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
931
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
932
+
933
+ # [3.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.13.0) (2023-09-25)
934
+
935
+ ### Bug Fixes
936
+
937
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
938
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
939
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
940
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
941
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
942
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
943
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
944
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
945
+
946
+ ### Features
947
+
948
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
949
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
950
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
951
+ - **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239))
952
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
953
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
954
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
955
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
956
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
957
+
958
+ ## [3.12.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.12.0...@bitgo/sdk-coin-dot@3.12.1) (2023-09-11)
959
+
960
+ ### Bug Fixes
961
+
962
+ - **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb))
963
+
964
+ # [3.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.12.0) (2023-09-09)
965
+
966
+ ### Bug Fixes
967
+
968
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
969
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
970
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
971
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
972
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
973
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
974
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
975
+
976
+ ### Features
977
+
978
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
979
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
980
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
981
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
982
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
983
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
984
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
985
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
986
+
987
+ # [3.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.11.0) (2023-09-09)
988
+
989
+ ### Bug Fixes
990
+
991
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
992
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
993
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
994
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
995
+ - **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f))
996
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
997
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
998
+
999
+ ### Features
1000
+
1001
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
1002
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
1003
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1004
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
1005
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
1006
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1007
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
1008
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
1009
+
1010
+ # [3.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.10.0) (2023-09-07)
1011
+
1012
+ ### Bug Fixes
1013
+
1014
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
1015
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
1016
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
1017
+ - **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7))
1018
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
1019
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1020
+
1021
+ ### Features
1022
+
1023
+ - **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306))
1024
+ - **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1))
1025
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1026
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
1027
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
1028
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1029
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
1030
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
1031
+
1032
+ # [3.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.9.0) (2023-09-05)
1033
+
1034
+ ### Bug Fixes
1035
+
1036
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
1037
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
1038
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
1039
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
1040
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1041
+
1042
+ ### Features
1043
+
1044
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1045
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
1046
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
1047
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1048
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
1049
+ - **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5))
1050
+
1051
+ # [3.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.8.0) (2023-09-01)
1052
+
1053
+ ### Bug Fixes
1054
+
1055
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
1056
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
1057
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
1058
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
1059
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1060
+
1061
+ ### Features
1062
+
1063
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1064
+ - **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d))
1065
+ - **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d))
1066
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1067
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
1068
+
1069
+ # [3.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.7.0) (2023-08-29)
1070
+
1071
+ ### Bug Fixes
1072
+
1073
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
1074
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
1075
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
1076
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
1077
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1078
+
1079
+ ### Features
1080
+
1081
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1082
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1083
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
1084
+
1085
+ # [3.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.6.0) (2023-08-25)
1086
+
1087
+ ### Bug Fixes
1088
+
1089
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
1090
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
1091
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
1092
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
1093
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1094
+
1095
+ ### Features
1096
+
1097
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1098
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1099
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
1100
+
1101
+ # [3.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.5.0) (2023-08-24)
1102
+
1103
+ ### Bug Fixes
1104
+
1105
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
1106
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
1107
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
1108
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
1109
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1110
+
1111
+ ### Features
1112
+
1113
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1114
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1115
+ - **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0))
1116
+
1117
+ # [3.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.4.0) (2023-08-16)
1118
+
1119
+ ### Bug Fixes
1120
+
1121
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
1122
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
1123
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
1124
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
1125
+
1126
+ ### Features
1127
+
1128
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1129
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1130
+
1131
+ # [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.3.0) (2023-08-16)
1132
+
1133
+ ### Bug Fixes
1134
+
1135
+ - **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b))
1136
+ - **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb))
1137
+ - **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e))
1138
+ - **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63))
1139
+
1140
+ ### Features
1141
+
1142
+ - **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0))
1143
+ - **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100))
1144
+
6
1145
  # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.0.3...@bitgo/sdk-coin-dot@3.2.0) (2023-08-04)
7
1146
 
8
1147
  ### Features