@bitgo-beta/abstract-cosmos 0.0.0-semantic-release-managed

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 (56) hide show
  1. package/.eslintignore +5 -0
  2. package/.mocharc.yml +8 -0
  3. package/CHANGELOG.md +1056 -0
  4. package/LICENSE +191 -0
  5. package/README.md +1 -0
  6. package/dist/resources/MsgCompiled.d.ts +1212 -0
  7. package/dist/resources/MsgCompiled.js +2761 -0
  8. package/dist/src/cosmosCoin.d.ts +196 -0
  9. package/dist/src/cosmosCoin.d.ts.map +1 -0
  10. package/dist/src/cosmosCoin.js +718 -0
  11. package/dist/src/index.d.ts +3 -0
  12. package/dist/src/index.d.ts.map +1 -0
  13. package/dist/src/index.js +21 -0
  14. package/dist/src/lib/ContractCallBuilder.d.ts +13 -0
  15. package/dist/src/lib/ContractCallBuilder.d.ts.map +1 -0
  16. package/dist/src/lib/ContractCallBuilder.js +61 -0
  17. package/dist/src/lib/StakingActivateBuilder.d.ts +13 -0
  18. package/dist/src/lib/StakingActivateBuilder.d.ts.map +1 -0
  19. package/dist/src/lib/StakingActivateBuilder.js +61 -0
  20. package/dist/src/lib/StakingDeactivateBuilder.d.ts +13 -0
  21. package/dist/src/lib/StakingDeactivateBuilder.d.ts.map +1 -0
  22. package/dist/src/lib/StakingDeactivateBuilder.js +61 -0
  23. package/dist/src/lib/StakingRedelegateBuilder.d.ts +13 -0
  24. package/dist/src/lib/StakingRedelegateBuilder.d.ts.map +1 -0
  25. package/dist/src/lib/StakingRedelegateBuilder.js +61 -0
  26. package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts +13 -0
  27. package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts.map +1 -0
  28. package/dist/src/lib/StakingWithdrawRewardsBuilder.js +61 -0
  29. package/dist/src/lib/constants.d.ts +11 -0
  30. package/dist/src/lib/constants.d.ts.map +1 -0
  31. package/dist/src/lib/constants.js +14 -0
  32. package/dist/src/lib/iface.d.ts +109 -0
  33. package/dist/src/lib/iface.d.ts.map +1 -0
  34. package/dist/src/lib/iface.js +20 -0
  35. package/dist/src/lib/index.d.ts +14 -0
  36. package/dist/src/lib/index.d.ts.map +1 -0
  37. package/dist/src/lib/index.js +63 -0
  38. package/dist/src/lib/keyPair.d.ts +18 -0
  39. package/dist/src/lib/keyPair.d.ts.map +1 -0
  40. package/dist/src/lib/keyPair.js +51 -0
  41. package/dist/src/lib/transaction.d.ts +64 -0
  42. package/dist/src/lib/transaction.d.ts.map +1 -0
  43. package/dist/src/lib/transaction.js +333 -0
  44. package/dist/src/lib/transactionBuilder.d.ts +86 -0
  45. package/dist/src/lib/transactionBuilder.d.ts.map +1 -0
  46. package/dist/src/lib/transactionBuilder.js +181 -0
  47. package/dist/src/lib/transferBuilder.d.ts +13 -0
  48. package/dist/src/lib/transferBuilder.d.ts.map +1 -0
  49. package/dist/src/lib/transferBuilder.js +61 -0
  50. package/dist/src/lib/utils.d.ts +351 -0
  51. package/dist/src/lib/utils.d.ts.map +1 -0
  52. package/dist/src/lib/utils.js +856 -0
  53. package/dist/tsconfig.tsbuildinfo +1 -0
  54. package/package.json +60 -0
  55. package/resources/MsgCompiled.d.ts +1212 -0
  56. package/resources/MsgCompiled.js +2761 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1056 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [11.14.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.14.1...@bitgo/abstract-cosmos@11.14.2) (2025-09-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - use publicKey for cold wallet recovery ([6e39f3e](https://github.com/BitGo/BitGoJS/commit/6e39f3edc14681150c272dfd2d7aae9cfab5437d))
11
+
12
+ ## [11.14.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.14.0...@bitgo/abstract-cosmos@11.14.1) (2025-08-30)
13
+
14
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
15
+
16
+ # [11.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.13.1...@bitgo/abstract-cosmos@11.14.0) (2025-08-29)
17
+
18
+ ### Features
19
+
20
+ - **abstract-cosmos:** add non-bitgo token recovery support on wrw ([86f44eb](https://github.com/BitGo/BitGoJS/commit/86f44ebbae563085dab6323ebae12301753fbbe4))
21
+
22
+ ## [11.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.13.0...@bitgo/abstract-cosmos@11.13.1) (2025-08-27)
23
+
24
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
25
+
26
+ # [11.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.12.3...@bitgo/abstract-cosmos@11.13.0) (2025-08-22)
27
+
28
+ ### Features
29
+
30
+ - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
31
+
32
+ ## [11.12.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.12.2...@bitgo/abstract-cosmos@11.12.3) (2025-08-22)
33
+
34
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
35
+
36
+ ## [11.12.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.12.1...@bitgo/abstract-cosmos@11.12.2) (2025-08-19)
37
+
38
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
39
+
40
+ ## [11.12.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.12.0...@bitgo/abstract-cosmos@11.12.1) (2025-08-14)
41
+
42
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
43
+
44
+ # [11.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.11.1...@bitgo/abstract-cosmos@11.12.0) (2025-08-07)
45
+
46
+ ### Features
47
+
48
+ - **abstract-cosmos:** fix the public key in usigned sweep ([ca64c83](https://github.com/BitGo/BitGoJS/commit/ca64c83d56eef9cc364d42d05cce18e01a4234a0))
49
+ - use statics to get denom of tokens ([e89d793](https://github.com/BitGo/BitGoJS/commit/e89d79365086512d845bb498deed7ee66ecd2fc0))
50
+
51
+ ## [11.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.11.0...@bitgo/abstract-cosmos@11.11.1) (2025-07-31)
52
+
53
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
54
+
55
+ # [11.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.10.0...@bitgo/abstract-cosmos@11.11.0) (2025-07-30)
56
+
57
+ ### Bug Fixes
58
+
59
+ - **abstract-cosmos:** move sdk-test to dev deps ([811286d](https://github.com/BitGo/BitGoJS/commit/811286db5e8394a5438e0fc3d5709f393d9cb64a))
60
+ - **abstract-cosmos:** resolve dependency issues ([63c83eb](https://github.com/BitGo/BitGoJS/commit/63c83ebfe9b07bfa5ba3bd7ea1633a791da3bd8d))
61
+
62
+ ### Features
63
+
64
+ - add cosmos token to coinFactory ([5245c50](https://github.com/BitGo/BitGoJS/commit/5245c50c637a8906c8f9be0d91e3aaae2d267e3b))
65
+ - onboard YLDS token on testnet and mainnet ([8d762a4](https://github.com/BitGo/BitGoJS/commit/8d762a413e03a94e5bdaf27e7fc8e7b23beab594))
66
+ - **root:** align package versions for cosmos ([865b287](https://github.com/BitGo/BitGoJS/commit/865b287431ae743c99faaa50318857dff54dfa8b))
67
+
68
+ # [11.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.8...@bitgo/abstract-cosmos@11.10.0) (2025-07-25)
69
+
70
+ ### Features
71
+
72
+ - add cosmos chain token standard support ([b83d76d](https://github.com/BitGo/BitGoJS/commit/b83d76d4798b7d75aeabe7d9b2f44b564ef7ac2f))
73
+
74
+ ## [11.9.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.7...@bitgo/abstract-cosmos@11.9.8) (2025-07-23)
75
+
76
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
77
+
78
+ ## [11.9.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.6...@bitgo/abstract-cosmos@11.9.7) (2025-07-15)
79
+
80
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
81
+
82
+ ## [11.9.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.5...@bitgo/abstract-cosmos@11.9.6) (2025-07-10)
83
+
84
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
85
+
86
+ ## [11.9.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.4...@bitgo/abstract-cosmos@11.9.5) (2025-07-03)
87
+
88
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
89
+
90
+ ## [11.9.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.3...@bitgo/abstract-cosmos@11.9.4) (2025-06-25)
91
+
92
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
93
+
94
+ ## [11.9.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.2...@bitgo/abstract-cosmos@11.9.3) (2025-06-24)
95
+
96
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
97
+
98
+ ## [11.9.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.1...@bitgo/abstract-cosmos@11.9.2) (2025-06-18)
99
+
100
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
101
+
102
+ ## [11.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.9.0...@bitgo/abstract-cosmos@11.9.1) (2025-06-10)
103
+
104
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
105
+
106
+ # [11.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.8.0...@bitgo/abstract-cosmos@11.9.0) (2025-06-05)
107
+
108
+ ### Features
109
+
110
+ - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
111
+
112
+ # [11.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.6...@bitgo/abstract-cosmos@11.8.0) (2025-06-02)
113
+
114
+ ### Features
115
+
116
+ - rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
117
+ - **root:** add new audit key baseCoin method ([57c1778](https://github.com/BitGo/BitGoJS/commit/57c17784a72ea364f18e3af9dbd83da877827e69))
118
+
119
+ ## [11.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.5...@bitgo/abstract-cosmos@11.7.6) (2025-05-28)
120
+
121
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
122
+
123
+ ## [11.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.4...@bitgo/abstract-cosmos@11.7.5) (2025-05-22)
124
+
125
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
126
+
127
+ ## [11.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.3...@bitgo/abstract-cosmos@11.7.4) (2025-05-20)
128
+
129
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
130
+
131
+ ## [11.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.2...@bitgo/abstract-cosmos@11.7.3) (2025-05-07)
132
+
133
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
134
+
135
+ ## [11.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.1...@bitgo/abstract-cosmos@11.7.2) (2025-04-29)
136
+
137
+ ### Bug Fixes
138
+
139
+ - **sdk-core:** add validation for unsigned txHex ([eff30e3](https://github.com/BitGo/BitGoJS/commit/eff30e3febbfc3c5f987ba5a0e54d4716983c4b5))
140
+
141
+ ## [11.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.7.0...@bitgo/abstract-cosmos@11.7.1) (2025-04-25)
142
+
143
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
144
+
145
+ # [11.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.4...@bitgo/abstract-cosmos@11.7.0) (2025-04-15)
146
+
147
+ ### Features
148
+
149
+ - **sdk-coin-baby:** add CreateBtcDelegation transaction ([67c089a](https://github.com/BitGo/BitGoJS/commit/67c089af49616b2f70198f49e9401c7447f9931a))
150
+
151
+ ## [11.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.3...@bitgo/abstract-cosmos@11.6.4) (2025-04-04)
152
+
153
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
154
+
155
+ ## [11.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.2...@bitgo/abstract-cosmos@11.6.3) (2025-04-02)
156
+
157
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
158
+
159
+ ## [11.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.1...@bitgo/abstract-cosmos@11.6.2) (2025-03-28)
160
+
161
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
162
+
163
+ ## [11.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.6.0...@bitgo/abstract-cosmos@11.6.1) (2025-03-20)
164
+
165
+ ### Reverts
166
+
167
+ - Revert "fix(sdk-core): add validation for unsigned txHex" ([4333b10](https://github.com/BitGo/BitGoJS/commit/4333b1014040edbb0f5b347a9f5e343b20e1704f))
168
+
169
+ # [11.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.5.1...@bitgo/abstract-cosmos@11.6.0) (2025-03-18)
170
+
171
+ ### Bug Fixes
172
+
173
+ - **sdk-core:** add validation for unsigned txHex ([4a5ba60](https://github.com/BitGo/BitGoJS/commit/4a5ba60cc98a3aededc7c3385cb8dd47f8c21353))
174
+ - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
175
+
176
+ ### Features
177
+
178
+ - **sdk-coin-baby:** add sdk support for babylon native staking ([4e59dc6](https://github.com/BitGo/BitGoJS/commit/4e59dc67e80e0f5c608f85e67b389fc2885f349c))
179
+
180
+ ## [11.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.5.0...@bitgo/abstract-cosmos@11.5.1) (2025-03-06)
181
+
182
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
183
+
184
+ # [11.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.5.0) (2025-03-04)
185
+
186
+ ### Bug Fixes
187
+
188
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
189
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
190
+
191
+ ### Features
192
+
193
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
194
+
195
+ # [11.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.4.0) (2025-02-26)
196
+
197
+ ### Bug Fixes
198
+
199
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
200
+
201
+ ### Features
202
+
203
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
204
+
205
+ # [11.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.22...@bitgo/abstract-cosmos@11.3.0) (2025-02-20)
206
+
207
+ ### Bug Fixes
208
+
209
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
210
+
211
+ ### Features
212
+
213
+ - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
214
+
215
+ ## [11.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.20...@bitgo/abstract-cosmos@11.2.22) (2025-02-19)
216
+
217
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
218
+
219
+ ## [11.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.20...@bitgo/abstract-cosmos@11.2.21) (2025-02-11)
220
+
221
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
222
+
223
+ ## [11.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.19...@bitgo/abstract-cosmos@11.2.20) (2025-02-05)
224
+
225
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
226
+
227
+ ## [11.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.18...@bitgo/abstract-cosmos@11.2.19) (2025-01-28)
228
+
229
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
230
+
231
+ ## [11.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.17...@bitgo/abstract-cosmos@11.2.18) (2025-01-23)
232
+
233
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
234
+
235
+ ## [11.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.16...@bitgo/abstract-cosmos@11.2.17) (2025-01-23)
236
+
237
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
238
+
239
+ ## [11.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.15...@bitgo/abstract-cosmos@11.2.16) (2025-01-20)
240
+
241
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
242
+
243
+ ## [11.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.14...@bitgo/abstract-cosmos@11.2.15) (2025-01-15)
244
+
245
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
246
+
247
+ ## [11.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.13...@bitgo/abstract-cosmos@11.2.14) (2025-01-09)
248
+
249
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
250
+
251
+ ## [11.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.12...@bitgo/abstract-cosmos@11.2.13) (2025-01-03)
252
+
253
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
254
+
255
+ ## [11.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.11...@bitgo/abstract-cosmos@11.2.12) (2024-12-24)
256
+
257
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
258
+
259
+ ## [11.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.10...@bitgo/abstract-cosmos@11.2.11) (2024-12-19)
260
+
261
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
262
+
263
+ ## [11.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.8...@bitgo/abstract-cosmos@11.2.10) (2024-12-17)
264
+
265
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
266
+
267
+ ## [11.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.8...@bitgo/abstract-cosmos@11.2.9) (2024-12-17)
268
+
269
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
270
+
271
+ ## [11.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.7...@bitgo/abstract-cosmos@11.2.8) (2024-12-12)
272
+
273
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
274
+
275
+ ## [11.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.6...@bitgo/abstract-cosmos@11.2.7) (2024-12-11)
276
+
277
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
278
+
279
+ ## [11.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.5...@bitgo/abstract-cosmos@11.2.6) (2024-12-03)
280
+
281
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
282
+
283
+ ## [11.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.4...@bitgo/abstract-cosmos@11.2.5) (2024-11-26)
284
+
285
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
286
+
287
+ ## [11.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.3...@bitgo/abstract-cosmos@11.2.4) (2024-11-21)
288
+
289
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
290
+
291
+ ## [11.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.1...@bitgo/abstract-cosmos@11.2.3) (2024-11-19)
292
+
293
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
294
+
295
+ ## [11.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.1...@bitgo/abstract-cosmos@11.2.2) (2024-11-14)
296
+
297
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
298
+
299
+ ## [11.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.0...@bitgo/abstract-cosmos@11.2.1) (2024-11-08)
300
+
301
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
302
+
303
+ # [11.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.1.0...@bitgo/abstract-cosmos@11.2.0) (2024-11-07)
304
+
305
+ ### Features
306
+
307
+ - retrofit during cosmos tss recovery ([ceaae14](https://github.com/BitGo/BitGoJS/commit/ceaae147598120576eaa67a50df7977624558b82))
308
+
309
+ # [11.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.11...@bitgo/abstract-cosmos@11.1.0) (2024-11-01)
310
+
311
+ ### Features
312
+
313
+ - **sdk-coin-rune:** new coin generation ([64775ca](https://github.com/BitGo/BitGoJS/commit/64775caefc425df17f893fe1a5ae26d21adc7b6b))
314
+
315
+ ## [11.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.10...@bitgo/abstract-cosmos@11.0.11) (2024-10-22)
316
+
317
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
318
+
319
+ ## [11.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.9...@bitgo/abstract-cosmos@11.0.10) (2024-10-15)
320
+
321
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
322
+
323
+ ## [11.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.8...@bitgo/abstract-cosmos@11.0.9) (2024-10-08)
324
+
325
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
326
+
327
+ ## [11.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.7...@bitgo/abstract-cosmos@11.0.8) (2024-10-04)
328
+
329
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
330
+
331
+ ## [11.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.6...@bitgo/abstract-cosmos@11.0.7) (2024-09-24)
332
+
333
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
334
+
335
+ ## [11.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.5...@bitgo/abstract-cosmos@11.0.6) (2024-09-19)
336
+
337
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
338
+
339
+ ## [11.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.4...@bitgo/abstract-cosmos@11.0.5) (2024-09-16)
340
+
341
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
342
+
343
+ ## [11.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.3...@bitgo/abstract-cosmos@11.0.4) (2024-09-10)
344
+
345
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
346
+
347
+ ## [11.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.2...@bitgo/abstract-cosmos@11.0.3) (2024-09-03)
348
+
349
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
350
+
351
+ ## [11.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.1...@bitgo/abstract-cosmos@11.0.2) (2024-08-29)
352
+
353
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
354
+
355
+ ## [11.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.0.0...@bitgo/abstract-cosmos@11.0.1) (2024-08-27)
356
+
357
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
358
+
359
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.1.0...@bitgo/abstract-cosmos@11.0.0) (2024-08-20)
360
+
361
+ ### Features
362
+
363
+ - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
364
+
365
+ ### BREAKING CHANGES
366
+
367
+ - clients using challenge
368
+ generation & TSS Recovery functions must now
369
+ install @bitgo/sdk-opensslbytes separately &
370
+ provide the openSSLBytes WASM themselves.
371
+
372
+ Ticket: CE-4329
373
+
374
+ ## [10.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.1.0...@bitgo/abstract-cosmos@10.1.1) (2024-08-13)
375
+
376
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
377
+
378
+ # [10.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.28...@bitgo/abstract-cosmos@10.1.0) (2024-08-07)
379
+
380
+ ### Features
381
+
382
+ - **abstract-cosmos:** add dkls support for cosmos hot wallet recovery ([da24a55](https://github.com/BitGo/BitGoJS/commit/da24a559d42ac0f2975fd03ec335f5e72bcd8f49))
383
+
384
+ ## [10.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.27...@bitgo/abstract-cosmos@10.0.28) (2024-07-30)
385
+
386
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
387
+
388
+ ## [10.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.26...@bitgo/abstract-cosmos@10.0.27) (2024-07-24)
389
+
390
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
391
+
392
+ ## [10.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.25...@bitgo/abstract-cosmos@10.0.26) (2024-07-16)
393
+
394
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
395
+
396
+ ## [10.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.24...@bitgo/abstract-cosmos@10.0.25) (2024-07-04)
397
+
398
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
399
+
400
+ ## [10.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.23...@bitgo/abstract-cosmos@10.0.24) (2024-07-02)
401
+
402
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
403
+
404
+ ## [10.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.22...@bitgo/abstract-cosmos@10.0.23) (2024-06-27)
405
+
406
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
407
+
408
+ ## [10.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.21...@bitgo/abstract-cosmos@10.0.22) (2024-06-26)
409
+
410
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
411
+
412
+ ## [10.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.19...@bitgo/abstract-cosmos@10.0.21) (2024-06-21)
413
+
414
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
415
+
416
+ ## [10.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.19...@bitgo/abstract-cosmos@10.0.20) (2024-06-20)
417
+
418
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
419
+
420
+ ## [10.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.18...@bitgo/abstract-cosmos@10.0.19) (2024-06-14)
421
+
422
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
423
+
424
+ ## [10.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.17...@bitgo/abstract-cosmos@10.0.18) (2024-06-11)
425
+
426
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
427
+
428
+ ## [10.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.16...@bitgo/abstract-cosmos@10.0.17) (2024-06-05)
429
+
430
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
431
+
432
+ ## [10.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.15...@bitgo/abstract-cosmos@10.0.16) (2024-05-31)
433
+
434
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
435
+
436
+ ## [10.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.14...@bitgo/abstract-cosmos@10.0.15) (2024-05-28)
437
+
438
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
439
+
440
+ ## [10.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.13...@bitgo/abstract-cosmos@10.0.14) (2024-05-22)
441
+
442
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
443
+
444
+ ## [10.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.12...@bitgo/abstract-cosmos@10.0.13) (2024-05-17)
445
+
446
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
447
+
448
+ ## [10.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.11...@bitgo/abstract-cosmos@10.0.12) (2024-05-13)
449
+
450
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
451
+
452
+ ## [10.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.10...@bitgo/abstract-cosmos@10.0.11) (2024-05-08)
453
+
454
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
455
+
456
+ ## [10.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.9...@bitgo/abstract-cosmos@10.0.10) (2024-05-01)
457
+
458
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
459
+
460
+ ## [10.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.8...@bitgo/abstract-cosmos@10.0.9) (2024-04-25)
461
+
462
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
463
+
464
+ ## [10.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.7...@bitgo/abstract-cosmos@10.0.8) (2024-04-24)
465
+
466
+ ### Bug Fixes
467
+
468
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
469
+
470
+ ## [10.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.6...@bitgo/abstract-cosmos@10.0.7) (2024-04-22)
471
+
472
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
473
+
474
+ ## [10.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.5...@bitgo/abstract-cosmos@10.0.6) (2024-04-17)
475
+
476
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
477
+
478
+ ## [10.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.4...@bitgo/abstract-cosmos@10.0.5) (2024-04-12)
479
+
480
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
481
+
482
+ ## [10.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.3...@bitgo/abstract-cosmos@10.0.4) (2024-04-10)
483
+
484
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
485
+
486
+ ## [10.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.2...@bitgo/abstract-cosmos@10.0.3) (2024-04-09)
487
+
488
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
489
+
490
+ ## [10.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.1...@bitgo/abstract-cosmos@10.0.2) (2024-04-08)
491
+
492
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
493
+
494
+ ## [10.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@10.0.0...@bitgo/abstract-cosmos@10.0.1) (2024-04-05)
495
+
496
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
497
+
498
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.4...@bitgo/abstract-cosmos@10.0.0) (2024-03-28)
499
+
500
+ ### Features
501
+
502
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
503
+
504
+ ### BREAKING CHANGES
505
+
506
+ - **root:** Node 16 is no longer supported in bitgojs.
507
+ TICKET: WP-1100
508
+
509
+ ## [9.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.3...@bitgo/abstract-cosmos@9.0.4) (2024-03-19)
510
+
511
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
512
+
513
+ ## [9.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.2...@bitgo/abstract-cosmos@9.0.3) (2024-03-11)
514
+
515
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
516
+
517
+ ## [9.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.1...@bitgo/abstract-cosmos@9.0.2) (2024-02-28)
518
+
519
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
520
+
521
+ ## [9.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@9.0.0...@bitgo/abstract-cosmos@9.0.1) (2024-02-22)
522
+
523
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
524
+
525
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@9.0.0) (2024-02-19)
526
+
527
+ ### Bug Fixes
528
+
529
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
530
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
531
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
532
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
533
+
534
+ ### Code Refactoring
535
+
536
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
537
+
538
+ ### Features
539
+
540
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
541
+ - add utils to convert to and from cosmos evm address ([fda942c](https://github.com/BitGo/BitGoJS/commit/fda942c6745f6a7b887be958f157cdc0f1372c09))
542
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
543
+ - **sdk-coin-zeta:** zeta redelegate txn support with tests ([b9bf137](https://github.com/BitGo/BitGoJS/commit/b9bf137d59f370c7d5be820131442bc48fb92825))
544
+
545
+ ### BREAKING CHANGES
546
+
547
+ - **sdk-coin-atom:** restructured exports
548
+
549
+ * Removed constants overlapping with @bitgo/abstract-cosmos
550
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
551
+
552
+ Code dependent on the previously exported Interfaces/Constants needs to
553
+ be updated to import these from @bitgo/abstract-cosmos instead
554
+
555
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@8.0.0) (2024-01-30)
556
+
557
+ ### Bug Fixes
558
+
559
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
560
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
561
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
562
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
563
+
564
+ ### Code Refactoring
565
+
566
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
567
+
568
+ ### Features
569
+
570
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
571
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
572
+
573
+ ### BREAKING CHANGES
574
+
575
+ - **sdk-coin-atom:** restructured exports
576
+
577
+ * Removed constants overlapping with @bitgo/abstract-cosmos
578
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
579
+
580
+ Code dependent on the previously exported Interfaces/Constants needs to
581
+ be updated to import these from @bitgo/abstract-cosmos instead
582
+
583
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@7.0.0) (2024-01-26)
584
+
585
+ ### Bug Fixes
586
+
587
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
588
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
589
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
590
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
591
+
592
+ ### Code Refactoring
593
+
594
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
595
+
596
+ ### Features
597
+
598
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
599
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
600
+
601
+ ### BREAKING CHANGES
602
+
603
+ - **sdk-coin-atom:** restructured exports
604
+
605
+ * Removed constants overlapping with @bitgo/abstract-cosmos
606
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
607
+
608
+ Code dependent on the previously exported Interfaces/Constants needs to
609
+ be updated to import these from @bitgo/abstract-cosmos instead
610
+
611
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@6.0.0) (2024-01-26)
612
+
613
+ ### Bug Fixes
614
+
615
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
616
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
617
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
618
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
619
+
620
+ ### Code Refactoring
621
+
622
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
623
+
624
+ ### Features
625
+
626
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
627
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
628
+
629
+ ### BREAKING CHANGES
630
+
631
+ - **sdk-coin-atom:** restructured exports
632
+
633
+ * Removed constants overlapping with @bitgo/abstract-cosmos
634
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
635
+
636
+ Code dependent on the previously exported Interfaces/Constants needs to
637
+ be updated to import these from @bitgo/abstract-cosmos instead
638
+
639
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@5.0.0) (2024-01-25)
640
+
641
+ ### Bug Fixes
642
+
643
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
644
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
645
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
646
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
647
+
648
+ ### Code Refactoring
649
+
650
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
651
+
652
+ ### Features
653
+
654
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
655
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
656
+
657
+ ### BREAKING CHANGES
658
+
659
+ - **sdk-coin-atom:** restructured exports
660
+
661
+ * Removed constants overlapping with @bitgo/abstract-cosmos
662
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
663
+
664
+ Code dependent on the previously exported Interfaces/Constants needs to
665
+ be updated to import these from @bitgo/abstract-cosmos instead
666
+
667
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@4.0.0) (2024-01-22)
668
+
669
+ ### Bug Fixes
670
+
671
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
672
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
673
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
674
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
675
+
676
+ ### Code Refactoring
677
+
678
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
679
+
680
+ ### Features
681
+
682
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
683
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
684
+
685
+ ### BREAKING CHANGES
686
+
687
+ - **sdk-coin-atom:** restructured exports
688
+
689
+ * Removed constants overlapping with @bitgo/abstract-cosmos
690
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
691
+
692
+ Code dependent on the previously exported Interfaces/Constants needs to
693
+ be updated to import these from @bitgo/abstract-cosmos instead
694
+
695
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@3.0.0) (2024-01-09)
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
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
702
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
703
+
704
+ ### Code Refactoring
705
+
706
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
707
+
708
+ ### Features
709
+
710
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
711
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
712
+
713
+ ### BREAKING CHANGES
714
+
715
+ - **sdk-coin-atom:** restructured exports
716
+
717
+ * Removed constants overlapping with @bitgo/abstract-cosmos
718
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
719
+
720
+ Code dependent on the previously exported Interfaces/Constants needs to
721
+ be updated to import these from @bitgo/abstract-cosmos instead
722
+
723
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@2.0.0) (2024-01-03)
724
+
725
+ ### Bug Fixes
726
+
727
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
728
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
729
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
730
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
731
+
732
+ ### Code Refactoring
733
+
734
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
735
+
736
+ ### Features
737
+
738
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
739
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
740
+
741
+ ### BREAKING CHANGES
742
+
743
+ - **sdk-coin-atom:** restructured exports
744
+
745
+ * Removed constants overlapping with @bitgo/abstract-cosmos
746
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
747
+
748
+ Code dependent on the previously exported Interfaces/Constants needs to
749
+ be updated to import these from @bitgo/abstract-cosmos instead
750
+
751
+ # [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.18.0) (2023-12-18)
752
+
753
+ ### Bug Fixes
754
+
755
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
756
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
757
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
758
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
759
+
760
+ ### Features
761
+
762
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
763
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
764
+
765
+ # [1.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.17.0) (2023-12-12)
766
+
767
+ ### Bug Fixes
768
+
769
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
770
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
771
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
772
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
773
+
774
+ ### Features
775
+
776
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
777
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
778
+
779
+ # [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.16.0) (2023-12-09)
780
+
781
+ ### Bug Fixes
782
+
783
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
784
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
785
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
786
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
787
+
788
+ ### Features
789
+
790
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
791
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
792
+
793
+ # [1.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.15.0) (2023-12-05)
794
+
795
+ ### Bug Fixes
796
+
797
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
798
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
799
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
800
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
801
+
802
+ ### Features
803
+
804
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
805
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
806
+
807
+ # [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.14.0) (2023-11-28)
808
+
809
+ ### Bug Fixes
810
+
811
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
812
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
813
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
814
+
815
+ ### Features
816
+
817
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
818
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
819
+
820
+ # [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.13.0) (2023-11-24)
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
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
827
+
828
+ ### Features
829
+
830
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
831
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
832
+
833
+ # [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.12.0) (2023-11-17)
834
+
835
+ ### Bug Fixes
836
+
837
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
838
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
839
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
840
+
841
+ ### Features
842
+
843
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
844
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
845
+
846
+ # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.11.0) (2023-11-13)
847
+
848
+ ### Bug Fixes
849
+
850
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
851
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
852
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
853
+
854
+ ### Features
855
+
856
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
857
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
858
+
859
+ # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.10.0) (2023-11-13)
860
+
861
+ ### Bug Fixes
862
+
863
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
864
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
865
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
866
+
867
+ ### Features
868
+
869
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
870
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
871
+
872
+ # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.9.0) (2023-11-13)
873
+
874
+ ### Bug Fixes
875
+
876
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
877
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
878
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
879
+
880
+ ### Features
881
+
882
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
883
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
884
+
885
+ # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.8.0) (2023-10-20)
886
+
887
+ ### Bug Fixes
888
+
889
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
890
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
891
+
892
+ ### Features
893
+
894
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
895
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
896
+
897
+ # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.7.0) (2023-10-18)
898
+
899
+ ### Bug Fixes
900
+
901
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
902
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
903
+
904
+ ### Features
905
+
906
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
907
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
908
+
909
+ ## [1.6.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.11) (2023-09-25)
910
+
911
+ ### Bug Fixes
912
+
913
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
914
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
915
+
916
+ ## [1.6.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.10) (2023-09-09)
917
+
918
+ ### Bug Fixes
919
+
920
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
921
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
922
+
923
+ ## [1.6.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.9) (2023-09-09)
924
+
925
+ ### Bug Fixes
926
+
927
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
928
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
929
+
930
+ ## [1.6.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.8) (2023-09-07)
931
+
932
+ ### Bug Fixes
933
+
934
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
935
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
936
+
937
+ ## [1.6.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.7) (2023-09-05)
938
+
939
+ ### Bug Fixes
940
+
941
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
942
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
943
+
944
+ ## [1.6.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.6) (2023-09-01)
945
+
946
+ ### Bug Fixes
947
+
948
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
949
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
950
+
951
+ ## [1.6.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.5) (2023-08-29)
952
+
953
+ ### Bug Fixes
954
+
955
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
956
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
957
+
958
+ ## [1.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.4) (2023-08-25)
959
+
960
+ ### Bug Fixes
961
+
962
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
963
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
964
+
965
+ ## [1.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.3) (2023-08-24)
966
+
967
+ ### Bug Fixes
968
+
969
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
970
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
971
+
972
+ ## [1.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.2) (2023-08-16)
973
+
974
+ ### Bug Fixes
975
+
976
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
977
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
978
+
979
+ ## [1.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.1) (2023-08-16)
980
+
981
+ ### Bug Fixes
982
+
983
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
984
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
985
+
986
+ # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.4.0...@bitgo/abstract-cosmos@1.6.0) (2023-08-04)
987
+
988
+ ### Bug Fixes
989
+
990
+ - **abstract-cosmos:** getAccountBalance fix ([94b7dbc](https://github.com/BitGo/BitGoJS/commit/94b7dbc52e962b5e3e4819acbee39dc420d1d7ea))
991
+ - **abstract-cosmos:** getAccountDetails fix ([3f2e940](https://github.com/BitGo/BitGoJS/commit/3f2e940a6d7e63761e0f81a889f1fb3b480f878d))
992
+ - **abstract-cosmos:** skip amount validation for contractcall txn ([9acb564](https://github.com/BitGo/BitGoJS/commit/9acb56479c1db488e95cfcabe8e0396172006d9d))
993
+ - **sdk-coin-osmo:** allow zero amount on contract call ([2245ba7](https://github.com/BitGo/BitGoJS/commit/2245ba7acde8ae669ed53ffeb0e58178054f3da3))
994
+
995
+ ### Features
996
+
997
+ - **abstract-cosmos:** add wallet recovery for abstract cosmos ([1c62e4b](https://github.com/BitGo/BitGoJS/commit/1c62e4b42a6e58d2e3e14dbfa7e312ce062c5db3))
998
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
999
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1000
+ - **sdk-coin-osmo:** allow amount in execute contract transaction ([44be383](https://github.com/BitGo/BitGoJS/commit/44be383f38830aeb2d5825ee83c77aab444cfe25))
1001
+
1002
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.4.0...@bitgo/abstract-cosmos@1.5.0) (2023-07-28)
1003
+
1004
+ ### Bug Fixes
1005
+
1006
+ - **abstract-cosmos:** skip amount validation for contractcall txn ([9acb564](https://github.com/BitGo/BitGoJS/commit/9acb56479c1db488e95cfcabe8e0396172006d9d))
1007
+ - **sdk-coin-osmo:** allow zero amount on contract call ([2245ba7](https://github.com/BitGo/BitGoJS/commit/2245ba7acde8ae669ed53ffeb0e58178054f3da3))
1008
+
1009
+ ### Features
1010
+
1011
+ - **abstract-cosmos:** add wallet recovery for abstract cosmos ([1c62e4b](https://github.com/BitGo/BitGoJS/commit/1c62e4b42a6e58d2e3e14dbfa7e312ce062c5db3))
1012
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1013
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1014
+ - **sdk-coin-osmo:** allow amount in execute contract transaction ([44be383](https://github.com/BitGo/BitGoJS/commit/44be383f38830aeb2d5825ee83c77aab444cfe25))
1015
+
1016
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.3.0...@bitgo/abstract-cosmos@1.4.0) (2023-07-18)
1017
+
1018
+ ### Features
1019
+
1020
+ - **abstract-cosmos:** add support for contract call transaction ([9b7dd54](https://github.com/BitGo/BitGoJS/commit/9b7dd54c6a3a9e5cf2b47b4a94ef225f111a8baf))
1021
+ - add base factor for individual cosmos side chains ([e661b36](https://github.com/BitGo/BitGoJS/commit/e661b3631445e7ff1ddcdb51385d1f993b4f35c9))
1022
+
1023
+ # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.2.1...@bitgo/abstract-cosmos@1.3.0) (2023-06-21)
1024
+
1025
+ ### Features
1026
+
1027
+ - **bitgo:** update dockerfile ([987140b](https://github.com/BitGo/BitGoJS/commit/987140b2b40e9f2f2c2911eb750a33f2185d43b7))
1028
+
1029
+ ## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.2.0...@bitgo/abstract-cosmos@1.2.1) (2023-06-14)
1030
+
1031
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
1032
+
1033
+ # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.1.1...@bitgo/abstract-cosmos@1.2.0) (2023-06-13)
1034
+
1035
+ ### Features
1036
+
1037
+ - **abstract-cosmos:** sdk abstract-cosmos and sdk osmo refactored ([d1bb5f6](https://github.com/BitGo/BitGoJS/commit/d1bb5f614533b1cc119b434510539673061d2c2a))
1038
+ - **sdk-coin-tia:** celestia sdk along with testcases ([eb1431a](https://github.com/BitGo/BitGoJS/commit/eb1431a02de539b05f1fc2660c650563f3d7085a))
1039
+ - **sdk-coin-tia:** celestia sdk along with testcases ([1d104e0](https://github.com/BitGo/BitGoJS/commit/1d104e0d0ac0c813d16cd6da759b1a904bab4641))
1040
+
1041
+ ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.1.0...@bitgo/abstract-cosmos@1.1.1) (2023-06-07)
1042
+
1043
+ **Note:** Version bump only for package @bitgo/abstract-cosmos
1044
+
1045
+ # 1.1.0 (2023-06-05)
1046
+
1047
+ ### Bug Fixes
1048
+
1049
+ - **abstract-cosmos:** cosmosLikeUtils export ([75540bb](https://github.com/BitGo/BitGoJS/commit/75540bbf029052c87b14d12aa710eb5ebe137c70))
1050
+
1051
+ ### Features
1052
+
1053
+ - **abstract-cosmos:** add abstract cosmos sdk ([0d61c06](https://github.com/BitGo/BitGoJS/commit/0d61c0660d32bb68647ba548ee1ea503adb1cd23))
1054
+ - **abstract-cosmos:** add abstract cosmos sdk ([71a57b1](https://github.com/BitGo/BitGoJS/commit/71a57b191fb5081aeba26faceceb957ab1dc9bd0))
1055
+ - **abstract-cosmos:** add abstract cosmos sdk ([85ca1a8](https://github.com/BitGo/BitGoJS/commit/85ca1a8aabb91269c1e24f7ce9f3e74247058886))
1056
+ - **sdk-coin-osmo:** staking implementation with testcases ([a90c00b](https://github.com/BitGo/BitGoJS/commit/a90c00bd6e49d2a7898b8d4624514708c4f90fb9))