@bitgo-beta/abstract-cosmos 1.0.1-beta.88 → 1.0.1-beta.880

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