@bitgo-beta/abstract-cosmos 1.0.1-beta.87 → 1.0.1-beta.871

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 (49) hide show
  1. package/.eslintignore +1 -1
  2. package/CHANGELOG.md +820 -0
  3. package/dist/resources/MsgCompiled.d.ts +1212 -0
  4. package/dist/resources/MsgCompiled.js +2761 -0
  5. package/dist/src/cosmosCoin.d.ts +19 -10
  6. package/dist/src/cosmosCoin.d.ts.map +1 -1
  7. package/dist/src/cosmosCoin.js +160 -143
  8. package/dist/src/index.js +6 -2
  9. package/dist/src/lib/ContractCallBuilder.d.ts +3 -3
  10. package/dist/src/lib/ContractCallBuilder.d.ts.map +1 -1
  11. package/dist/src/lib/ContractCallBuilder.js +35 -2
  12. package/dist/src/lib/StakingActivateBuilder.d.ts +3 -3
  13. package/dist/src/lib/StakingActivateBuilder.d.ts.map +1 -1
  14. package/dist/src/lib/StakingActivateBuilder.js +35 -2
  15. package/dist/src/lib/StakingDeactivateBuilder.d.ts +3 -3
  16. package/dist/src/lib/StakingDeactivateBuilder.d.ts.map +1 -1
  17. package/dist/src/lib/StakingDeactivateBuilder.js +35 -2
  18. package/dist/src/lib/StakingRedelegateBuilder.d.ts +13 -0
  19. package/dist/src/lib/StakingRedelegateBuilder.d.ts.map +1 -0
  20. package/dist/src/lib/StakingRedelegateBuilder.js +61 -0
  21. package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts +3 -3
  22. package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts.map +1 -1
  23. package/dist/src/lib/StakingWithdrawRewardsBuilder.js +35 -2
  24. package/dist/src/lib/constants.d.ts +2 -0
  25. package/dist/src/lib/constants.d.ts.map +1 -1
  26. package/dist/src/lib/constants.js +4 -2
  27. package/dist/src/lib/iface.d.ts +30 -8
  28. package/dist/src/lib/iface.d.ts.map +1 -1
  29. package/dist/src/lib/iface.js +18 -1
  30. package/dist/src/lib/index.d.ts +1 -0
  31. package/dist/src/lib/index.d.ts.map +1 -1
  32. package/dist/src/lib/index.js +32 -4
  33. package/dist/src/lib/keyPair.js +9 -10
  34. package/dist/src/lib/transaction.d.ts +8 -9
  35. package/dist/src/lib/transaction.d.ts.map +1 -1
  36. package/dist/src/lib/transaction.js +124 -92
  37. package/dist/src/lib/transactionBuilder.d.ts +17 -14
  38. package/dist/src/lib/transactionBuilder.d.ts.map +1 -1
  39. package/dist/src/lib/transactionBuilder.js +10 -5
  40. package/dist/src/lib/transferBuilder.d.ts +3 -3
  41. package/dist/src/lib/transferBuilder.d.ts.map +1 -1
  42. package/dist/src/lib/transferBuilder.js +35 -2
  43. package/dist/src/lib/utils.d.ts +97 -17
  44. package/dist/src/lib/utils.d.ts.map +1 -1
  45. package/dist/src/lib/utils.js +229 -23
  46. package/dist/tsconfig.tsbuildinfo +1 -1
  47. package/package.json +11 -10
  48. package/resources/MsgCompiled.d.ts +1212 -0
  49. package/resources/MsgCompiled.js +2761 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,826 @@
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
+ ## [11.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.2...@bitgo/abstract-cosmos@11.7.3) (2025-05-07)
7
+
8
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
9
+
10
+ ## [11.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.1...@bitgo/abstract-cosmos@11.7.2) (2025-04-29)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **sdk-core:** add validation for unsigned txHex ([eff30e3](https://github.com/BitGo/BitGoJS/commit/eff30e3febbfc3c5f987ba5a0e54d4716983c4b5))
15
+
16
+ ## [11.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.0...@bitgo/abstract-cosmos@11.7.1) (2025-04-25)
17
+
18
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
19
+
20
+ # [11.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.4...@bitgo/abstract-cosmos@11.7.0) (2025-04-15)
21
+
22
+ ### Features
23
+
24
+ - **sdk-coin-baby:** add CreateBtcDelegation transaction ([67c089a](https://github.com/BitGo/BitGoJS/commit/67c089af49616b2f70198f49e9401c7447f9931a))
25
+
26
+ ## [11.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.3...@bitgo/abstract-cosmos@11.6.4) (2025-04-04)
27
+
28
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
29
+
30
+ ## [11.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.2...@bitgo/abstract-cosmos@11.6.3) (2025-04-02)
31
+
32
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
33
+
34
+ ## [11.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.1...@bitgo/abstract-cosmos@11.6.2) (2025-03-28)
35
+
36
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
37
+
38
+ ## [11.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.0...@bitgo/abstract-cosmos@11.6.1) (2025-03-20)
39
+
40
+ ### Reverts
41
+
42
+ - Revert "fix(sdk-core): add validation for unsigned txHex" ([4333b10](https://github.com/BitGo/BitGoJS/commit/4333b1014040edbb0f5b347a9f5e343b20e1704f))
43
+
44
+ # [11.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.5.1...@bitgo/abstract-cosmos@11.6.0) (2025-03-18)
45
+
46
+ ### Bug Fixes
47
+
48
+ - **sdk-core:** add validation for unsigned txHex ([4a5ba60](https://github.com/BitGo/BitGoJS/commit/4a5ba60cc98a3aededc7c3385cb8dd47f8c21353))
49
+ - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
50
+
51
+ ### Features
52
+
53
+ - **sdk-coin-baby:** add sdk support for babylon native staking ([4e59dc6](https://github.com/BitGo/BitGoJS/commit/4e59dc67e80e0f5c608f85e67b389fc2885f349c))
54
+
55
+ ## [11.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.5.0...@bitgo/abstract-cosmos@11.5.1) (2025-03-06)
56
+
57
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
58
+
59
+ # [11.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.5.0) (2025-03-04)
60
+
61
+ ### Bug Fixes
62
+
63
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
64
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
65
+
66
+ ### Features
67
+
68
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
69
+
70
+ # [11.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.4.0) (2025-02-26)
71
+
72
+ ### Bug Fixes
73
+
74
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
75
+
76
+ ### Features
77
+
78
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
79
+
80
+ # [11.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.3.0) (2025-02-20)
81
+
82
+ ### Bug Fixes
83
+
84
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
85
+
86
+ ### Features
87
+
88
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
89
+
90
+ ## [11.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.20...@bitgo/abstract-cosmos@11.2.22) (2025-02-19)
91
+
92
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
93
+
94
+ ## [11.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.20...@bitgo/abstract-cosmos@11.2.21) (2025-02-11)
95
+
96
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
97
+
98
+ ## [11.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.19...@bitgo/abstract-cosmos@11.2.20) (2025-02-05)
99
+
100
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
101
+
102
+ ## [11.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.18...@bitgo/abstract-cosmos@11.2.19) (2025-01-28)
103
+
104
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
105
+
106
+ ## [11.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.17...@bitgo/abstract-cosmos@11.2.18) (2025-01-23)
107
+
108
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
109
+
110
+ ## [11.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.16...@bitgo/abstract-cosmos@11.2.17) (2025-01-23)
111
+
112
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
113
+
114
+ ## [11.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.15...@bitgo/abstract-cosmos@11.2.16) (2025-01-20)
115
+
116
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
117
+
118
+ ## [11.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.14...@bitgo/abstract-cosmos@11.2.15) (2025-01-15)
119
+
120
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
121
+
122
+ ## [11.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.13...@bitgo/abstract-cosmos@11.2.14) (2025-01-09)
123
+
124
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
125
+
126
+ ## [11.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.12...@bitgo/abstract-cosmos@11.2.13) (2025-01-03)
127
+
128
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
129
+
130
+ ## [11.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.11...@bitgo/abstract-cosmos@11.2.12) (2024-12-24)
131
+
132
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
133
+
134
+ ## [11.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.10...@bitgo/abstract-cosmos@11.2.11) (2024-12-19)
135
+
136
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
137
+
138
+ ## [11.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.8...@bitgo/abstract-cosmos@11.2.10) (2024-12-17)
139
+
140
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
141
+
142
+ ## [11.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.8...@bitgo/abstract-cosmos@11.2.9) (2024-12-17)
143
+
144
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
145
+
146
+ ## [11.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.7...@bitgo/abstract-cosmos@11.2.8) (2024-12-12)
147
+
148
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
149
+
150
+ ## [11.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.6...@bitgo/abstract-cosmos@11.2.7) (2024-12-11)
151
+
152
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
153
+
154
+ ## [11.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.5...@bitgo/abstract-cosmos@11.2.6) (2024-12-03)
155
+
156
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
157
+
158
+ ## [11.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.4...@bitgo/abstract-cosmos@11.2.5) (2024-11-26)
159
+
160
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
161
+
162
+ ## [11.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.3...@bitgo/abstract-cosmos@11.2.4) (2024-11-21)
163
+
164
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
165
+
166
+ ## [11.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.1...@bitgo/abstract-cosmos@11.2.3) (2024-11-19)
167
+
168
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
169
+
170
+ ## [11.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.1...@bitgo/abstract-cosmos@11.2.2) (2024-11-14)
171
+
172
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
173
+
174
+ ## [11.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.0...@bitgo/abstract-cosmos@11.2.1) (2024-11-08)
175
+
176
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
177
+
178
+ # [11.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.1.0...@bitgo/abstract-cosmos@11.2.0) (2024-11-07)
179
+
180
+ ### Features
181
+
182
+ - retrofit during cosmos tss recovery ([ceaae14](https://github.com/BitGo/BitGoJS/commit/ceaae147598120576eaa67a50df7977624558b82))
183
+
184
+ # [11.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.11...@bitgo/abstract-cosmos@11.1.0) (2024-11-01)
185
+
186
+ ### Features
187
+
188
+ - **sdk-coin-rune:** new coin generation ([64775ca](https://github.com/BitGo/BitGoJS/commit/64775caefc425df17f893fe1a5ae26d21adc7b6b))
189
+
190
+ ## [11.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.10...@bitgo/abstract-cosmos@11.0.11) (2024-10-22)
191
+
192
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
193
+
194
+ ## [11.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.9...@bitgo/abstract-cosmos@11.0.10) (2024-10-15)
195
+
196
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
197
+
198
+ ## [11.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.8...@bitgo/abstract-cosmos@11.0.9) (2024-10-08)
199
+
200
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
201
+
202
+ ## [11.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.7...@bitgo/abstract-cosmos@11.0.8) (2024-10-04)
203
+
204
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
205
+
206
+ ## [11.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.6...@bitgo/abstract-cosmos@11.0.7) (2024-09-24)
207
+
208
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
209
+
210
+ ## [11.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.5...@bitgo/abstract-cosmos@11.0.6) (2024-09-19)
211
+
212
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
213
+
214
+ ## [11.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.4...@bitgo/abstract-cosmos@11.0.5) (2024-09-16)
215
+
216
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
217
+
218
+ ## [11.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.3...@bitgo/abstract-cosmos@11.0.4) (2024-09-10)
219
+
220
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
221
+
222
+ ## [11.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.2...@bitgo/abstract-cosmos@11.0.3) (2024-09-03)
223
+
224
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
225
+
226
+ ## [11.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.1...@bitgo/abstract-cosmos@11.0.2) (2024-08-29)
227
+
228
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
229
+
230
+ ## [11.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.0...@bitgo/abstract-cosmos@11.0.1) (2024-08-27)
231
+
232
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
233
+
234
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.1.0...@bitgo/abstract-cosmos@11.0.0) (2024-08-20)
235
+
236
+ ### Features
237
+
238
+ - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
239
+
240
+ ### BREAKING CHANGES
241
+
242
+ - clients using challenge
243
+ generation & TSS Recovery functions must now
244
+ install @bitgo/sdk-opensslbytes separately &
245
+ provide the openSSLBytes WASM themselves.
246
+
247
+ Ticket: CE-4329
248
+
249
+ ## [10.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.1.0...@bitgo/abstract-cosmos@10.1.1) (2024-08-13)
250
+
251
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
252
+
253
+ # [10.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.28...@bitgo/abstract-cosmos@10.1.0) (2024-08-07)
254
+
255
+ ### Features
256
+
257
+ - **abstract-cosmos:** add dkls support for cosmos hot wallet recovery ([da24a55](https://github.com/BitGo/BitGoJS/commit/da24a559d42ac0f2975fd03ec335f5e72bcd8f49))
258
+
259
+ ## [10.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.27...@bitgo/abstract-cosmos@10.0.28) (2024-07-30)
260
+
261
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
262
+
263
+ ## [10.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.26...@bitgo/abstract-cosmos@10.0.27) (2024-07-24)
264
+
265
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
266
+
267
+ ## [10.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.25...@bitgo/abstract-cosmos@10.0.26) (2024-07-16)
268
+
269
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
270
+
271
+ ## [10.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.24...@bitgo/abstract-cosmos@10.0.25) (2024-07-04)
272
+
273
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
274
+
275
+ ## [10.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.23...@bitgo/abstract-cosmos@10.0.24) (2024-07-02)
276
+
277
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
278
+
279
+ ## [10.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.22...@bitgo/abstract-cosmos@10.0.23) (2024-06-27)
280
+
281
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
282
+
283
+ ## [10.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.21...@bitgo/abstract-cosmos@10.0.22) (2024-06-26)
284
+
285
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
286
+
287
+ ## [10.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.19...@bitgo/abstract-cosmos@10.0.21) (2024-06-21)
288
+
289
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
290
+
291
+ ## [10.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.19...@bitgo/abstract-cosmos@10.0.20) (2024-06-20)
292
+
293
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
294
+
295
+ ## [10.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.18...@bitgo/abstract-cosmos@10.0.19) (2024-06-14)
296
+
297
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
298
+
299
+ ## [10.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.17...@bitgo/abstract-cosmos@10.0.18) (2024-06-11)
300
+
301
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
302
+
303
+ ## [10.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.16...@bitgo/abstract-cosmos@10.0.17) (2024-06-05)
304
+
305
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
306
+
307
+ ## [10.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.15...@bitgo/abstract-cosmos@10.0.16) (2024-05-31)
308
+
309
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
310
+
311
+ ## [10.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.14...@bitgo/abstract-cosmos@10.0.15) (2024-05-28)
312
+
313
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
314
+
315
+ ## [10.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.13...@bitgo/abstract-cosmos@10.0.14) (2024-05-22)
316
+
317
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
318
+
319
+ ## [10.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.12...@bitgo/abstract-cosmos@10.0.13) (2024-05-17)
320
+
321
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
322
+
323
+ ## [10.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.11...@bitgo/abstract-cosmos@10.0.12) (2024-05-13)
324
+
325
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
326
+
327
+ ## [10.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.10...@bitgo/abstract-cosmos@10.0.11) (2024-05-08)
328
+
329
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
330
+
331
+ ## [10.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.9...@bitgo/abstract-cosmos@10.0.10) (2024-05-01)
332
+
333
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
334
+
335
+ ## [10.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.8...@bitgo/abstract-cosmos@10.0.9) (2024-04-25)
336
+
337
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
338
+
339
+ ## [10.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.7...@bitgo/abstract-cosmos@10.0.8) (2024-04-24)
340
+
341
+ ### Bug Fixes
342
+
343
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
344
+
345
+ ## [10.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.6...@bitgo/abstract-cosmos@10.0.7) (2024-04-22)
346
+
347
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
348
+
349
+ ## [10.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.5...@bitgo/abstract-cosmos@10.0.6) (2024-04-17)
350
+
351
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
352
+
353
+ ## [10.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.4...@bitgo/abstract-cosmos@10.0.5) (2024-04-12)
354
+
355
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
356
+
357
+ ## [10.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.3...@bitgo/abstract-cosmos@10.0.4) (2024-04-10)
358
+
359
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
360
+
361
+ ## [10.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.2...@bitgo/abstract-cosmos@10.0.3) (2024-04-09)
362
+
363
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
364
+
365
+ ## [10.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.1...@bitgo/abstract-cosmos@10.0.2) (2024-04-08)
366
+
367
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
368
+
369
+ ## [10.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.0...@bitgo/abstract-cosmos@10.0.1) (2024-04-05)
370
+
371
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
372
+
373
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.4...@bitgo/abstract-cosmos@10.0.0) (2024-03-28)
374
+
375
+ ### Features
376
+
377
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
378
+
379
+ ### BREAKING CHANGES
380
+
381
+ - **root:** Node 16 is no longer supported in bitgojs.
382
+ TICKET: WP-1100
383
+
384
+ ## [9.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.3...@bitgo/abstract-cosmos@9.0.4) (2024-03-19)
385
+
386
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
387
+
388
+ ## [9.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.2...@bitgo/abstract-cosmos@9.0.3) (2024-03-11)
389
+
390
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
391
+
392
+ ## [9.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.1...@bitgo/abstract-cosmos@9.0.2) (2024-02-28)
393
+
394
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
395
+
396
+ ## [9.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.0...@bitgo/abstract-cosmos@9.0.1) (2024-02-22)
397
+
398
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
399
+
400
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@9.0.0) (2024-02-19)
401
+
402
+ ### Bug Fixes
403
+
404
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
405
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
406
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
407
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
408
+
409
+ ### Code Refactoring
410
+
411
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
412
+
413
+ ### Features
414
+
415
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
416
+ - add utils to convert to and from cosmos evm address ([fda942c](https://github.com/BitGo/BitGoJS/commit/fda942c6745f6a7b887be958f157cdc0f1372c09))
417
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
418
+ - **sdk-coin-zeta:** zeta redelegate txn support with tests ([b9bf137](https://github.com/BitGo/BitGoJS/commit/b9bf137d59f370c7d5be820131442bc48fb92825))
419
+
420
+ ### BREAKING CHANGES
421
+
422
+ - **sdk-coin-atom:** restructured exports
423
+
424
+ * Removed constants overlapping with @bitgo/abstract-cosmos
425
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
426
+
427
+ Code dependent on the previously exported Interfaces/Constants needs to
428
+ be updated to import these from @bitgo/abstract-cosmos instead
429
+
430
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@8.0.0) (2024-01-30)
431
+
432
+ ### Bug Fixes
433
+
434
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
435
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
436
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
437
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
438
+
439
+ ### Code Refactoring
440
+
441
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
442
+
443
+ ### Features
444
+
445
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
446
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
447
+
448
+ ### BREAKING CHANGES
449
+
450
+ - **sdk-coin-atom:** restructured exports
451
+
452
+ * Removed constants overlapping with @bitgo/abstract-cosmos
453
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
454
+
455
+ Code dependent on the previously exported Interfaces/Constants needs to
456
+ be updated to import these from @bitgo/abstract-cosmos instead
457
+
458
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@7.0.0) (2024-01-26)
459
+
460
+ ### Bug Fixes
461
+
462
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
463
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
464
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
465
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
466
+
467
+ ### Code Refactoring
468
+
469
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
470
+
471
+ ### Features
472
+
473
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
474
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
475
+
476
+ ### BREAKING CHANGES
477
+
478
+ - **sdk-coin-atom:** restructured exports
479
+
480
+ * Removed constants overlapping with @bitgo/abstract-cosmos
481
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
482
+
483
+ Code dependent on the previously exported Interfaces/Constants needs to
484
+ be updated to import these from @bitgo/abstract-cosmos instead
485
+
486
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@6.0.0) (2024-01-26)
487
+
488
+ ### Bug Fixes
489
+
490
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
491
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
492
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
493
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
494
+
495
+ ### Code Refactoring
496
+
497
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
498
+
499
+ ### Features
500
+
501
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
502
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
503
+
504
+ ### BREAKING CHANGES
505
+
506
+ - **sdk-coin-atom:** restructured exports
507
+
508
+ * Removed constants overlapping with @bitgo/abstract-cosmos
509
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
510
+
511
+ Code dependent on the previously exported Interfaces/Constants needs to
512
+ be updated to import these from @bitgo/abstract-cosmos instead
513
+
514
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@5.0.0) (2024-01-25)
515
+
516
+ ### Bug Fixes
517
+
518
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
519
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
520
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
521
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
522
+
523
+ ### Code Refactoring
524
+
525
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
526
+
527
+ ### Features
528
+
529
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
530
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
531
+
532
+ ### BREAKING CHANGES
533
+
534
+ - **sdk-coin-atom:** restructured exports
535
+
536
+ * Removed constants overlapping with @bitgo/abstract-cosmos
537
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
538
+
539
+ Code dependent on the previously exported Interfaces/Constants needs to
540
+ be updated to import these from @bitgo/abstract-cosmos instead
541
+
542
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@4.0.0) (2024-01-22)
543
+
544
+ ### Bug Fixes
545
+
546
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
547
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
548
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
549
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
550
+
551
+ ### Code Refactoring
552
+
553
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
554
+
555
+ ### Features
556
+
557
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
558
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
559
+
560
+ ### BREAKING CHANGES
561
+
562
+ - **sdk-coin-atom:** restructured exports
563
+
564
+ * Removed constants overlapping with @bitgo/abstract-cosmos
565
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
566
+
567
+ Code dependent on the previously exported Interfaces/Constants needs to
568
+ be updated to import these from @bitgo/abstract-cosmos instead
569
+
570
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@3.0.0) (2024-01-09)
571
+
572
+ ### Bug Fixes
573
+
574
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
575
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
576
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
577
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
578
+
579
+ ### Code Refactoring
580
+
581
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
582
+
583
+ ### Features
584
+
585
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
586
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
587
+
588
+ ### BREAKING CHANGES
589
+
590
+ - **sdk-coin-atom:** restructured exports
591
+
592
+ * Removed constants overlapping with @bitgo/abstract-cosmos
593
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
594
+
595
+ Code dependent on the previously exported Interfaces/Constants needs to
596
+ be updated to import these from @bitgo/abstract-cosmos instead
597
+
598
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@2.0.0) (2024-01-03)
599
+
600
+ ### Bug Fixes
601
+
602
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
603
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
604
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
605
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
606
+
607
+ ### Code Refactoring
608
+
609
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
610
+
611
+ ### Features
612
+
613
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
614
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
615
+
616
+ ### BREAKING CHANGES
617
+
618
+ - **sdk-coin-atom:** restructured exports
619
+
620
+ * Removed constants overlapping with @bitgo/abstract-cosmos
621
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
622
+
623
+ Code dependent on the previously exported Interfaces/Constants needs to
624
+ be updated to import these from @bitgo/abstract-cosmos instead
625
+
626
+ # [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.18.0) (2023-12-18)
627
+
628
+ ### Bug Fixes
629
+
630
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
631
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
632
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
633
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
634
+
635
+ ### Features
636
+
637
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
638
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
639
+
640
+ # [1.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.17.0) (2023-12-12)
641
+
642
+ ### Bug Fixes
643
+
644
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
645
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
646
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
647
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
648
+
649
+ ### Features
650
+
651
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
652
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
653
+
654
+ # [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.16.0) (2023-12-09)
655
+
656
+ ### Bug Fixes
657
+
658
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
659
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
660
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
661
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
662
+
663
+ ### Features
664
+
665
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
666
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
667
+
668
+ # [1.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.15.0) (2023-12-05)
669
+
670
+ ### Bug Fixes
671
+
672
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
673
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
674
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
675
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
676
+
677
+ ### Features
678
+
679
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
680
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
681
+
682
+ # [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.14.0) (2023-11-28)
683
+
684
+ ### Bug Fixes
685
+
686
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
687
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
688
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
689
+
690
+ ### Features
691
+
692
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
693
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
694
+
695
+ # [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.13.0) (2023-11-24)
696
+
697
+ ### Bug Fixes
698
+
699
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
700
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
701
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
702
+
703
+ ### Features
704
+
705
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
706
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
707
+
708
+ # [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.12.0) (2023-11-17)
709
+
710
+ ### Bug Fixes
711
+
712
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
713
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
714
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
715
+
716
+ ### Features
717
+
718
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
719
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
720
+
721
+ # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.11.0) (2023-11-13)
722
+
723
+ ### Bug Fixes
724
+
725
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
726
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
727
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
728
+
729
+ ### Features
730
+
731
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
732
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
733
+
734
+ # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.10.0) (2023-11-13)
735
+
736
+ ### Bug Fixes
737
+
738
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
739
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
740
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
741
+
742
+ ### Features
743
+
744
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
745
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
746
+
747
+ # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.9.0) (2023-11-13)
748
+
749
+ ### Bug Fixes
750
+
751
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
752
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
753
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
754
+
755
+ ### Features
756
+
757
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
758
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
759
+
760
+ # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.8.0) (2023-10-20)
761
+
762
+ ### Bug Fixes
763
+
764
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
765
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
766
+
767
+ ### Features
768
+
769
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
770
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
771
+
772
+ # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.7.0) (2023-10-18)
773
+
774
+ ### Bug Fixes
775
+
776
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
777
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
778
+
779
+ ### Features
780
+
781
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
782
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
783
+
784
+ ## [1.6.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.11) (2023-09-25)
785
+
786
+ ### Bug Fixes
787
+
788
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
789
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
790
+
791
+ ## [1.6.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.10) (2023-09-09)
792
+
793
+ ### Bug Fixes
794
+
795
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
796
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
797
+
798
+ ## [1.6.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.9) (2023-09-09)
799
+
800
+ ### Bug Fixes
801
+
802
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
803
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
804
+
805
+ ## [1.6.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.8) (2023-09-07)
806
+
807
+ ### Bug Fixes
808
+
809
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
810
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
811
+
812
+ ## [1.6.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.7) (2023-09-05)
813
+
814
+ ### Bug Fixes
815
+
816
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
817
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
818
+
819
+ ## [1.6.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.6) (2023-09-01)
820
+
821
+ ### Bug Fixes
822
+
823
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
824
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
825
+
6
826
  ## [1.6.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.5) (2023-08-29)
7
827
 
8
828
  ### Bug Fixes