@bitgo/sdk-coin-bld 3.5.2 → 3.5.4

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 (41) 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 +16 -0
  4. package/dist/test/resources/bld.d.ts +256 -0
  5. package/dist/test/resources/bld.d.ts.map +1 -0
  6. package/dist/test/resources/bld.js +399 -0
  7. package/dist/test/unit/bld.d.ts +2 -0
  8. package/dist/test/unit/bld.d.ts.map +1 -0
  9. package/dist/test/unit/bld.js +454 -0
  10. package/dist/test/unit/keyPair.d.ts +2 -0
  11. package/dist/test/unit/keyPair.d.ts.map +1 -0
  12. package/dist/test/unit/keyPair.js +92 -0
  13. package/dist/test/unit/transaction.d.ts +2 -0
  14. package/dist/test/unit/transaction.d.ts.map +1 -0
  15. package/dist/test/unit/transaction.js +219 -0
  16. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts +2 -0
  17. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts.map +1 -0
  18. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.js +154 -0
  19. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts +2 -0
  20. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts.map +1 -0
  21. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.js +153 -0
  22. package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.d.ts +2 -0
  23. package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.d.ts.map +1 -0
  24. package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.js +93 -0
  25. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts +2 -0
  26. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts.map +1 -0
  27. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.js +154 -0
  28. package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts +2 -0
  29. package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts.map +1 -0
  30. package/dist/test/unit/transactionBuilder/transactionBuilder.js +112 -0
  31. package/dist/test/unit/transactionBuilder/transferBuilder.d.ts +2 -0
  32. package/dist/test/unit/transactionBuilder/transferBuilder.d.ts.map +1 -0
  33. package/dist/test/unit/transactionBuilder/transferBuilder.js +189 -0
  34. package/dist/test/unit/utils.d.ts +2 -0
  35. package/dist/test/unit/utils.d.ts.map +1 -0
  36. package/dist/test/unit/utils.js +76 -0
  37. package/dist/tsconfig.tsbuildinfo +1 -0
  38. package/package.json +12 -9
  39. package/.eslintignore +0 -5
  40. package/.mocharc.yml +0 -8
  41. package/CHANGELOG.md +0 -805
