@bitgo-beta/sdk-coin-atom 3.1.2-beta.113 → 3.1.2-beta.1131

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 (46) hide show
  1. package/.mocharc.yml +1 -1
  2. package/CHANGELOG.md +831 -0
  3. package/dist/src/atom.d.ts +7 -115
  4. package/dist/src/atom.d.ts.map +1 -1
  5. package/dist/src/atom.js +12 -498
  6. package/dist/src/index.js +6 -2
  7. package/dist/src/lib/constants.d.ts +0 -6
  8. package/dist/src/lib/constants.d.ts.map +1 -1
  9. package/dist/src/lib/constants.js +8 -12
  10. package/dist/src/lib/index.d.ts +3 -8
  11. package/dist/src/lib/index.d.ts.map +1 -1
  12. package/dist/src/lib/index.js +33 -24
  13. package/dist/src/lib/keyPair.d.ts +3 -12
  14. package/dist/src/lib/keyPair.d.ts.map +1 -1
  15. package/dist/src/lib/keyPair.js +5 -43
  16. package/dist/src/lib/transactionBuilderFactory.d.ts +8 -11
  17. package/dist/src/lib/transactionBuilderFactory.d.ts.map +1 -1
  18. package/dist/src/lib/transactionBuilderFactory.js +21 -11
  19. package/dist/src/lib/utils.d.ts +5 -159
  20. package/dist/src/lib/utils.d.ts.map +1 -1
  21. package/dist/src/lib/utils.js +32 -498
  22. package/dist/src/tatom.d.ts +0 -8
  23. package/dist/src/tatom.d.ts.map +1 -1
  24. package/dist/src/tatom.js +1 -13
  25. package/package.json +11 -16
  26. package/dist/src/lib/StakingActivateBuilder.d.ts +0 -11
  27. package/dist/src/lib/StakingActivateBuilder.d.ts.map +0 -1
  28. package/dist/src/lib/StakingActivateBuilder.js +0 -31
  29. package/dist/src/lib/StakingDeactivateBuilder.d.ts +0 -11
  30. package/dist/src/lib/StakingDeactivateBuilder.d.ts.map +0 -1
  31. package/dist/src/lib/StakingDeactivateBuilder.js +0 -31
  32. package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts +0 -11
  33. package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts.map +0 -1
  34. package/dist/src/lib/StakingWithdrawRewardsBuilder.js +0 -31
  35. package/dist/src/lib/iface.d.ts +0 -46
  36. package/dist/src/lib/iface.d.ts.map +0 -1
  37. package/dist/src/lib/iface.js +0 -3
  38. package/dist/src/lib/transaction.d.ts +0 -58
  39. package/dist/src/lib/transaction.d.ts.map +0 -1
  40. package/dist/src/lib/transaction.js +0 -271
  41. package/dist/src/lib/transactionBuilder.d.ts +0 -78
  42. package/dist/src/lib/transactionBuilder.d.ts.map +0 -1
  43. package/dist/src/lib/transactionBuilder.js +0 -179
  44. package/dist/src/lib/transferBuilder.d.ts +0 -11
  45. package/dist/src/lib/transferBuilder.d.ts.map +0 -1
  46. package/dist/src/lib/transferBuilder.js +0 -31
