@bitgo-beta/abstract-cosmos 1.0.1-beta.62 → 1.0.1-beta.620

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