@bitgo/sdk-coin-atom 13.9.2 → 13.9.3

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 (44) hide show
  1. package/dist/test/integration/index.d.ts +2 -0
  2. package/dist/test/integration/index.d.ts.map +1 -0
  3. package/dist/test/integration/index.js +54 -0
  4. package/dist/test/resources/atom.d.ts +291 -0
  5. package/dist/test/resources/atom.d.ts.map +1 -0
  6. package/dist/test/resources/atom.js +471 -0
  7. package/dist/test/unit/atom.d.ts +2 -0
  8. package/dist/test/unit/atom.d.ts.map +1 -0
  9. package/dist/test/unit/atom.js +552 -0
  10. package/dist/test/unit/getBuilderFactory.d.ts +3 -0
  11. package/dist/test/unit/getBuilderFactory.d.ts.map +1 -0
  12. package/dist/test/unit/getBuilderFactory.js +10 -0
  13. package/dist/test/unit/keyPair.d.ts +2 -0
  14. package/dist/test/unit/keyPair.d.ts.map +1 -0
  15. package/dist/test/unit/keyPair.js +93 -0
  16. package/dist/test/unit/transaction.d.ts +2 -0
  17. package/dist/test/unit/transaction.d.ts.map +1 -0
  18. package/dist/test/unit/transaction.js +220 -0
  19. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts +2 -0
  20. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts.map +1 -0
  21. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.js +171 -0
  22. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts +2 -0
  23. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts.map +1 -0
  24. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.js +140 -0
  25. package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.d.ts +2 -0
  26. package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.d.ts.map +1 -0
  27. package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.js +93 -0
  28. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts +2 -0
  29. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts.map +1 -0
  30. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.js +141 -0
  31. package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts +2 -0
  32. package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts.map +1 -0
  33. package/dist/test/unit/transactionBuilder/transactionBuilder.js +100 -0
  34. package/dist/test/unit/transactionBuilder/transferBuilder.d.ts +2 -0
  35. package/dist/test/unit/transactionBuilder/transferBuilder.d.ts.map +1 -0
  36. package/dist/test/unit/transactionBuilder/transferBuilder.js +241 -0
  37. package/dist/test/unit/utils.d.ts +2 -0
  38. package/dist/test/unit/utils.d.ts.map +1 -0
  39. package/dist/test/unit/utils.js +85 -0
  40. package/dist/tsconfig.tsbuildinfo +1 -0
  41. package/package.json +11 -8
  42. package/.eslintignore +0 -5
  43. package/.mocharc.yml +0 -8
  44. package/CHANGELOG.md +0 -1046