package/CHANGELOG.md CHANGED
@@ -3,6 +3,837 @@
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
+ # [13.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.6.3...@bitgo/sdk-coin-atom@13.7.0) (2025-08-22)
7
+
8
+ ### Features
9
+
10
+ - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
11
+
12
+ ## [13.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.6.2...@bitgo/sdk-coin-atom@13.6.3) (2025-08-22)
13
+
14
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
15
+
16
+ ## [13.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.6.1...@bitgo/sdk-coin-atom@13.6.2) (2025-08-19)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
19
+
20
+ ## [13.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.6.0...@bitgo/sdk-coin-atom@13.6.1) (2025-08-14)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
23
+
24
+ # [13.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.11...@bitgo/sdk-coin-atom@13.6.0) (2025-08-07)
25
+
26
+ ### Bug Fixes
27
+
28
+ - **root:** bump axios version for form-data vuln ([18ce88b](https://github.com/BitGo/BitGoJS/commit/18ce88b51958bec7b29d30c683c3842d022dd674))
29
+
30
+ ### Features
31
+
32
+ - use statics to get denom of tokens ([e89d793](https://github.com/BitGo/BitGoJS/commit/e89d79365086512d845bb498deed7ee66ecd2fc0))
33
+
34
+ ## [13.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.10...@bitgo/sdk-coin-atom@13.5.11) (2025-07-31)
35
+
36
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
37
+
38
+ ## [13.5.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.9...@bitgo/sdk-coin-atom@13.5.10) (2025-07-30)
39
+
40
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
41
+
42
+ ## [13.5.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.7...@bitgo/sdk-coin-atom@13.5.9) (2025-07-25)
43
+
44
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
45
+
46
+ ## [13.5.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.7...@bitgo/sdk-coin-atom@13.5.8) (2025-07-23)
47
+
48
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
49
+
50
+ ## [13.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.6...@bitgo/sdk-coin-atom@13.5.7) (2025-07-15)
51
+
52
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
53
+
54
+ ## [13.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.5...@bitgo/sdk-coin-atom@13.5.6) (2025-07-10)
55
+
56
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
57
+
58
+ ## [13.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.4...@bitgo/sdk-coin-atom@13.5.5) (2025-07-03)
59
+
60
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
61
+
62
+ ## [13.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.3...@bitgo/sdk-coin-atom@13.5.4) (2025-06-25)
63
+
64
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
65
+
66
+ ## [13.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.2...@bitgo/sdk-coin-atom@13.5.3) (2025-06-24)
67
+
68
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
69
+
70
+ ## [13.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.1...@bitgo/sdk-coin-atom@13.5.2) (2025-06-18)
71
+
72
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
73
+
74
+ ## [13.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.0...@bitgo/sdk-coin-atom@13.5.1) (2025-06-10)
75
+
76
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
77
+
78
+ # [13.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.14...@bitgo/sdk-coin-atom@13.5.0) (2025-06-05)
79
+
80
+ ### Features
81
+
82
+ - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
83
+
84
+ ## [13.4.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.13...@bitgo/sdk-coin-atom@13.4.14) (2025-06-02)
85
+
86
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
87
+
88
+ ## [13.4.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.12...@bitgo/sdk-coin-atom@13.4.13) (2025-05-28)
89
+
90
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
91
+
92
+ ## [13.4.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.11...@bitgo/sdk-coin-atom@13.4.12) (2025-05-22)
93
+
94
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
95
+
96
+ ## [13.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.10...@bitgo/sdk-coin-atom@13.4.11) (2025-05-20)
97
+
98
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
99
+
100
+ ## [13.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.9...@bitgo/sdk-coin-atom@13.4.10) (2025-05-07)
101
+
102
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
103
+
104
+ ## [13.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.8...@bitgo/sdk-coin-atom@13.4.9) (2025-04-29)
105
+
106
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
107
+
108
+ ## [13.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.7...@bitgo/sdk-coin-atom@13.4.8) (2025-04-25)
109
+
110
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
111
+
112
+ ## [13.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.6...@bitgo/sdk-coin-atom@13.4.7) (2025-04-15)
113
+
114
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
115
+
116
+ ## [13.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.5...@bitgo/sdk-coin-atom@13.4.6) (2025-04-04)
117
+
118
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
119
+
120
+ ## [13.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.4...@bitgo/sdk-coin-atom@13.4.5) (2025-04-02)
121
+
122
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
123
+
124
+ ## [13.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.3...@bitgo/sdk-coin-atom@13.4.4) (2025-03-28)
125
+
126
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
127
+
128
+ ## [13.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.2...@bitgo/sdk-coin-atom@13.4.3) (2025-03-20)
129
+
130
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
131
+
132
+ ## [13.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.1...@bitgo/sdk-coin-atom@13.4.2) (2025-03-18)
133
+
134
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
135
+
136
+ ## [13.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.0...@bitgo/sdk-coin-atom@13.4.1) (2025-03-06)
137
+
138
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
139
+
140
+ # [13.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.22...@bitgo/sdk-coin-atom@13.4.0) (2025-03-04)
141
+
142
+ ### Bug Fixes
143
+
144
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
145
+
146
+ ### Features
147
+
148
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
149
+
150
+ # [13.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.22...@bitgo/sdk-coin-atom@13.3.0) (2025-02-26)
151
+
152
+ ### Bug Fixes
153
+
154
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
155
+
156
+ ### Features
157
+
158
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
159
+
160
+ # [13.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.22...@bitgo/sdk-coin-atom@13.2.0) (2025-02-20)
161
+
162
+ ### Bug Fixes
163
+
164
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
165
+
166
+ ### Features
167
+
168
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
169
+
170
+ ## [13.1.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.21...@bitgo/sdk-coin-atom@13.1.22) (2025-02-19)
171
+
172
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
173
+
174
+ ## [13.1.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.20...@bitgo/sdk-coin-atom@13.1.21) (2025-02-11)
175
+
176
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
177
+
178
+ ## [13.1.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.19...@bitgo/sdk-coin-atom@13.1.20) (2025-02-05)
179
+
180
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
181
+
182
+ ## [13.1.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.18...@bitgo/sdk-coin-atom@13.1.19) (2025-01-28)
183
+
184
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
185
+
186
+ ## [13.1.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.17...@bitgo/sdk-coin-atom@13.1.18) (2025-01-23)
187
+
188
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
189
+
190
+ ## [13.1.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.16...@bitgo/sdk-coin-atom@13.1.17) (2025-01-23)
191
+
192
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
193
+
194
+ ## [13.1.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.15...@bitgo/sdk-coin-atom@13.1.16) (2025-01-20)
195
+
196
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
197
+
198
+ ## [13.1.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.14...@bitgo/sdk-coin-atom@13.1.15) (2025-01-15)
199
+
200
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
201
+
202
+ ## [13.1.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.13...@bitgo/sdk-coin-atom@13.1.14) (2025-01-09)
203
+
204
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
205
+
206
+ ## [13.1.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.12...@bitgo/sdk-coin-atom@13.1.13) (2025-01-03)
207
+
208
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
209
+
210
+ ## [13.1.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.11...@bitgo/sdk-coin-atom@13.1.12) (2024-12-24)
211
+
212
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
213
+
214
+ ## [13.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.10...@bitgo/sdk-coin-atom@13.1.11) (2024-12-19)
215
+
216
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
217
+
218
+ ## [13.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.8...@bitgo/sdk-coin-atom@13.1.10) (2024-12-17)
219
+
220
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
221
+
222
+ ## [13.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.8...@bitgo/sdk-coin-atom@13.1.9) (2024-12-17)
223
+
224
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
225
+
226
+ ## [13.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.7...@bitgo/sdk-coin-atom@13.1.8) (2024-12-12)
227
+
228
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
229
+
230
+ ## [13.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.6...@bitgo/sdk-coin-atom@13.1.7) (2024-12-11)
231
+
232
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
233
+
234
+ ## [13.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.5...@bitgo/sdk-coin-atom@13.1.6) (2024-12-03)
235
+
236
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
237
+
238
+ ## [13.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.4...@bitgo/sdk-coin-atom@13.1.5) (2024-11-26)
239
+
240
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
241
+
242
+ ## [13.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.3...@bitgo/sdk-coin-atom@13.1.4) (2024-11-21)
243
+
244
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
245
+
246
+ ## [13.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.1...@bitgo/sdk-coin-atom@13.1.3) (2024-11-19)
247
+
248
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
249
+
250
+ ## [13.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.1...@bitgo/sdk-coin-atom@13.1.2) (2024-11-14)
251
+
252
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
253
+
254
+ ## [13.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.0...@bitgo/sdk-coin-atom@13.1.1) (2024-11-08)
255
+
256
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
257
+
258
+ # [13.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.12...@bitgo/sdk-coin-atom@13.1.0) (2024-11-07)
259
+
260
+ ### Features
261
+
262
+ - retrofit during cosmos tss recovery ([ceaae14](https://github.com/BitGo/BitGoJS/commit/ceaae147598120576eaa67a50df7977624558b82))
263
+
264
+ ## [13.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.11...@bitgo/sdk-coin-atom@13.0.12) (2024-11-01)
265
+
266
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
267
+
268
+ ## [13.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.10...@bitgo/sdk-coin-atom@13.0.11) (2024-10-22)
269
+
270
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
271
+
272
+ ## [13.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.9...@bitgo/sdk-coin-atom@13.0.10) (2024-10-15)
273
+
274
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
275
+
276
+ ## [13.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.8...@bitgo/sdk-coin-atom@13.0.9) (2024-10-08)
277
+
278
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
279
+
280
+ ## [13.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.7...@bitgo/sdk-coin-atom@13.0.8) (2024-10-04)
281
+
282
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
283
+
284
+ ## [13.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.6...@bitgo/sdk-coin-atom@13.0.7) (2024-09-24)
285
+
286
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
287
+
288
+ ## [13.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.5...@bitgo/sdk-coin-atom@13.0.6) (2024-09-19)
289
+
290
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
291
+
292
+ ## [13.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.4...@bitgo/sdk-coin-atom@13.0.5) (2024-09-16)
293
+
294
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
295
+
296
+ ## [13.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.3...@bitgo/sdk-coin-atom@13.0.4) (2024-09-10)
297
+
298
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
299
+
300
+ ## [13.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.2...@bitgo/sdk-coin-atom@13.0.3) (2024-09-03)
301
+
302
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
303
+
304
+ ## [13.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.1...@bitgo/sdk-coin-atom@13.0.2) (2024-08-29)
305
+
306
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
307
+
308
+ ## [13.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.0...@bitgo/sdk-coin-atom@13.0.1) (2024-08-27)
309
+
310
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
311
+
312
+ # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.1.0...@bitgo/sdk-coin-atom@13.0.0) (2024-08-20)
313
+
314
+ ### Features
315
+
316
+ - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
317
+
318
+ ### BREAKING CHANGES
319
+
320
+ - clients using challenge
321
+ generation & TSS Recovery functions must now
322
+ install @bitgo/sdk-opensslbytes separately &
323
+ provide the openSSLBytes WASM themselves.
324
+
325
+ Ticket: CE-4329
326
+
327
+ ## [12.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.1.0...@bitgo/sdk-coin-atom@12.1.1) (2024-08-13)
328
+
329
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
330
+
331
+ # [12.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.28...@bitgo/sdk-coin-atom@12.1.0) (2024-08-07)
332
+
333
+ ### Features
334
+
335
+ - **abstract-cosmos:** add dkls support for cosmos hot wallet recovery ([da24a55](https://github.com/BitGo/BitGoJS/commit/da24a559d42ac0f2975fd03ec335f5e72bcd8f49))
336
+
337
+ ## [12.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.27...@bitgo/sdk-coin-atom@12.0.28) (2024-07-30)
338
+
339
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
340
+
341
+ ## [12.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.26...@bitgo/sdk-coin-atom@12.0.27) (2024-07-24)
342
+
343
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
344
+
345
+ ## [12.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.25...@bitgo/sdk-coin-atom@12.0.26) (2024-07-16)
346
+
347
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
348
+
349
+ ## [12.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.24...@bitgo/sdk-coin-atom@12.0.25) (2024-07-04)
350
+
351
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
352
+
353
+ ## [12.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.23...@bitgo/sdk-coin-atom@12.0.24) (2024-07-02)
354
+
355
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
356
+
357
+ ## [12.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.22...@bitgo/sdk-coin-atom@12.0.23) (2024-06-27)
358
+
359
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
360
+
361
+ ## [12.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.21...@bitgo/sdk-coin-atom@12.0.22) (2024-06-26)
362
+
363
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
364
+
365
+ ## [12.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.19...@bitgo/sdk-coin-atom@12.0.21) (2024-06-21)
366
+
367
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
368
+
369
+ ## [12.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.19...@bitgo/sdk-coin-atom@12.0.20) (2024-06-20)
370
+
371
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
372
+
373
+ ## [12.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.18...@bitgo/sdk-coin-atom@12.0.19) (2024-06-14)
374
+
375
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
376
+
377
+ ## [12.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.17...@bitgo/sdk-coin-atom@12.0.18) (2024-06-11)
378
+
379
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
380
+
381
+ ## [12.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.16...@bitgo/sdk-coin-atom@12.0.17) (2024-06-05)
382
+
383
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
384
+
385
+ ## [12.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.15...@bitgo/sdk-coin-atom@12.0.16) (2024-05-31)
386
+
387
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
388
+
389
+ ## [12.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.14...@bitgo/sdk-coin-atom@12.0.15) (2024-05-28)
390
+
391
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
392
+
393
+ ## [12.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.13...@bitgo/sdk-coin-atom@12.0.14) (2024-05-22)
394
+
395
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
396
+
397
+ ## [12.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.12...@bitgo/sdk-coin-atom@12.0.13) (2024-05-17)
398
+
399
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
400
+
401
+ ## [12.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.11...@bitgo/sdk-coin-atom@12.0.12) (2024-05-13)
402
+
403
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
404
+
405
+ ## [12.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.10...@bitgo/sdk-coin-atom@12.0.11) (2024-05-08)
406
+
407
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
408
+
409
+ ## [12.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.9...@bitgo/sdk-coin-atom@12.0.10) (2024-05-01)
410
+
411
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
412
+
413
+ ## [12.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.8...@bitgo/sdk-coin-atom@12.0.9) (2024-04-25)
414
+
415
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
416
+
417
+ ## [12.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.7...@bitgo/sdk-coin-atom@12.0.8) (2024-04-24)
418
+
419
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
420
+
421
+ ## [12.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.6...@bitgo/sdk-coin-atom@12.0.7) (2024-04-22)
422
+
423
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
424
+
425
+ ## [12.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.5...@bitgo/sdk-coin-atom@12.0.6) (2024-04-17)
426
+
427
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
428
+
429
+ ## [12.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.4...@bitgo/sdk-coin-atom@12.0.5) (2024-04-12)
430
+
431
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
432
+
433
+ ## [12.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.3...@bitgo/sdk-coin-atom@12.0.4) (2024-04-10)
434
+
435
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
436
+
437
+ ## [12.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.2...@bitgo/sdk-coin-atom@12.0.3) (2024-04-09)
438
+
439
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
440
+
441
+ ## [12.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.1...@bitgo/sdk-coin-atom@12.0.2) (2024-04-08)
442
+
443
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
444
+
445
+ ## [12.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.0...@bitgo/sdk-coin-atom@12.0.1) (2024-04-05)
446
+
447
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
448
+
449
+ # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.4...@bitgo/sdk-coin-atom@12.0.0) (2024-03-28)
450
+
451
+ ### Features
452
+
453
+ - **abstract-cosmos:** added redelegation for cosmos coins ([8ea18ab](https://github.com/BitGo/BitGoJS/commit/8ea18ab0ca115ba9b61335e69d34790f0c046e7b))
454
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
455
+
456
+ ### BREAKING CHANGES
457
+
458
+ - **root:** Node 16 is no longer supported in bitgojs.
459
+ TICKET: WP-1100
460
+
461
+ ## [11.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.3...@bitgo/sdk-coin-atom@11.0.4) (2024-03-19)
462
+
463
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
464
+
465
+ ## [11.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.2...@bitgo/sdk-coin-atom@11.0.3) (2024-03-11)
466
+
467
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
468
+
469
+ ## [11.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.1...@bitgo/sdk-coin-atom@11.0.2) (2024-02-28)
470
+
471
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
472
+
473
+ ## [11.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.0...@bitgo/sdk-coin-atom@11.0.1) (2024-02-22)
474
+
475
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
476
+
477
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@11.0.0) (2024-02-19)
478
+
479
+ ### Bug Fixes
480
+
481
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
482
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
483
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
484
+
485
+ ### Code Refactoring
486
+
487
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
488
+
489
+ ### Features
490
+
491
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
492
+
493
+ ### BREAKING CHANGES
494
+
495
+ - **sdk-coin-atom:** restructured exports
496
+
497
+ * Removed constants overlapping with @bitgo/abstract-cosmos
498
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
499
+
500
+ Code dependent on the previously exported Interfaces/Constants needs to
501
+ be updated to import these from @bitgo/abstract-cosmos instead
502
+
503
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@10.0.0) (2024-01-30)
504
+
505
+ ### Bug Fixes
506
+
507
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
508
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
509
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
510
+
511
+ ### Code Refactoring
512
+
513
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
514
+
515
+ ### Features
516
+
517
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
518
+
519
+ ### BREAKING CHANGES
520
+
521
+ - **sdk-coin-atom:** restructured exports
522
+
523
+ * Removed constants overlapping with @bitgo/abstract-cosmos
524
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
525
+
526
+ Code dependent on the previously exported Interfaces/Constants needs to
527
+ be updated to import these from @bitgo/abstract-cosmos instead
528
+
529
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@9.0.0) (2024-01-26)
530
+
531
+ ### Bug Fixes
532
+
533
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
534
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
535
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
536
+
537
+ ### Code Refactoring
538
+
539
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
540
+
541
+ ### Features
542
+
543
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
544
+
545
+ ### BREAKING CHANGES
546
+
547
+ - **sdk-coin-atom:** restructured exports
548
+
549
+ * Removed constants overlapping with @bitgo/abstract-cosmos
550
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
551
+
552
+ Code dependent on the previously exported Interfaces/Constants needs to
553
+ be updated to import these from @bitgo/abstract-cosmos instead
554
+
555
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@8.0.0) (2024-01-26)
556
+
557
+ ### Bug Fixes
558
+
559
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
560
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
561
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
562
+
563
+ ### Code Refactoring
564
+
565
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
566
+
567
+ ### Features
568
+
569
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
570
+
571
+ ### BREAKING CHANGES
572
+
573
+ - **sdk-coin-atom:** restructured exports
574
+
575
+ * Removed constants overlapping with @bitgo/abstract-cosmos
576
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
577
+
578
+ Code dependent on the previously exported Interfaces/Constants needs to
579
+ be updated to import these from @bitgo/abstract-cosmos instead
580
+
581
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@7.0.0) (2024-01-25)
582
+
583
+ ### Bug Fixes
584
+
585
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
586
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
587
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
588
+
589
+ ### Code Refactoring
590
+
591
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
592
+
593
+ ### Features
594
+
595
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
596
+
597
+ ### BREAKING CHANGES
598
+
599
+ - **sdk-coin-atom:** restructured exports
600
+
601
+ * Removed constants overlapping with @bitgo/abstract-cosmos
602
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
603
+
604
+ Code dependent on the previously exported Interfaces/Constants needs to
605
+ be updated to import these from @bitgo/abstract-cosmos instead
606
+
607
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@6.0.0) (2024-01-22)
608
+
609
+ ### Bug Fixes
610
+
611
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
612
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
613
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
614
+
615
+ ### Code Refactoring
616
+
617
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
618
+
619
+ ### Features
620
+
621
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
622
+
623
+ ### BREAKING CHANGES
624
+
625
+ - **sdk-coin-atom:** restructured exports
626
+
627
+ * Removed constants overlapping with @bitgo/abstract-cosmos
628
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
629
+
630
+ Code dependent on the previously exported Interfaces/Constants needs to
631
+ be updated to import these from @bitgo/abstract-cosmos instead
632
+
633
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@5.0.0) (2024-01-09)
634
+
635
+ ### Bug Fixes
636
+
637
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
638
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
639
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
640
+
641
+ ### Code Refactoring
642
+
643
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
644
+
645
+ ### Features
646
+
647
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
648
+
649
+ ### BREAKING CHANGES
650
+
651
+ - **sdk-coin-atom:** restructured exports
652
+
653
+ * Removed constants overlapping with @bitgo/abstract-cosmos
654
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
655
+
656
+ Code dependent on the previously exported Interfaces/Constants needs to
657
+ be updated to import these from @bitgo/abstract-cosmos instead
658
+
659
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@4.0.0) (2024-01-03)
660
+
661
+ ### Bug Fixes
662
+
663
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
664
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
665
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
666
+
667
+ ### Code Refactoring
668
+
669
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
670
+
671
+ ### Features
672
+
673
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
674
+
675
+ ### BREAKING CHANGES
676
+
677
+ - **sdk-coin-atom:** restructured exports
678
+
679
+ * Removed constants overlapping with @bitgo/abstract-cosmos
680
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
681
+
682
+ Code dependent on the previously exported Interfaces/Constants needs to
683
+ be updated to import these from @bitgo/abstract-cosmos instead
684
+
685
+ # [3.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.18.0) (2023-12-18)
686
+
687
+ ### Bug Fixes
688
+
689
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
690
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
691
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
692
+
693
+ ### Features
694
+
695
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
696
+
697
+ # [3.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.17.0) (2023-12-12)
698
+
699
+ ### Bug Fixes
700
+
701
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
702
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
703
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
704
+
705
+ ### Features
706
+
707
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
708
+
709
+ # [3.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.16.0) (2023-12-09)
710
+
711
+ ### Bug Fixes
712
+
713
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
714
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
715
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
716
+
717
+ ### Features
718
+
719
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
720
+
721
+ # [3.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.15.0) (2023-12-05)
722
+
723
+ ### Bug Fixes
724
+
725
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
726
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
727
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
728
+
729
+ ### Features
730
+
731
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
732
+
733
+ # [3.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.14.0) (2023-11-28)
734
+
735
+ ### Bug Fixes
736
+
737
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
738
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
739
+
740
+ ### Features
741
+
742
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
743
+
744
+ # [3.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.13.0) (2023-11-24)
745
+
746
+ ### Bug Fixes
747
+
748
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
749
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
750
+
751
+ ### Features
752
+
753
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
754
+
755
+ # [3.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.12.0) (2023-11-17)
756
+
757
+ ### Bug Fixes
758
+
759
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
760
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
761
+
762
+ ### Features
763
+
764
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
765
+
766
+ # [3.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.11.0) (2023-11-13)
767
+
768
+ ### Bug Fixes
769
+
770
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
771
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
772
+
773
+ ### Features
774
+
775
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
776
+
777
+ # [3.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.10.0) (2023-11-13)
778
+
779
+ ### Bug Fixes
780
+
781
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
782
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
783
+
784
+ ### Features
785
+
786
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
787
+
788
+ # [3.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.9.0) (2023-11-13)
789
+
790
+ ### Bug Fixes
791
+
792
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
793
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
794
+
795
+ ### Features
796
+
797
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
798
+
799
+ # [3.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.8.0) (2023-10-20)
800
+
801
+ ### Bug Fixes
802
+
803
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
804
+
805
+ ### Features
806
+
807
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
808
+
809
+ # [3.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.7.0) (2023-10-18)
810
+
811
+ ### Bug Fixes
812
+
813
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
814
+
815
+ ### Features
816
+
817
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
818
+
819
+ ## [3.6.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.11) (2023-09-25)
820
+
821
+ ### Bug Fixes
822
+
823
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
824
+
825
+ ## [3.6.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.10) (2023-09-09)
826
+
827
+ ### Bug Fixes
828
+
829
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
830
+
831
+ ## [3.6.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.9) (2023-09-09)
832
+
833
+ ### Bug Fixes
834
+
835
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
836
+
6
837
  ## [3.6.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.8) (2023-09-07)
7
838
 
8
839
  ### Bug Fixes