package/CHANGELOG.md DELETED
@@ -1,805 +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
- ## [3.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.5.1...@bitgo/sdk-coin-bld@3.5.2) (2025-10-02)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
9
-
10
- ## [3.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.5.0...@bitgo/sdk-coin-bld@3.5.1) (2025-09-29)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
13
-
14
- # [3.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.4.2...@bitgo/sdk-coin-bld@3.5.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
- ## [3.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.4.1...@bitgo/sdk-coin-bld@3.4.2) (2025-09-03)
21
-
22
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
23
-
24
- ## [3.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.4.0...@bitgo/sdk-coin-bld@3.4.1) (2025-08-30)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
27
-
28
- # [3.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.3.1...@bitgo/sdk-coin-bld@3.4.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
- ## [3.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.3.0...@bitgo/sdk-coin-bld@3.3.1) (2025-08-27)
35
-
36
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
37
-
38
- # [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.2.3...@bitgo/sdk-coin-bld@3.3.0) (2025-08-22)
39
-
40
- ### Features
41
-
42
- - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
43
-
44
- ## [3.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.2.2...@bitgo/sdk-coin-bld@3.2.3) (2025-08-22)
45
-
46
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
47
-
48
- ## [3.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.2.1...@bitgo/sdk-coin-bld@3.2.2) (2025-08-19)
49
-
50
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
51
-
52
- ## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.2.0...@bitgo/sdk-coin-bld@3.2.1) (2025-08-14)
53
-
54
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
55
-
56
- # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.11...@bitgo/sdk-coin-bld@3.2.0) (2025-08-07)
57
-
58
- ### Features
59
-
60
- - use statics to get denom of tokens ([e89d793](https://github.com/BitGo/BitGoJS/commit/e89d79365086512d845bb498deed7ee66ecd2fc0))
61
-
62
- ## [3.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.10...@bitgo/sdk-coin-bld@3.1.11) (2025-07-31)
63
-
64
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
65
-
66
- ## [3.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.9...@bitgo/sdk-coin-bld@3.1.10) (2025-07-30)
67
-
68
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
69
-
70
- ## [3.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.7...@bitgo/sdk-coin-bld@3.1.9) (2025-07-25)
71
-
72
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
73
-
74
- ## [3.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.7...@bitgo/sdk-coin-bld@3.1.8) (2025-07-23)
75
-
76
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
77
-
78
- ## [3.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.6...@bitgo/sdk-coin-bld@3.1.7) (2025-07-15)
79
-
80
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
81
-
82
- ## [3.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.5...@bitgo/sdk-coin-bld@3.1.6) (2025-07-10)
83
-
84
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
85
-
86
- ## [3.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.4...@bitgo/sdk-coin-bld@3.1.5) (2025-07-03)
87
-
88
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
89
-
90
- ## [3.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.3...@bitgo/sdk-coin-bld@3.1.4) (2025-06-25)
91
-
92
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
93
-
94
- ## [3.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.2...@bitgo/sdk-coin-bld@3.1.3) (2025-06-24)
95
-
96
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
97
-
98
- ## [3.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.1...@bitgo/sdk-coin-bld@3.1.2) (2025-06-18)
99
-
100
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
101
-
102
- ## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.1.0...@bitgo/sdk-coin-bld@3.1.1) (2025-06-10)
103
-
104
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
105
-
106
- # [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.52...@bitgo/sdk-coin-bld@3.1.0) (2025-06-05)
107
-
108
- ### Features
109
-
110
- - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
111
-
112
- ## [3.0.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.51...@bitgo/sdk-coin-bld@3.0.52) (2025-06-02)
113
-
114
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
115
-
116
- ## [3.0.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.50...@bitgo/sdk-coin-bld@3.0.51) (2025-05-28)
117
-
118
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
119
-
120
- ## [3.0.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.49...@bitgo/sdk-coin-bld@3.0.50) (2025-05-22)
121
-
122
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
123
-
124
- ## [3.0.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.48...@bitgo/sdk-coin-bld@3.0.49) (2025-05-20)
125
-
126
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
127
-
128
- ## [3.0.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.47...@bitgo/sdk-coin-bld@3.0.48) (2025-05-07)
129
-
130
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
131
-
132
- ## [3.0.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.46...@bitgo/sdk-coin-bld@3.0.47) (2025-04-29)
133
-
134
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
135
-
136
- ## [3.0.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.45...@bitgo/sdk-coin-bld@3.0.46) (2025-04-25)
137
-
138
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
139
-
140
- ## [3.0.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.44...@bitgo/sdk-coin-bld@3.0.45) (2025-04-15)
141
-
142
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
143
-
144
- ## [3.0.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.43...@bitgo/sdk-coin-bld@3.0.44) (2025-04-04)
145
-
146
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
147
-
148
- ## [3.0.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.42...@bitgo/sdk-coin-bld@3.0.43) (2025-04-02)
149
-
150
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
151
-
152
- ## [3.0.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.41...@bitgo/sdk-coin-bld@3.0.42) (2025-03-28)
153
-
154
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
155
-
156
- ## [3.0.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.40...@bitgo/sdk-coin-bld@3.0.41) (2025-03-20)
157
-
158
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
159
-
160
- ## [3.0.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.39...@bitgo/sdk-coin-bld@3.0.40) (2025-03-18)
161
-
162
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
163
-
164
- ## [3.0.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.38...@bitgo/sdk-coin-bld@3.0.39) (2025-03-06)
165
-
166
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
167
-
168
- ## [3.0.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.35...@bitgo/sdk-coin-bld@3.0.38) (2025-03-04)
169
-
170
- ### Bug Fixes
171
-
172
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
173
-
174
- ## [3.0.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.35...@bitgo/sdk-coin-bld@3.0.37) (2025-02-26)
175
-
176
- ### Bug Fixes
177
-
178
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
179
-
180
- ## [3.0.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.35...@bitgo/sdk-coin-bld@3.0.36) (2025-02-20)
181
-
182
- ### Bug Fixes
183
-
184
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
185
-
186
- ## [3.0.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.34...@bitgo/sdk-coin-bld@3.0.35) (2025-02-19)
187
-
188
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
189
-
190
- ## [3.0.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.33...@bitgo/sdk-coin-bld@3.0.34) (2025-02-11)
191
-
192
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
193
-
194
- ## [3.0.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.32...@bitgo/sdk-coin-bld@3.0.33) (2025-02-05)
195
-
196
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
197
-
198
- ## [3.0.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.31...@bitgo/sdk-coin-bld@3.0.32) (2025-01-28)
199
-
200
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
201
-
202
- ## [3.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.30...@bitgo/sdk-coin-bld@3.0.31) (2025-01-23)
203
-
204
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
205
-
206
- ## [3.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.29...@bitgo/sdk-coin-bld@3.0.30) (2025-01-23)
207
-
208
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
209
-
210
- ## [3.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.28...@bitgo/sdk-coin-bld@3.0.29) (2025-01-20)
211
-
212
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
213
-
214
- ## [3.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.27...@bitgo/sdk-coin-bld@3.0.28) (2025-01-15)
215
-
216
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
217
-
218
- ## [3.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.26...@bitgo/sdk-coin-bld@3.0.27) (2025-01-09)
219
-
220
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
221
-
222
- ## [3.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.25...@bitgo/sdk-coin-bld@3.0.26) (2025-01-03)
223
-
224
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
225
-
226
- ## [3.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.24...@bitgo/sdk-coin-bld@3.0.25) (2024-12-24)
227
-
228
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
229
-
230
- ## [3.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.23...@bitgo/sdk-coin-bld@3.0.24) (2024-12-19)
231
-
232
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
233
-
234
- ## [3.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.21...@bitgo/sdk-coin-bld@3.0.23) (2024-12-17)
235
-
236
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
237
-
238
- ## [3.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.21...@bitgo/sdk-coin-bld@3.0.22) (2024-12-17)
239
-
240
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
241
-
242
- ## [3.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.20...@bitgo/sdk-coin-bld@3.0.21) (2024-12-12)
243
-
244
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
245
-
246
- ## [3.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.19...@bitgo/sdk-coin-bld@3.0.20) (2024-12-11)
247
-
248
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
249
-
250
- ## [3.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.18...@bitgo/sdk-coin-bld@3.0.19) (2024-12-03)
251
-
252
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
253
-
254
- ## [3.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.17...@bitgo/sdk-coin-bld@3.0.18) (2024-11-26)
255
-
256
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
257
-
258
- ## [3.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.16...@bitgo/sdk-coin-bld@3.0.17) (2024-11-21)
259
-
260
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
261
-
262
- ## [3.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.14...@bitgo/sdk-coin-bld@3.0.16) (2024-11-19)
263
-
264
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
265
-
266
- ## [3.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.14...@bitgo/sdk-coin-bld@3.0.15) (2024-11-14)
267
-
268
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
269
-
270
- ## [3.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.13...@bitgo/sdk-coin-bld@3.0.14) (2024-11-08)
271
-
272
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
273
-
274
- ## [3.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.12...@bitgo/sdk-coin-bld@3.0.13) (2024-11-07)
275
-
276
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
277
-
278
- ## [3.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.11...@bitgo/sdk-coin-bld@3.0.12) (2024-11-01)
279
-
280
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
281
-
282
- ## [3.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.10...@bitgo/sdk-coin-bld@3.0.11) (2024-10-22)
283
-
284
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
285
-
286
- ## [3.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.9...@bitgo/sdk-coin-bld@3.0.10) (2024-10-15)
287
-
288
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
289
-
290
- ## [3.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.8...@bitgo/sdk-coin-bld@3.0.9) (2024-10-08)
291
-
292
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
293
-
294
- ## [3.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.7...@bitgo/sdk-coin-bld@3.0.8) (2024-10-04)
295
-
296
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
297
-
298
- ## [3.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.6...@bitgo/sdk-coin-bld@3.0.7) (2024-09-24)
299
-
300
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
301
-
302
- ## [3.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.5...@bitgo/sdk-coin-bld@3.0.6) (2024-09-19)
303
-
304
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
305
-
306
- ## [3.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.4...@bitgo/sdk-coin-bld@3.0.5) (2024-09-16)
307
-
308
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
309
-
310
- ## [3.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.3...@bitgo/sdk-coin-bld@3.0.4) (2024-09-10)
311
-
312
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
313
-
314
- ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.2...@bitgo/sdk-coin-bld@3.0.3) (2024-09-03)
315
-
316
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
317
-
318
- ## [3.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.1...@bitgo/sdk-coin-bld@3.0.2) (2024-08-29)
319
-
320
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
321
-
322
- ## [3.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@3.0.0...@bitgo/sdk-coin-bld@3.0.1) (2024-08-27)
323
-
324
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
325
-
326
- # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.29...@bitgo/sdk-coin-bld@3.0.0) (2024-08-20)
327
-
328
- ### Features
329
-
330
- - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
331
-
332
- ### BREAKING CHANGES
333
-
334
- - clients using challenge
335
- generation & TSS Recovery functions must now
336
- install @bitgo/sdk-opensslbytes separately &
337
- provide the openSSLBytes WASM themselves.
338
-
339
- Ticket: CE-4329
340
-
341
- ## [2.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.29...@bitgo/sdk-coin-bld@2.0.30) (2024-08-13)
342
-
343
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
344
-
345
- ## [2.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.28...@bitgo/sdk-coin-bld@2.0.29) (2024-08-07)
346
-
347
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
348
-
349
- ## [2.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.27...@bitgo/sdk-coin-bld@2.0.28) (2024-07-30)
350
-
351
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
352
-
353
- ## [2.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.26...@bitgo/sdk-coin-bld@2.0.27) (2024-07-24)
354
-
355
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
356
-
357
- ## [2.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.25...@bitgo/sdk-coin-bld@2.0.26) (2024-07-16)
358
-
359
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
360
-
361
- ## [2.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.24...@bitgo/sdk-coin-bld@2.0.25) (2024-07-04)
362
-
363
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
364
-
365
- ## [2.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.23...@bitgo/sdk-coin-bld@2.0.24) (2024-07-02)
366
-
367
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
368
-
369
- ## [2.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.22...@bitgo/sdk-coin-bld@2.0.23) (2024-06-27)
370
-
371
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
372
-
373
- ## [2.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.21...@bitgo/sdk-coin-bld@2.0.22) (2024-06-26)
374
-
375
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
376
-
377
- ## [2.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.19...@bitgo/sdk-coin-bld@2.0.21) (2024-06-21)
378
-
379
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
380
-
381
- ## [2.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.19...@bitgo/sdk-coin-bld@2.0.20) (2024-06-20)
382
-
383
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
384
-
385
- ## [2.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.18...@bitgo/sdk-coin-bld@2.0.19) (2024-06-14)
386
-
387
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
388
-
389
- ## [2.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.17...@bitgo/sdk-coin-bld@2.0.18) (2024-06-11)
390
-
391
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
392
-
393
- ## [2.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.16...@bitgo/sdk-coin-bld@2.0.17) (2024-06-05)
394
-
395
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
396
-
397
- ## [2.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.15...@bitgo/sdk-coin-bld@2.0.16) (2024-05-31)
398
-
399
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
400
-
401
- ## [2.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.14...@bitgo/sdk-coin-bld@2.0.15) (2024-05-28)
402
-
403
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
404
-
405
- ## [2.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.13...@bitgo/sdk-coin-bld@2.0.14) (2024-05-22)
406
-
407
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
408
-
409
- ## [2.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.12...@bitgo/sdk-coin-bld@2.0.13) (2024-05-17)
410
-
411
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
412
-
413
- ## [2.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.11...@bitgo/sdk-coin-bld@2.0.12) (2024-05-13)
414
-
415
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
416
-
417
- ## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.10...@bitgo/sdk-coin-bld@2.0.11) (2024-05-08)
418
-
419
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
420
-
421
- ## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.9...@bitgo/sdk-coin-bld@2.0.10) (2024-05-01)
422
-
423
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
424
-
425
- ## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.8...@bitgo/sdk-coin-bld@2.0.9) (2024-04-25)
426
-
427
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
428
-
429
- ## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.7...@bitgo/sdk-coin-bld@2.0.8) (2024-04-24)
430
-
431
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
432
-
433
- ## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.6...@bitgo/sdk-coin-bld@2.0.7) (2024-04-22)
434
-
435
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
436
-
437
- ## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.5...@bitgo/sdk-coin-bld@2.0.6) (2024-04-17)
438
-
439
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
440
-
441
- ## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.4...@bitgo/sdk-coin-bld@2.0.5) (2024-04-12)
442
-
443
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
444
-
445
- ## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.3...@bitgo/sdk-coin-bld@2.0.4) (2024-04-10)
446
-
447
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
448
-
449
- ## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.2...@bitgo/sdk-coin-bld@2.0.3) (2024-04-09)
450
-
451
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
452
-
453
- ## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.1...@bitgo/sdk-coin-bld@2.0.2) (2024-04-08)
454
-
455
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
456
-
457
- ## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@2.0.0...@bitgo/sdk-coin-bld@2.0.1) (2024-04-05)
458
-
459
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
460
-
461
- # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.25.4...@bitgo/sdk-coin-bld@2.0.0) (2024-03-28)
462
-
463
- ### Features
464
-
465
- - **abstract-cosmos:** added redelegation for cosmos coins ([8ea18ab](https://github.com/BitGo/BitGoJS/commit/8ea18ab0ca115ba9b61335e69d34790f0c046e7b))
466
- - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
467
-
468
- ### BREAKING CHANGES
469
-
470
- - **root:** Node 16 is no longer supported in bitgojs.
471
- TICKET: WP-1100
472
-
473
- ## [1.25.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.25.3...@bitgo/sdk-coin-bld@1.25.4) (2024-03-19)
474
-
475
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
476
-
477
- ## [1.25.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.25.2...@bitgo/sdk-coin-bld@1.25.3) (2024-03-11)
478
-
479
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
480
-
481
- ## [1.25.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.25.1...@bitgo/sdk-coin-bld@1.25.2) (2024-02-28)
482
-
483
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
484
-
485
- ## [1.25.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.25.0...@bitgo/sdk-coin-bld@1.25.1) (2024-02-22)
486
-
487
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
488
-
489
- # [1.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.25.0) (2024-02-19)
490
-
491
- ### Bug Fixes
492
-
493
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
494
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
495
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
496
-
497
- ### Features
498
-
499
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
500
-
501
- # [1.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.23.0) (2024-01-30)
502
-
503
- ### Bug Fixes
504
-
505
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
506
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
507
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
508
-
509
- ### Features
510
-
511
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
512
-
513
- # [1.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.22.0) (2024-01-26)
514
-
515
- ### Bug Fixes
516
-
517
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
518
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
519
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
520
-
521
- ### Features
522
-
523
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
524
-
525
- # [1.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.21.0) (2024-01-26)
526
-
527
- ### Bug Fixes
528
-
529
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
530
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
531
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
532
-
533
- ### Features
534
-
535
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
536
-
537
- # [1.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.20.0) (2024-01-25)
538
-
539
- ### Bug Fixes
540
-
541
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
542
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
543
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
544
-
545
- ### Features
546
-
547
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
548
-
549
- # [1.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.19.0) (2024-01-22)
550
-
551
- ### Bug Fixes
552
-
553
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
554
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
555
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
556
-
557
- ### Features
558
-
559
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
560
-
561
- # [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.18.0) (2024-01-09)
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
- ### Features
570
-
571
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
572
-
573
- # [1.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.17.0) (2024-01-03)
574
-
575
- ### Bug Fixes
576
-
577
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
578
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
579
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
580
-
581
- ### Features
582
-
583
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
584
-
585
- # [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.16.0) (2023-12-18)
586
-
587
- ### Bug Fixes
588
-
589
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
590
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
591
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
592
-
593
- ### Features
594
-
595
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
596
-
597
- # [1.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.15.0) (2023-12-12)
598
-
599
- ### Bug Fixes
600
-
601
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
602
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
603
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
604
-
605
- ### Features
606
-
607
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
608
-
609
- # [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.14.0) (2023-12-09)
610
-
611
- ### Bug Fixes
612
-
613
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
614
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
615
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
616
-
617
- ### Features
618
-
619
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
620
-
621
- # [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.13.0) (2023-12-05)
622
-
623
- ### Bug Fixes
624
-
625
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
626
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
627
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
628
-
629
- ### Features
630
-
631
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
632
-
633
- # [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.12.0) (2023-11-28)
634
-
635
- ### Bug Fixes
636
-
637
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
638
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
639
-
640
- ### Features
641
-
642
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
643
-
644
- # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.11.0) (2023-11-24)
645
-
646
- ### Bug Fixes
647
-
648
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
649
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
650
-
651
- ### Features
652
-
653
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
654
-
655
- # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.10.0) (2023-11-17)
656
-
657
- ### Bug Fixes
658
-
659
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
660
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
661
-
662
- ### Features
663
-
664
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
665
-
666
- # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.9.0) (2023-11-13)
667
-
668
- ### Bug Fixes
669
-
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
- ### Features
674
-
675
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
676
-
677
- # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.8.0) (2023-11-13)
678
-
679
- ### Bug Fixes
680
-
681
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
682
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
683
-
684
- ### Features
685
-
686
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
687
-
688
- # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.7.0) (2023-11-13)
689
-
690
- ### Bug Fixes
691
-
692
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
693
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
694
-
695
- ### Features
696
-
697
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
698
-
699
- # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.6.0) (2023-10-20)
700
-
701
- ### Bug Fixes
702
-
703
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
704
-
705
- ### Features
706
-
707
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
708
-
709
- # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.5.0) (2023-10-18)
710
-
711
- ### Bug Fixes
712
-
713
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
714
-
715
- ### Features
716
-
717
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
718
-
719
- ## [1.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.11) (2023-09-25)
720
-
721
- ### Bug Fixes
722
-
723
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
724
-
725
- ## [1.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.10) (2023-09-09)
726
-
727
- ### Bug Fixes
728
-
729
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
730
-
731
- ## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.9) (2023-09-09)
732
-
733
- ### Bug Fixes
734
-
735
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
736
-
737
- ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.8) (2023-09-07)
738
-
739
- ### Bug Fixes
740
-
741
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
742
-
743
- ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.7) (2023-09-05)
744
-
745
- ### Bug Fixes
746
-
747
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
748
-
749
- ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.6) (2023-09-01)
750
-
751
- ### Bug Fixes
752
-
753
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
754
-
755
- ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.5) (2023-08-29)
756
-
757
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
758
-
759
- ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.4) (2023-08-25)
760
-
761
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
762
-
763
- ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.3) (2023-08-24)
764
-
765
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
766
-
767
- ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.2) (2023-08-16)
768
-
769
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
770
-
771
- ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.4.1) (2023-08-16)
772
-
773
- **Note:** Version bump only for package @bitgo/sdk-coin-bld
774
-
775
- # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.2.0...@bitgo/sdk-coin-bld@1.4.0) (2023-08-04)
776
-
777
- ### Features
778
-
779
- - **abstract-cosmos:** add recover functionality for cosmos side chains ([1317831](https://github.com/BitGo/BitGoJS/commit/131783179a9fcd0288cce16326360e56c833f18c))
780
- - **abstract-cosmos:** add wrw test data for cosmos side chains ([bb8c260](https://github.com/BitGo/BitGoJS/commit/bb8c260507b2eca661b40a7ffa6633f973ae30b6))
781
- - **abstract-cosmos:** add wrw testcases for cosmos side chains ([db3b5f9](https://github.com/BitGo/BitGoJS/commit/db3b5f9d7ddb68a9a269cb4d1dcee8ab1b4b3702))
782
- - **abstract-cosmos:** dependency fix ([222d122](https://github.com/BitGo/BitGoJS/commit/222d122f0a76ad79199d4194e25ac4b7d53bec0f))
783
- - **abstract-cosmos:** unit testcase comments resolved ([9581bbe](https://github.com/BitGo/BitGoJS/commit/9581bbef00e49e518d0518792c87a10412e8e438))
784
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
785
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
786
-
787
- # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.2.0...@bitgo/sdk-coin-bld@1.3.0) (2023-07-28)
788
-
789
- ### Features
790
-
791
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
792
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
793
-
794
- # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.1.0...@bitgo/sdk-coin-bld@1.2.0) (2023-07-18)
795
-
796
- ### Features
797
-
798
- - **abstract-cosmos:** add support for contract call transaction ([9b7dd54](https://github.com/BitGo/BitGoJS/commit/9b7dd54c6a3a9e5cf2b47b4a94ef225f111a8baf))
799
- - add base factor for individual cosmos side chains ([e661b36](https://github.com/BitGo/BitGoJS/commit/e661b3631445e7ff1ddcdb51385d1f993b4f35c9))
800
-
801
- # 1.1.0 (2023-06-21)
802
-
803
- ### Features
804
-
805
- - **sdk-coin-bld:** agoric sdk along with testcases ([3cba328](https://github.com/BitGo/BitGoJS/commit/3cba3289ea2d37122ff5274c8d373986c53b33d2))