@bitgo-beta/sdk-coin-atom 3.1.2-beta.98 → 3.1.2-beta.981
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.
- package/CHANGELOG.md +801 -0
- package/dist/src/atom.d.ts +7 -114
- package/dist/src/atom.d.ts.map +1 -1
- package/dist/src/atom.js +12 -498
- package/dist/src/index.js +6 -2
- package/dist/src/lib/constants.d.ts +0 -6
- package/dist/src/lib/constants.d.ts.map +1 -1
- package/dist/src/lib/constants.js +5 -11
- package/dist/src/lib/index.d.ts +3 -8
- package/dist/src/lib/index.d.ts.map +1 -1
- package/dist/src/lib/index.js +33 -24
- package/dist/src/lib/keyPair.d.ts +3 -12
- package/dist/src/lib/keyPair.d.ts.map +1 -1
- package/dist/src/lib/keyPair.js +5 -43
- package/dist/src/lib/transactionBuilderFactory.d.ts +8 -11
- package/dist/src/lib/transactionBuilderFactory.d.ts.map +1 -1
- package/dist/src/lib/transactionBuilderFactory.js +21 -11
- package/dist/src/lib/utils.d.ts +5 -159
- package/dist/src/lib/utils.d.ts.map +1 -1
- package/dist/src/lib/utils.js +32 -498
- package/dist/src/tatom.d.ts +0 -8
- package/dist/src/tatom.d.ts.map +1 -1
- package/dist/src/tatom.js +1 -13
- package/package.json +10 -15
- package/dist/src/lib/StakingActivateBuilder.d.ts +0 -11
- package/dist/src/lib/StakingActivateBuilder.d.ts.map +0 -1
- package/dist/src/lib/StakingActivateBuilder.js +0 -31
- package/dist/src/lib/StakingDeactivateBuilder.d.ts +0 -11
- package/dist/src/lib/StakingDeactivateBuilder.d.ts.map +0 -1
- package/dist/src/lib/StakingDeactivateBuilder.js +0 -31
- package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts +0 -11
- package/dist/src/lib/StakingWithdrawRewardsBuilder.d.ts.map +0 -1
- package/dist/src/lib/StakingWithdrawRewardsBuilder.js +0 -31
- package/dist/src/lib/iface.d.ts +0 -46
- package/dist/src/lib/iface.d.ts.map +0 -1
- package/dist/src/lib/iface.js +0 -3
- package/dist/src/lib/transaction.d.ts +0 -58
- package/dist/src/lib/transaction.d.ts.map +0 -1
- package/dist/src/lib/transaction.js +0 -271
- package/dist/src/lib/transactionBuilder.d.ts +0 -78
- package/dist/src/lib/transactionBuilder.d.ts.map +0 -1
- package/dist/src/lib/transactionBuilder.js +0 -179
- package/dist/src/lib/transferBuilder.d.ts +0 -11
- package/dist/src/lib/transferBuilder.d.ts.map +0 -1
- package/dist/src/lib/transferBuilder.js +0 -31
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,807 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [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)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
9
|
+
|
|
10
|
+
## [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)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
13
|
+
|
|
14
|
+
## [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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
17
|
+
|
|
18
|
+
# [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)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
23
|
+
|
|
24
|
+
## [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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
27
|
+
|
|
28
|
+
## [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)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
31
|
+
|
|
32
|
+
## [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)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
35
|
+
|
|
36
|
+
## [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)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
39
|
+
|
|
40
|
+
## [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)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
43
|
+
|
|
44
|
+
## [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)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
47
|
+
|
|
48
|
+
## [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)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
51
|
+
|
|
52
|
+
## [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)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
55
|
+
|
|
56
|
+
## [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)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
59
|
+
|
|
60
|
+
## [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)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
63
|
+
|
|
64
|
+
## [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)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
67
|
+
|
|
68
|
+
## [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)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
71
|
+
|
|
72
|
+
## [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)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
75
|
+
|
|
76
|
+
## [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)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
79
|
+
|
|
80
|
+
# [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)
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
- **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
|
|
89
|
+
|
|
90
|
+
# [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)
|
|
91
|
+
|
|
92
|
+
### Bug Fixes
|
|
93
|
+
|
|
94
|
+
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
- **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
|
|
99
|
+
|
|
100
|
+
# [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)
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
105
|
+
|
|
106
|
+
### Features
|
|
107
|
+
|
|
108
|
+
- **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
|
|
109
|
+
|
|
110
|
+
## [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)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
113
|
+
|
|
114
|
+
## [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)
|
|
115
|
+
|
|
116
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
117
|
+
|
|
118
|
+
## [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)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
121
|
+
|
|
122
|
+
## [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)
|
|
123
|
+
|
|
124
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
125
|
+
|
|
126
|
+
## [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)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
129
|
+
|
|
130
|
+
## [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)
|
|
131
|
+
|
|
132
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
133
|
+
|
|
134
|
+
## [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)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
137
|
+
|
|
138
|
+
## [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)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
141
|
+
|
|
142
|
+
## [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)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
145
|
+
|
|
146
|
+
## [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)
|
|
147
|
+
|
|
148
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
149
|
+
|
|
150
|
+
## [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)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
153
|
+
|
|
154
|
+
## [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)
|
|
155
|
+
|
|
156
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
157
|
+
|
|
158
|
+
## [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)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
161
|
+
|
|
162
|
+
## [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)
|
|
163
|
+
|
|
164
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
165
|
+
|
|
166
|
+
## [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)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
169
|
+
|
|
170
|
+
## [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)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
173
|
+
|
|
174
|
+
## [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)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
177
|
+
|
|
178
|
+
## [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)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
181
|
+
|
|
182
|
+
## [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)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
185
|
+
|
|
186
|
+
## [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)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
189
|
+
|
|
190
|
+
## [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)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
193
|
+
|
|
194
|
+
## [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)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
197
|
+
|
|
198
|
+
# [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)
|
|
199
|
+
|
|
200
|
+
### Features
|
|
201
|
+
|
|
202
|
+
- retrofit during cosmos tss recovery ([ceaae14](https://github.com/BitGo/BitGoJS/commit/ceaae147598120576eaa67a50df7977624558b82))
|
|
203
|
+
|
|
204
|
+
## [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)
|
|
205
|
+
|
|
206
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
207
|
+
|
|
208
|
+
## [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)
|
|
209
|
+
|
|
210
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
211
|
+
|
|
212
|
+
## [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)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
215
|
+
|
|
216
|
+
## [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)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
219
|
+
|
|
220
|
+
## [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)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
223
|
+
|
|
224
|
+
## [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)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
227
|
+
|
|
228
|
+
## [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)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
231
|
+
|
|
232
|
+
## [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)
|
|
233
|
+
|
|
234
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
235
|
+
|
|
236
|
+
## [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)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
239
|
+
|
|
240
|
+
## [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)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
243
|
+
|
|
244
|
+
## [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)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
247
|
+
|
|
248
|
+
## [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)
|
|
249
|
+
|
|
250
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
251
|
+
|
|
252
|
+
# [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)
|
|
253
|
+
|
|
254
|
+
### Features
|
|
255
|
+
|
|
256
|
+
- move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
|
|
257
|
+
|
|
258
|
+
### BREAKING CHANGES
|
|
259
|
+
|
|
260
|
+
- clients using challenge
|
|
261
|
+
generation & TSS Recovery functions must now
|
|
262
|
+
install @bitgo/sdk-opensslbytes separately &
|
|
263
|
+
provide the openSSLBytes WASM themselves.
|
|
264
|
+
|
|
265
|
+
Ticket: CE-4329
|
|
266
|
+
|
|
267
|
+
## [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)
|
|
268
|
+
|
|
269
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
270
|
+
|
|
271
|
+
# [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)
|
|
272
|
+
|
|
273
|
+
### Features
|
|
274
|
+
|
|
275
|
+
- **abstract-cosmos:** add dkls support for cosmos hot wallet recovery ([da24a55](https://github.com/BitGo/BitGoJS/commit/da24a559d42ac0f2975fd03ec335f5e72bcd8f49))
|
|
276
|
+
|
|
277
|
+
## [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)
|
|
278
|
+
|
|
279
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
280
|
+
|
|
281
|
+
## [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)
|
|
282
|
+
|
|
283
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
284
|
+
|
|
285
|
+
## [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)
|
|
286
|
+
|
|
287
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
288
|
+
|
|
289
|
+
## [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)
|
|
290
|
+
|
|
291
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
292
|
+
|
|
293
|
+
## [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)
|
|
294
|
+
|
|
295
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
296
|
+
|
|
297
|
+
## [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)
|
|
298
|
+
|
|
299
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
300
|
+
|
|
301
|
+
## [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)
|
|
302
|
+
|
|
303
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
304
|
+
|
|
305
|
+
## [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)
|
|
306
|
+
|
|
307
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
308
|
+
|
|
309
|
+
## [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)
|
|
310
|
+
|
|
311
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
312
|
+
|
|
313
|
+
## [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)
|
|
314
|
+
|
|
315
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
316
|
+
|
|
317
|
+
## [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)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
320
|
+
|
|
321
|
+
## [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)
|
|
322
|
+
|
|
323
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
324
|
+
|
|
325
|
+
## [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)
|
|
326
|
+
|
|
327
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
328
|
+
|
|
329
|
+
## [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)
|
|
330
|
+
|
|
331
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
332
|
+
|
|
333
|
+
## [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)
|
|
334
|
+
|
|
335
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
336
|
+
|
|
337
|
+
## [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)
|
|
338
|
+
|
|
339
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
340
|
+
|
|
341
|
+
## [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)
|
|
342
|
+
|
|
343
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
344
|
+
|
|
345
|
+
## [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)
|
|
346
|
+
|
|
347
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
348
|
+
|
|
349
|
+
## [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)
|
|
350
|
+
|
|
351
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
352
|
+
|
|
353
|
+
## [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)
|
|
354
|
+
|
|
355
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
356
|
+
|
|
357
|
+
## [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)
|
|
358
|
+
|
|
359
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
360
|
+
|
|
361
|
+
## [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)
|
|
362
|
+
|
|
363
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
364
|
+
|
|
365
|
+
## [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)
|
|
366
|
+
|
|
367
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
368
|
+
|
|
369
|
+
## [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)
|
|
370
|
+
|
|
371
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
372
|
+
|
|
373
|
+
## [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)
|
|
374
|
+
|
|
375
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
376
|
+
|
|
377
|
+
## [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)
|
|
378
|
+
|
|
379
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
380
|
+
|
|
381
|
+
## [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)
|
|
382
|
+
|
|
383
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
384
|
+
|
|
385
|
+
## [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)
|
|
386
|
+
|
|
387
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
388
|
+
|
|
389
|
+
# [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)
|
|
390
|
+
|
|
391
|
+
### Features
|
|
392
|
+
|
|
393
|
+
- **abstract-cosmos:** added redelegation for cosmos coins ([8ea18ab](https://github.com/BitGo/BitGoJS/commit/8ea18ab0ca115ba9b61335e69d34790f0c046e7b))
|
|
394
|
+
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
395
|
+
|
|
396
|
+
### BREAKING CHANGES
|
|
397
|
+
|
|
398
|
+
- **root:** Node 16 is no longer supported in bitgojs.
|
|
399
|
+
TICKET: WP-1100
|
|
400
|
+
|
|
401
|
+
## [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)
|
|
402
|
+
|
|
403
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
404
|
+
|
|
405
|
+
## [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)
|
|
406
|
+
|
|
407
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
408
|
+
|
|
409
|
+
## [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)
|
|
410
|
+
|
|
411
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
412
|
+
|
|
413
|
+
## [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)
|
|
414
|
+
|
|
415
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
416
|
+
|
|
417
|
+
# [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)
|
|
418
|
+
|
|
419
|
+
### Bug Fixes
|
|
420
|
+
|
|
421
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
422
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
423
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
424
|
+
|
|
425
|
+
### Code Refactoring
|
|
426
|
+
|
|
427
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
428
|
+
|
|
429
|
+
### Features
|
|
430
|
+
|
|
431
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
432
|
+
|
|
433
|
+
### BREAKING CHANGES
|
|
434
|
+
|
|
435
|
+
- **sdk-coin-atom:** restructured exports
|
|
436
|
+
|
|
437
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
438
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
439
|
+
|
|
440
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
441
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
442
|
+
|
|
443
|
+
# [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)
|
|
444
|
+
|
|
445
|
+
### Bug Fixes
|
|
446
|
+
|
|
447
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
448
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
449
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
450
|
+
|
|
451
|
+
### Code Refactoring
|
|
452
|
+
|
|
453
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
454
|
+
|
|
455
|
+
### Features
|
|
456
|
+
|
|
457
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
458
|
+
|
|
459
|
+
### BREAKING CHANGES
|
|
460
|
+
|
|
461
|
+
- **sdk-coin-atom:** restructured exports
|
|
462
|
+
|
|
463
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
464
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
465
|
+
|
|
466
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
467
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
468
|
+
|
|
469
|
+
# [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)
|
|
470
|
+
|
|
471
|
+
### Bug Fixes
|
|
472
|
+
|
|
473
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
474
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
475
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
476
|
+
|
|
477
|
+
### Code Refactoring
|
|
478
|
+
|
|
479
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
480
|
+
|
|
481
|
+
### Features
|
|
482
|
+
|
|
483
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
484
|
+
|
|
485
|
+
### BREAKING CHANGES
|
|
486
|
+
|
|
487
|
+
- **sdk-coin-atom:** restructured exports
|
|
488
|
+
|
|
489
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
490
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
491
|
+
|
|
492
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
493
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
494
|
+
|
|
495
|
+
# [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)
|
|
496
|
+
|
|
497
|
+
### Bug Fixes
|
|
498
|
+
|
|
499
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
500
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
501
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
502
|
+
|
|
503
|
+
### Code Refactoring
|
|
504
|
+
|
|
505
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
506
|
+
|
|
507
|
+
### Features
|
|
508
|
+
|
|
509
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
510
|
+
|
|
511
|
+
### BREAKING CHANGES
|
|
512
|
+
|
|
513
|
+
- **sdk-coin-atom:** restructured exports
|
|
514
|
+
|
|
515
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
516
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
517
|
+
|
|
518
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
519
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
520
|
+
|
|
521
|
+
# [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)
|
|
522
|
+
|
|
523
|
+
### Bug Fixes
|
|
524
|
+
|
|
525
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
526
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
527
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
528
|
+
|
|
529
|
+
### Code Refactoring
|
|
530
|
+
|
|
531
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
532
|
+
|
|
533
|
+
### Features
|
|
534
|
+
|
|
535
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
536
|
+
|
|
537
|
+
### BREAKING CHANGES
|
|
538
|
+
|
|
539
|
+
- **sdk-coin-atom:** restructured exports
|
|
540
|
+
|
|
541
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
542
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
543
|
+
|
|
544
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
545
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
546
|
+
|
|
547
|
+
# [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)
|
|
548
|
+
|
|
549
|
+
### Bug Fixes
|
|
550
|
+
|
|
551
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
552
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
553
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
554
|
+
|
|
555
|
+
### Code Refactoring
|
|
556
|
+
|
|
557
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
558
|
+
|
|
559
|
+
### Features
|
|
560
|
+
|
|
561
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
562
|
+
|
|
563
|
+
### BREAKING CHANGES
|
|
564
|
+
|
|
565
|
+
- **sdk-coin-atom:** restructured exports
|
|
566
|
+
|
|
567
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
568
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
569
|
+
|
|
570
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
571
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
572
|
+
|
|
573
|
+
# [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)
|
|
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
|
+
### Code Refactoring
|
|
582
|
+
|
|
583
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
584
|
+
|
|
585
|
+
### Features
|
|
586
|
+
|
|
587
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
588
|
+
|
|
589
|
+
### BREAKING CHANGES
|
|
590
|
+
|
|
591
|
+
- **sdk-coin-atom:** restructured exports
|
|
592
|
+
|
|
593
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
594
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
595
|
+
|
|
596
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
597
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
598
|
+
|
|
599
|
+
# [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)
|
|
600
|
+
|
|
601
|
+
### Bug Fixes
|
|
602
|
+
|
|
603
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
604
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
605
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
606
|
+
|
|
607
|
+
### Code Refactoring
|
|
608
|
+
|
|
609
|
+
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
|
|
610
|
+
|
|
611
|
+
### Features
|
|
612
|
+
|
|
613
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
614
|
+
|
|
615
|
+
### BREAKING CHANGES
|
|
616
|
+
|
|
617
|
+
- **sdk-coin-atom:** restructured exports
|
|
618
|
+
|
|
619
|
+
* Removed constants overlapping with @bitgo/abstract-cosmos
|
|
620
|
+
* Removed common Interfaces exported by @bitgo/abstract-cosmos
|
|
621
|
+
|
|
622
|
+
Code dependent on the previously exported Interfaces/Constants needs to
|
|
623
|
+
be updated to import these from @bitgo/abstract-cosmos instead
|
|
624
|
+
|
|
625
|
+
# [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)
|
|
626
|
+
|
|
627
|
+
### Bug Fixes
|
|
628
|
+
|
|
629
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
630
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
631
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
632
|
+
|
|
633
|
+
### Features
|
|
634
|
+
|
|
635
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
636
|
+
|
|
637
|
+
# [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)
|
|
638
|
+
|
|
639
|
+
### Bug Fixes
|
|
640
|
+
|
|
641
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
642
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
643
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
644
|
+
|
|
645
|
+
### Features
|
|
646
|
+
|
|
647
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
648
|
+
|
|
649
|
+
# [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)
|
|
650
|
+
|
|
651
|
+
### Bug Fixes
|
|
652
|
+
|
|
653
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
654
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
655
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
656
|
+
|
|
657
|
+
### Features
|
|
658
|
+
|
|
659
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
660
|
+
|
|
661
|
+
# [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)
|
|
662
|
+
|
|
663
|
+
### Bug Fixes
|
|
664
|
+
|
|
665
|
+
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
|
|
666
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
667
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
668
|
+
|
|
669
|
+
### Features
|
|
670
|
+
|
|
671
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
672
|
+
|
|
673
|
+
# [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)
|
|
674
|
+
|
|
675
|
+
### Bug Fixes
|
|
676
|
+
|
|
677
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
678
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
679
|
+
|
|
680
|
+
### Features
|
|
681
|
+
|
|
682
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
683
|
+
|
|
684
|
+
# [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)
|
|
685
|
+
|
|
686
|
+
### Bug Fixes
|
|
687
|
+
|
|
688
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
689
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
690
|
+
|
|
691
|
+
### Features
|
|
692
|
+
|
|
693
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
694
|
+
|
|
695
|
+
# [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)
|
|
696
|
+
|
|
697
|
+
### Bug Fixes
|
|
698
|
+
|
|
699
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
700
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
701
|
+
|
|
702
|
+
### Features
|
|
703
|
+
|
|
704
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
705
|
+
|
|
706
|
+
# [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)
|
|
707
|
+
|
|
708
|
+
### Bug Fixes
|
|
709
|
+
|
|
710
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
711
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
712
|
+
|
|
713
|
+
### Features
|
|
714
|
+
|
|
715
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
716
|
+
|
|
717
|
+
# [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)
|
|
718
|
+
|
|
719
|
+
### Bug Fixes
|
|
720
|
+
|
|
721
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
722
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
723
|
+
|
|
724
|
+
### Features
|
|
725
|
+
|
|
726
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
727
|
+
|
|
728
|
+
# [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)
|
|
729
|
+
|
|
730
|
+
### Bug Fixes
|
|
731
|
+
|
|
732
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
733
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
734
|
+
|
|
735
|
+
### Features
|
|
736
|
+
|
|
737
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
738
|
+
|
|
739
|
+
# [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)
|
|
740
|
+
|
|
741
|
+
### Bug Fixes
|
|
742
|
+
|
|
743
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
744
|
+
|
|
745
|
+
### Features
|
|
746
|
+
|
|
747
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
748
|
+
|
|
749
|
+
# [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)
|
|
750
|
+
|
|
751
|
+
### Bug Fixes
|
|
752
|
+
|
|
753
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
754
|
+
|
|
755
|
+
### Features
|
|
756
|
+
|
|
757
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
758
|
+
|
|
759
|
+
## [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)
|
|
760
|
+
|
|
761
|
+
### Bug Fixes
|
|
762
|
+
|
|
763
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
764
|
+
|
|
765
|
+
## [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)
|
|
766
|
+
|
|
767
|
+
### Bug Fixes
|
|
768
|
+
|
|
769
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
770
|
+
|
|
771
|
+
## [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)
|
|
772
|
+
|
|
773
|
+
### Bug Fixes
|
|
774
|
+
|
|
775
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
776
|
+
|
|
777
|
+
## [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)
|
|
778
|
+
|
|
779
|
+
### Bug Fixes
|
|
780
|
+
|
|
781
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
782
|
+
|
|
783
|
+
## [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)
|
|
784
|
+
|
|
785
|
+
### Bug Fixes
|
|
786
|
+
|
|
787
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
788
|
+
|
|
789
|
+
## [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)
|
|
790
|
+
|
|
791
|
+
### Bug Fixes
|
|
792
|
+
|
|
793
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
794
|
+
|
|
795
|
+
## [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)
|
|
796
|
+
|
|
797
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
798
|
+
|
|
799
|
+
## [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)
|
|
800
|
+
|
|
801
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
802
|
+
|
|
803
|
+
## [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)
|
|
804
|
+
|
|
805
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|
|
806
|
+
|
|
6
807
|
## [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)
|
|
7
808
|
|
|
8
809
|
**Note:** Version bump only for package @bitgo/sdk-coin-atom
|