package/CHANGELOG.md DELETED
@@ -1,1046 +0,0 @@
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
- ## [13.9.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.9.1...@bitgo/sdk-coin-atom@13.9.2) (2025-10-02)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
9
-
10
- ## [13.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.9.0...@bitgo/sdk-coin-atom@13.9.1) (2025-09-29)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
13
-
14
- # [13.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.8.2...@bitgo/sdk-coin-atom@13.9.0) (2025-09-25)
15
-
16
- ### Features
17
-
18
- - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
19
-
20
- ## [13.8.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.8.1...@bitgo/sdk-coin-atom@13.8.2) (2025-09-03)
21
-
22
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
23
-
24
- ## [13.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.8.0...@bitgo/sdk-coin-atom@13.8.1) (2025-08-30)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
27
-
28
- # [13.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.7.1...@bitgo/sdk-coin-atom@13.8.0) (2025-08-29)
29
-
30
- ### Features
31
-
32
- - **abstract-cosmos:** add non-bitgo token recovery support on wrw ([86f44eb](https://github.com/BitGo/BitGoJS/commit/86f44ebbae563085dab6323ebae12301753fbbe4))
33
-
34
- ## [13.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.7.0...@bitgo/sdk-coin-atom@13.7.1) (2025-08-27)
35
-
36
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
37
-
38
- # [13.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.6.3...@bitgo/sdk-coin-atom@13.7.0) (2025-08-22)
39
-
40
- ### Features
41
-
42
- - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
43
-
44
- ## [13.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.6.2...@bitgo/sdk-coin-atom@13.6.3) (2025-08-22)
45
-
46
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
47
-
48
- ## [13.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.6.1...@bitgo/sdk-coin-atom@13.6.2) (2025-08-19)
49
-
50
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
51
-
52
- ## [13.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.6.0...@bitgo/sdk-coin-atom@13.6.1) (2025-08-14)
53
-
54
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
55
-
56
- # [13.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.11...@bitgo/sdk-coin-atom@13.6.0) (2025-08-07)
57
-
58
- ### Bug Fixes
59
-
60
- - **root:** bump axios version for form-data vuln ([18ce88b](https://github.com/BitGo/BitGoJS/commit/18ce88b51958bec7b29d30c683c3842d022dd674))
61
-
62
- ### Features
63
-
64
- - use statics to get denom of tokens ([e89d793](https://github.com/BitGo/BitGoJS/commit/e89d79365086512d845bb498deed7ee66ecd2fc0))
65
-
66
- ## [13.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.10...@bitgo/sdk-coin-atom@13.5.11) (2025-07-31)
67
-
68
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
69
-
70
- ## [13.5.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.9...@bitgo/sdk-coin-atom@13.5.10) (2025-07-30)
71
-
72
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
73
-
74
- ## [13.5.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.7...@bitgo/sdk-coin-atom@13.5.9) (2025-07-25)
75
-
76
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
77
-
78
- ## [13.5.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.7...@bitgo/sdk-coin-atom@13.5.8) (2025-07-23)
79
-
80
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
81
-
82
- ## [13.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.6...@bitgo/sdk-coin-atom@13.5.7) (2025-07-15)
83
-
84
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
85
-
86
- ## [13.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.5...@bitgo/sdk-coin-atom@13.5.6) (2025-07-10)
87
-
88
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
89
-
90
- ## [13.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.4...@bitgo/sdk-coin-atom@13.5.5) (2025-07-03)
91
-
92
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
93
-
94
- ## [13.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.3...@bitgo/sdk-coin-atom@13.5.4) (2025-06-25)
95
-
96
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
97
-
98
- ## [13.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.2...@bitgo/sdk-coin-atom@13.5.3) (2025-06-24)
99
-
100
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
101
-
102
- ## [13.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.1...@bitgo/sdk-coin-atom@13.5.2) (2025-06-18)
103
-
104
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
105
-
106
- ## [13.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.5.0...@bitgo/sdk-coin-atom@13.5.1) (2025-06-10)
107
-
108
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
109
-
110
- # [13.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.14...@bitgo/sdk-coin-atom@13.5.0) (2025-06-05)
111
-
112
- ### Features
113
-
114
- - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
115
-
116
- ## [13.4.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.13...@bitgo/sdk-coin-atom@13.4.14) (2025-06-02)
117
-
118
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
119
-
120
- ## [13.4.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.12...@bitgo/sdk-coin-atom@13.4.13) (2025-05-28)
121
-
122
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
123
-
124
- ## [13.4.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.11...@bitgo/sdk-coin-atom@13.4.12) (2025-05-22)
125
-
126
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
127
-
128
- ## [13.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.10...@bitgo/sdk-coin-atom@13.4.11) (2025-05-20)
129
-
130
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
131
-
132
- ## [13.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.9...@bitgo/sdk-coin-atom@13.4.10) (2025-05-07)
133
-
134
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
135
-
136
- ## [13.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.8...@bitgo/sdk-coin-atom@13.4.9) (2025-04-29)
137
-
138
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
139
-
140
- ## [13.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.7...@bitgo/sdk-coin-atom@13.4.8) (2025-04-25)
141
-
142
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
143
-
144
- ## [13.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.6...@bitgo/sdk-coin-atom@13.4.7) (2025-04-15)
145
-
146
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
147
-
148
- ## [13.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.5...@bitgo/sdk-coin-atom@13.4.6) (2025-04-04)
149
-
150
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
151
-
152
- ## [13.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.4...@bitgo/sdk-coin-atom@13.4.5) (2025-04-02)
153
-
154
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
155
-
156
- ## [13.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.3...@bitgo/sdk-coin-atom@13.4.4) (2025-03-28)
157
-
158
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
159
-
160
- ## [13.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.2...@bitgo/sdk-coin-atom@13.4.3) (2025-03-20)
161
-
162
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
163
-
164
- ## [13.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.1...@bitgo/sdk-coin-atom@13.4.2) (2025-03-18)
165
-
166
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
167
-
168
- ## [13.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.4.0...@bitgo/sdk-coin-atom@13.4.1) (2025-03-06)
169
-
170
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
171
-
172
- # [13.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.22...@bitgo/sdk-coin-atom@13.4.0) (2025-03-04)
173
-
174
- ### Bug Fixes
175
-
176
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
177
-
178
- ### Features
179
-
180
- - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
181
-
182
- # [13.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.22...@bitgo/sdk-coin-atom@13.3.0) (2025-02-26)
183
-
184
- ### Bug Fixes
185
-
186
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
187
-
188
- ### Features
189
-
190
- - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
191
-
192
- # [13.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.22...@bitgo/sdk-coin-atom@13.2.0) (2025-02-20)
193
-
194
- ### Bug Fixes
195
-
196
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
197
-
198
- ### Features
199
-
200
- - **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
201
-
202
- ## [13.1.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.21...@bitgo/sdk-coin-atom@13.1.22) (2025-02-19)
203
-
204
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
205
-
206
- ## [13.1.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.20...@bitgo/sdk-coin-atom@13.1.21) (2025-02-11)
207
-
208
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
209
-
210
- ## [13.1.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.19...@bitgo/sdk-coin-atom@13.1.20) (2025-02-05)
211
-
212
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
213
-
214
- ## [13.1.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.18...@bitgo/sdk-coin-atom@13.1.19) (2025-01-28)
215
-
216
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
217
-
218
- ## [13.1.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.17...@bitgo/sdk-coin-atom@13.1.18) (2025-01-23)
219
-
220
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
221
-
222
- ## [13.1.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.16...@bitgo/sdk-coin-atom@13.1.17) (2025-01-23)
223
-
224
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
225
-
226
- ## [13.1.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.15...@bitgo/sdk-coin-atom@13.1.16) (2025-01-20)
227
-
228
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
229
-
230
- ## [13.1.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.14...@bitgo/sdk-coin-atom@13.1.15) (2025-01-15)
231
-
232
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
233
-
234
- ## [13.1.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.13...@bitgo/sdk-coin-atom@13.1.14) (2025-01-09)
235
-
236
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
237
-
238
- ## [13.1.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.12...@bitgo/sdk-coin-atom@13.1.13) (2025-01-03)
239
-
240
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
241
-
242
- ## [13.1.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.11...@bitgo/sdk-coin-atom@13.1.12) (2024-12-24)
243
-
244
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
245
-
246
- ## [13.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.10...@bitgo/sdk-coin-atom@13.1.11) (2024-12-19)
247
-
248
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
249
-
250
- ## [13.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.8...@bitgo/sdk-coin-atom@13.1.10) (2024-12-17)
251
-
252
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
253
-
254
- ## [13.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.8...@bitgo/sdk-coin-atom@13.1.9) (2024-12-17)
255
-
256
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
257
-
258
- ## [13.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.7...@bitgo/sdk-coin-atom@13.1.8) (2024-12-12)
259
-
260
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
261
-
262
- ## [13.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.6...@bitgo/sdk-coin-atom@13.1.7) (2024-12-11)
263
-
264
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
265
-
266
- ## [13.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.5...@bitgo/sdk-coin-atom@13.1.6) (2024-12-03)
267
-
268
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
269
-
270
- ## [13.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.4...@bitgo/sdk-coin-atom@13.1.5) (2024-11-26)
271
-
272
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
273
-
274
- ## [13.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.3...@bitgo/sdk-coin-atom@13.1.4) (2024-11-21)
275
-
276
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
277
-
278
- ## [13.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.1...@bitgo/sdk-coin-atom@13.1.3) (2024-11-19)
279
-
280
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
281
-
282
- ## [13.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.1...@bitgo/sdk-coin-atom@13.1.2) (2024-11-14)
283
-
284
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
285
-
286
- ## [13.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.1.0...@bitgo/sdk-coin-atom@13.1.1) (2024-11-08)
287
-
288
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
289
-
290
- # [13.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.12...@bitgo/sdk-coin-atom@13.1.0) (2024-11-07)
291
-
292
- ### Features
293
-
294
- - retrofit during cosmos tss recovery ([ceaae14](https://github.com/BitGo/BitGoJS/commit/ceaae147598120576eaa67a50df7977624558b82))
295
-
296
- ## [13.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.11...@bitgo/sdk-coin-atom@13.0.12) (2024-11-01)
297
-
298
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
299
-
300
- ## [13.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.10...@bitgo/sdk-coin-atom@13.0.11) (2024-10-22)
301
-
302
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
303
-
304
- ## [13.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.9...@bitgo/sdk-coin-atom@13.0.10) (2024-10-15)
305
-
306
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
307
-
308
- ## [13.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.8...@bitgo/sdk-coin-atom@13.0.9) (2024-10-08)
309
-
310
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
311
-
312
- ## [13.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.7...@bitgo/sdk-coin-atom@13.0.8) (2024-10-04)
313
-
314
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
315
-
316
- ## [13.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.6...@bitgo/sdk-coin-atom@13.0.7) (2024-09-24)
317
-
318
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
319
-
320
- ## [13.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.5...@bitgo/sdk-coin-atom@13.0.6) (2024-09-19)
321
-
322
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
323
-
324
- ## [13.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.4...@bitgo/sdk-coin-atom@13.0.5) (2024-09-16)
325
-
326
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
327
-
328
- ## [13.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.3...@bitgo/sdk-coin-atom@13.0.4) (2024-09-10)
329
-
330
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
331
-
332
- ## [13.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.2...@bitgo/sdk-coin-atom@13.0.3) (2024-09-03)
333
-
334
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
335
-
336
- ## [13.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.1...@bitgo/sdk-coin-atom@13.0.2) (2024-08-29)
337
-
338
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
339
-
340
- ## [13.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@13.0.0...@bitgo/sdk-coin-atom@13.0.1) (2024-08-27)
341
-
342
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
343
-
344
- # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.1.0...@bitgo/sdk-coin-atom@13.0.0) (2024-08-20)
345
-
346
- ### Features
347
-
348
- - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
349
-
350
- ### BREAKING CHANGES
351
-
352
- - clients using challenge
353
- generation & TSS Recovery functions must now
354
- install @bitgo/sdk-opensslbytes separately &
355
- provide the openSSLBytes WASM themselves.
356
-
357
- Ticket: CE-4329
358
-
359
- ## [12.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.1.0...@bitgo/sdk-coin-atom@12.1.1) (2024-08-13)
360
-
361
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
362
-
363
- # [12.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.28...@bitgo/sdk-coin-atom@12.1.0) (2024-08-07)
364
-
365
- ### Features
366
-
367
- - **abstract-cosmos:** add dkls support for cosmos hot wallet recovery ([da24a55](https://github.com/BitGo/BitGoJS/commit/da24a559d42ac0f2975fd03ec335f5e72bcd8f49))
368
-
369
- ## [12.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.27...@bitgo/sdk-coin-atom@12.0.28) (2024-07-30)
370
-
371
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
372
-
373
- ## [12.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.26...@bitgo/sdk-coin-atom@12.0.27) (2024-07-24)
374
-
375
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
376
-
377
- ## [12.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.25...@bitgo/sdk-coin-atom@12.0.26) (2024-07-16)
378
-
379
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
380
-
381
- ## [12.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.24...@bitgo/sdk-coin-atom@12.0.25) (2024-07-04)
382
-
383
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
384
-
385
- ## [12.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.23...@bitgo/sdk-coin-atom@12.0.24) (2024-07-02)
386
-
387
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
388
-
389
- ## [12.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.22...@bitgo/sdk-coin-atom@12.0.23) (2024-06-27)
390
-
391
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
392
-
393
- ## [12.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.21...@bitgo/sdk-coin-atom@12.0.22) (2024-06-26)
394
-
395
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
396
-
397
- ## [12.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.19...@bitgo/sdk-coin-atom@12.0.21) (2024-06-21)
398
-
399
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
400
-
401
- ## [12.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.19...@bitgo/sdk-coin-atom@12.0.20) (2024-06-20)
402
-
403
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
404
-
405
- ## [12.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.18...@bitgo/sdk-coin-atom@12.0.19) (2024-06-14)
406
-
407
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
408
-
409
- ## [12.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.17...@bitgo/sdk-coin-atom@12.0.18) (2024-06-11)
410
-
411
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
412
-
413
- ## [12.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.16...@bitgo/sdk-coin-atom@12.0.17) (2024-06-05)
414
-
415
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
416
-
417
- ## [12.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.15...@bitgo/sdk-coin-atom@12.0.16) (2024-05-31)
418
-
419
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
420
-
421
- ## [12.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.14...@bitgo/sdk-coin-atom@12.0.15) (2024-05-28)
422
-
423
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
424
-
425
- ## [12.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.13...@bitgo/sdk-coin-atom@12.0.14) (2024-05-22)
426
-
427
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
428
-
429
- ## [12.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.12...@bitgo/sdk-coin-atom@12.0.13) (2024-05-17)
430
-
431
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
432
-
433
- ## [12.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.11...@bitgo/sdk-coin-atom@12.0.12) (2024-05-13)
434
-
435
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
436
-
437
- ## [12.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.10...@bitgo/sdk-coin-atom@12.0.11) (2024-05-08)
438
-
439
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
440
-
441
- ## [12.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.9...@bitgo/sdk-coin-atom@12.0.10) (2024-05-01)
442
-
443
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
444
-
445
- ## [12.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.8...@bitgo/sdk-coin-atom@12.0.9) (2024-04-25)
446
-
447
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
448
-
449
- ## [12.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.7...@bitgo/sdk-coin-atom@12.0.8) (2024-04-24)
450
-
451
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
452
-
453
- ## [12.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.6...@bitgo/sdk-coin-atom@12.0.7) (2024-04-22)
454
-
455
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
456
-
457
- ## [12.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.5...@bitgo/sdk-coin-atom@12.0.6) (2024-04-17)
458
-
459
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
460
-
461
- ## [12.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.4...@bitgo/sdk-coin-atom@12.0.5) (2024-04-12)
462
-
463
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
464
-
465
- ## [12.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.3...@bitgo/sdk-coin-atom@12.0.4) (2024-04-10)
466
-
467
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
468
-
469
- ## [12.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.2...@bitgo/sdk-coin-atom@12.0.3) (2024-04-09)
470
-
471
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
472
-
473
- ## [12.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.1...@bitgo/sdk-coin-atom@12.0.2) (2024-04-08)
474
-
475
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
476
-
477
- ## [12.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@12.0.0...@bitgo/sdk-coin-atom@12.0.1) (2024-04-05)
478
-
479
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
480
-
481
- # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.4...@bitgo/sdk-coin-atom@12.0.0) (2024-03-28)
482
-
483
- ### Features
484
-
485
- - **abstract-cosmos:** added redelegation for cosmos coins ([8ea18ab](https://github.com/BitGo/BitGoJS/commit/8ea18ab0ca115ba9b61335e69d34790f0c046e7b))
486
- - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
487
-
488
- ### BREAKING CHANGES
489
-
490
- - **root:** Node 16 is no longer supported in bitgojs.
491
- TICKET: WP-1100
492
-
493
- ## [11.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.3...@bitgo/sdk-coin-atom@11.0.4) (2024-03-19)
494
-
495
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
496
-
497
- ## [11.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.2...@bitgo/sdk-coin-atom@11.0.3) (2024-03-11)
498
-
499
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
500
-
501
- ## [11.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.1...@bitgo/sdk-coin-atom@11.0.2) (2024-02-28)
502
-
503
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
504
-
505
- ## [11.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.0...@bitgo/sdk-coin-atom@11.0.1) (2024-02-22)
506
-
507
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
508
-
509
- # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@11.0.0) (2024-02-19)
510
-
511
- ### Bug Fixes
512
-
513
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
514
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
515
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
516
-
517
- ### Code Refactoring
518
-
519
- - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
520
-
521
- ### Features
522
-
523
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
524
-
525
- ### BREAKING CHANGES
526
-
527
- - **sdk-coin-atom:** restructured exports
528
-
529
- * Removed constants overlapping with @bitgo/abstract-cosmos
530
- * Removed common Interfaces exported by @bitgo/abstract-cosmos
531
-
532
- Code dependent on the previously exported Interfaces/Constants needs to
533
- be updated to import these from @bitgo/abstract-cosmos instead
534
-
535
- # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@10.0.0) (2024-01-30)
536
-
537
- ### Bug Fixes
538
-
539
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
540
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
541
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
542
-
543
- ### Code Refactoring
544
-
545
- - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
546
-
547
- ### Features
548
-
549
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
550
-
551
- ### BREAKING CHANGES
552
-
553
- - **sdk-coin-atom:** restructured exports
554
-
555
- * Removed constants overlapping with @bitgo/abstract-cosmos
556
- * Removed common Interfaces exported by @bitgo/abstract-cosmos
557
-
558
- Code dependent on the previously exported Interfaces/Constants needs to
559
- be updated to import these from @bitgo/abstract-cosmos instead
560
-
561
- # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@9.0.0) (2024-01-26)
562
-
563
- ### Bug Fixes
564
-
565
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
566
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
567
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
568
-
569
- ### Code Refactoring
570
-
571
- - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
572
-
573
- ### Features
574
-
575
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
576
-
577
- ### BREAKING CHANGES
578
-
579
- - **sdk-coin-atom:** restructured exports
580
-
581
- * Removed constants overlapping with @bitgo/abstract-cosmos
582
- * Removed common Interfaces exported by @bitgo/abstract-cosmos
583
-
584
- Code dependent on the previously exported Interfaces/Constants needs to
585
- be updated to import these from @bitgo/abstract-cosmos instead
586
-
587
- # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@8.0.0) (2024-01-26)
588
-
589
- ### Bug Fixes
590
-
591
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
592
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
593
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
594
-
595
- ### Code Refactoring
596
-
597
- - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
598
-
599
- ### Features
600
-
601
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
602
-
603
- ### BREAKING CHANGES
604
-
605
- - **sdk-coin-atom:** restructured exports
606
-
607
- * Removed constants overlapping with @bitgo/abstract-cosmos
608
- * Removed common Interfaces exported by @bitgo/abstract-cosmos
609
-
610
- Code dependent on the previously exported Interfaces/Constants needs to
611
- be updated to import these from @bitgo/abstract-cosmos instead
612
-
613
- # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@7.0.0) (2024-01-25)
614
-
615
- ### Bug Fixes
616
-
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
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
620
-
621
- ### Code Refactoring
622
-
623
- - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
624
-
625
- ### Features
626
-
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
- # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@6.0.0) (2024-01-22)
640
-
641
- ### Bug Fixes
642
-
643
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
644
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
645
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
646
-
647
- ### Code Refactoring
648
-
649
- - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
650
-
651
- ### Features
652
-
653
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
654
-
655
- ### BREAKING CHANGES
656
-
657
- - **sdk-coin-atom:** restructured exports
658
-
659
- * Removed constants overlapping with @bitgo/abstract-cosmos
660
- * Removed common Interfaces exported by @bitgo/abstract-cosmos
661
-
662
- Code dependent on the previously exported Interfaces/Constants needs to
663
- be updated to import these from @bitgo/abstract-cosmos instead
664
-
665
- # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@5.0.0) (2024-01-09)
666
-
667
- ### Bug Fixes
668
-
669
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
670
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
671
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
672
-
673
- ### Code Refactoring
674
-
675
- - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
676
-
677
- ### Features
678
-
679
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
680
-
681
- ### BREAKING CHANGES
682
-
683
- - **sdk-coin-atom:** restructured exports
684
-
685
- * Removed constants overlapping with @bitgo/abstract-cosmos
686
- * Removed common Interfaces exported by @bitgo/abstract-cosmos
687
-
688
- Code dependent on the previously exported Interfaces/Constants needs to
689
- be updated to import these from @bitgo/abstract-cosmos instead
690
-
691
- # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@4.0.0) (2024-01-03)
692
-
693
- ### Bug Fixes
694
-
695
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
696
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
697
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
698
-
699
- ### Code Refactoring
700
-
701
- - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
702
-
703
- ### Features
704
-
705
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
706
-
707
- ### BREAKING CHANGES
708
-
709
- - **sdk-coin-atom:** restructured exports
710
-
711
- * Removed constants overlapping with @bitgo/abstract-cosmos
712
- * Removed common Interfaces exported by @bitgo/abstract-cosmos
713
-
714
- Code dependent on the previously exported Interfaces/Constants needs to
715
- be updated to import these from @bitgo/abstract-cosmos instead
716
-
717
- # [3.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.18.0) (2023-12-18)
718
-
719
- ### Bug Fixes
720
-
721
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
722
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
723
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
724
-
725
- ### Features
726
-
727
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
728
-
729
- # [3.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.17.0) (2023-12-12)
730
-
731
- ### Bug Fixes
732
-
733
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
734
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
735
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
736
-
737
- ### Features
738
-
739
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
740
-
741
- # [3.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.16.0) (2023-12-09)
742
-
743
- ### Bug Fixes
744
-
745
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
746
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
747
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
748
-
749
- ### Features
750
-
751
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
752
-
753
- # [3.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.15.0) (2023-12-05)
754
-
755
- ### Bug Fixes
756
-
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
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
760
-
761
- ### Features
762
-
763
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
764
-
765
- # [3.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.14.0) (2023-11-28)
766
-
767
- ### Bug Fixes
768
-
769
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
770
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
771
-
772
- ### Features
773
-
774
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
775
-
776
- # [3.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.13.0) (2023-11-24)
777
-
778
- ### Bug Fixes
779
-
780
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
781
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
782
-
783
- ### Features
784
-
785
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
786
-
787
- # [3.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.12.0) (2023-11-17)
788
-
789
- ### Bug Fixes
790
-
791
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
792
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
793
-
794
- ### Features
795
-
796
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
797
-
798
- # [3.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.11.0) (2023-11-13)
799
-
800
- ### Bug Fixes
801
-
802
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
803
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
804
-
805
- ### Features
806
-
807
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
808
-
809
- # [3.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.10.0) (2023-11-13)
810
-
811
- ### Bug Fixes
812
-
813
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
814
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
815
-
816
- ### Features
817
-
818
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
819
-
820
- # [3.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.9.0) (2023-11-13)
821
-
822
- ### Bug Fixes
823
-
824
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
825
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
826
-
827
- ### Features
828
-
829
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
830
-
831
- # [3.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.8.0) (2023-10-20)
832
-
833
- ### Bug Fixes
834
-
835
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
836
-
837
- ### Features
838
-
839
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
840
-
841
- # [3.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.7.0) (2023-10-18)
842
-
843
- ### Bug Fixes
844
-
845
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
846
-
847
- ### Features
848
-
849
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
850
-
851
- ## [3.6.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.11) (2023-09-25)
852
-
853
- ### Bug Fixes
854
-
855
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
856
-
857
- ## [3.6.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.10) (2023-09-09)
858
-
859
- ### Bug Fixes
860
-
861
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
862
-
863
- ## [3.6.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.9) (2023-09-09)
864
-
865
- ### Bug Fixes
866
-
867
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
868
-
869
- ## [3.6.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.8) (2023-09-07)
870
-
871
- ### Bug Fixes
872
-
873
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
874
-
875
- ## [3.6.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.7) (2023-09-05)
876
-
877
- ### Bug Fixes
878
-
879
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
880
-
881
- ## [3.6.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.6) (2023-09-01)
882
-
883
- ### Bug Fixes
884
-
885
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
886
-
887
- ## [3.6.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.5) (2023-08-29)
888
-
889
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
890
-
891
- ## [3.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.4) (2023-08-25)
892
-
893
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
894
-
895
- ## [3.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.3) (2023-08-24)
896
-
897
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
898
-
899
- ## [3.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.2) (2023-08-16)
900
-
901
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
902
-
903
- ## [3.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.6.1) (2023-08-16)
904
-
905
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
906
-
907
- # [3.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.4.0...@bitgo/sdk-coin-atom@3.6.0) (2023-08-04)
908
-
909
- ### Features
910
-
911
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
912
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
913
-
914
- # [3.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.4.0...@bitgo/sdk-coin-atom@3.5.0) (2023-07-28)
915
-
916
- ### Features
917
-
918
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
919
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
920
-
921
- # [3.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.3.4...@bitgo/sdk-coin-atom@3.4.0) (2023-07-18)
922
-
923
- ### Features
924
-
925
- - **abstract-cosmos:** add support for contract call transaction ([9b7dd54](https://github.com/BitGo/BitGoJS/commit/9b7dd54c6a3a9e5cf2b47b4a94ef225f111a8baf))
926
-
927
- ## [3.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.3.3...@bitgo/sdk-coin-atom@3.3.4) (2023-06-21)
928
-
929
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
930
-
931
- ## [3.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.3.2...@bitgo/sdk-coin-atom@3.3.3) (2023-06-14)
932
-
933
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
934
-
935
- ## [3.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.3.1...@bitgo/sdk-coin-atom@3.3.2) (2023-06-13)
936
-
937
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
938
-
939
- ## [3.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.3.0...@bitgo/sdk-coin-atom@3.3.1) (2023-06-07)
940
-
941
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
942
-
943
- # [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.2.0...@bitgo/sdk-coin-atom@3.3.0) (2023-06-05)
944
-
945
- ### Features
946
-
947
- - **sdk-core:** paillier proof user<>backup ([8c0a381](https://github.com/BitGo/BitGoJS/commit/8c0a381318be2088572e06e34c3627323d7bfe38))
948
- - **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
949
- - **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
950
- - **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
951
-
952
- # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.4...@bitgo/sdk-coin-atom@3.2.0) (2023-05-25)
953
-
954
- ### Features
955
-
956
- - **sdk-coin-atom:** add recover mechanism for ATOM ([0e4cfc7](https://github.com/BitGo/BitGoJS/commit/0e4cfc74201f9a44ec3b4b9c7591a6fbd3f2efb6))
957
-
958
- ## [3.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.3...@bitgo/sdk-coin-atom@3.1.4) (2023-05-17)
959
-
960
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
961
-
962
- ## [3.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.2...@bitgo/sdk-coin-atom@3.1.3) (2023-05-10)
963
-
964
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
965
-
966
- ## [3.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.1...@bitgo/sdk-coin-atom@3.1.2) (2023-05-03)
967
-
968
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
969
-
970
- ## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.0...@bitgo/sdk-coin-atom@3.1.1) (2023-04-25)
971
-
972
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
973
-
974
- # [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.0.0...@bitgo/sdk-coin-atom@3.1.0) (2023-04-20)
975
-
976
- ### Features
977
-
978
- - **sdk-coin-atom:** add memo support for atom ([0287361](https://github.com/BitGo/BitGoJS/commit/0287361265de70a57c833f0ec1598648a88f1c24))
979
-
980
- # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@2.1.0...@bitgo/sdk-coin-atom@3.0.0) (2023-04-13)
981
-
982
- ### Bug Fixes
983
-
984
- - **sdk-coin-atom:** allow transaction creation from both Hex and Base64 ([91fae07](https://github.com/BitGo/BitGoJS/commit/91fae072387bcf79d571ce7537b2de42e8ed1166))
985
- - **sdk-coin-atom:** fix getAddress of KeyPair ([b966658](https://github.com/BitGo/BitGoJS/commit/b9666588cc0f5f6965f57af50e0c0da5dfe0cc2b))
986
- - **sdk-core:** add new function in BaseCoin to get hash-function ([e028b31](https://github.com/BitGo/BitGoJS/commit/e028b31b3954810ee6c3fd7fdfa6ed4a07aa458e))
987
-
988
- ### Features
989
-
990
- - **sdk-coin-atom:** add function to load inputs and outputs of a transaction ([c3e3c1d](https://github.com/BitGo/BitGoJS/commit/c3e3c1d0632f5f7490f1aad6c0d1042533f222ab))
991
- - **sdk-coin-atom:** add staking transaction builders ([5fe2e35](https://github.com/BitGo/BitGoJS/commit/5fe2e3589b1ac47031d82e1869dff1e676a4f318))
992
- - **sdk-coin-atom:** add support to serialise unsigned txn ([f46c31b](https://github.com/BitGo/BitGoJS/commit/f46c31b3a22096b193e521d259fdc8f5c030ab02))
993
- - **sdk-coin-atom:** implement isValidAddress for atom ([2fb8a93](https://github.com/BitGo/BitGoJS/commit/2fb8a93f05f024e12b72c7ee85ec8563a2e65275))
994
- - **sdk-coin-atom:** implement remaining methods ([7c03501](https://github.com/BitGo/BitGoJS/commit/7c035019c76a1bbf4fbaa3da7e5823823637d2be))
995
-
996
- ### BREAKING CHANGES
997
-
998
- - **sdk-coin-atom:** type MessageData is changed
999
- - **sdk-coin-atom:** Renamed type interface GasFeeLimitData to FeeData and parameter gas to gasLimit
1000
-
1001
- # [2.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@2.0.0...@bitgo/sdk-coin-atom@2.1.0) (2023-02-17)
1002
-
1003
- ### Features
1004
-
1005
- - **sdk-coin-atom:** add function to validate amount data ([8ab8054](https://github.com/BitGo/BitGoJS/commit/8ab805403f9e636dc4e32a7ea6302b6d9e5b205e))
1006
-
1007
- # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@1.1.0...@bitgo/sdk-coin-atom@2.0.0) (2023-02-16)
1008
-
1009
- ### Bug Fixes
1010
-
1011
- - **sdk-coin-atom:** fix get address method to generate unique address ([c75378b](https://github.com/BitGo/BitGoJS/commit/c75378b538b0b1002cc3195f29677fcb0e970208))
1012
-
1013
- ### Code Refactoring
1014
-
1015
- - **sdk-coin-atom:** only decode sequence from raw atom tx ([84c8370](https://github.com/BitGo/BitGoJS/commit/84c8370bdeb1330e8801c416b9170a6329884c46))
1016
-
1017
- ### Features
1018
-
1019
- - **sdk-coin-atom:** add Atom transaction builder skeleton ([94bf5c7](https://github.com/BitGo/BitGoJS/commit/94bf5c7bd1bbd10619fc99a21498746e04f2e5cd))
1020
- - **sdk-coin-atom:** implement basic util methods for atom ([ebd6a54](https://github.com/BitGo/BitGoJS/commit/ebd6a5400a976f6d2a0cd810c590147047be8680))
1021
- - **sdk-coin-atom:** skeleton for transaction class ATOM ([69f7c7e](https://github.com/BitGo/BitGoJS/commit/69f7c7e08e4f15fb16de545b1a816054fdaf8992))
1022
-
1023
- ### BREAKING CHANGES
1024
-
1025
- - **sdk-coin-atom:** Updates the AtomTransaction schema to only
1026
- use the sequence number, not the entire explicitSignerData property.
1027
- TICKET: BG-67573
1028
-
1029
- # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@1.1.0...@bitgo/sdk-coin-atom@1.2.0) (2023-02-08)
1030
-
1031
- ### Features
1032
-
1033
- - **sdk-coin-atom:** add Atom transaction builder skeleton ([94bf5c7](https://github.com/BitGo/BitGoJS/commit/94bf5c7bd1bbd10619fc99a21498746e04f2e5cd))
1034
- - **sdk-coin-atom:** implement basic util methods for atom ([ebd6a54](https://github.com/BitGo/BitGoJS/commit/ebd6a5400a976f6d2a0cd810c590147047be8680))
1035
- - **sdk-coin-atom:** skeleton for transaction class ATOM ([69f7c7e](https://github.com/BitGo/BitGoJS/commit/69f7c7e08e4f15fb16de545b1a816054fdaf8992))
1036
-
1037
- ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@1.1.0...@bitgo/sdk-coin-atom@1.1.1) (2023-01-30)
1038
-
1039
- **Note:** Version bump only for package @bitgo/sdk-coin-atom
1040
-
1041
- # 1.1.0 (2023-01-25)
1042
-
1043
- ### Features
1044
-
1045
- - **sdk-coin-atom:** add keyPair management to cosmos ([9549a5e](https://github.com/BitGo/BitGoJS/commit/9549a5efde08c0ce13ab28149862499ad5f3eb08))
1046
- - **sdk-coin-atom:** create atom module ([88d9971](https://github.com/BitGo/BitGoJS/commit/88d99714275e98c3997451776c9eec3b21645ffa))